Click here to Skip to main content
15,921,276 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Pointing a function pointer to a variable? Pin
Aidman6-Jul-03 7:08
Aidman6-Jul-03 7:08 
GeneralRe: Pointing a function pointer to a variable? Pin
peterchen6-Jul-03 22:17
peterchen6-Jul-03 22:17 
GeneralProtected member access, that's not protected Pin
pdunn5-Jul-03 14:39
pdunn5-Jul-03 14:39 
GeneralUnknown message Pin
Xakep5-Jul-03 12:54
Xakep5-Jul-03 12:54 
GeneralRe: Unknown message Pin
Ryan Binns5-Jul-03 20:36
Ryan Binns5-Jul-03 20:36 
QuestionMS Office 97 ActiveX Control? Pin
Mardigin5-Jul-03 12:15
Mardigin5-Jul-03 12:15 
QuestionHow do I stop a do/while loop using a toolbar Pin
Rno355-Jul-03 10:58
Rno355-Jul-03 10:58 
AnswerRe: How do I stop a do/while loop using a toolbar Pin
jhaga5-Jul-03 11:37
professionaljhaga5-Jul-03 11:37 
I use something like this to detect if the user presses a button inside a loop:

MSG msg;
while(PeekMessage(&msg,NULL,0,0,PM_REMOVE))
{
TranslateMessage(&msg);
DispatchMessage(&msg);
}

jhaga

---------------------------------
Do not hire a man who does your work for money, but him who does it for love of it.

Go confidently in the direction of your dreams! Live the life you've imagined. As you simplify your life, the laws of the universe will be simpler.

Do not be too moral. You may cheat yourself out of much life. Aim above morality. Be not simply good; be good for something.


-Henry David Thoreau-
AnswerRe: How do I stop a do/while loop using a toolbar Pin
MAAK6-Jul-03 13:31
MAAK6-Jul-03 13:31 
GeneralUpdating dialogue Pin
andyg.1015-Jul-03 4:01
andyg.1015-Jul-03 4:01 
GeneralRe: Updating dialogue Pin
valikac5-Jul-03 7:09
valikac5-Jul-03 7:09 
Questionhow I can know which character can output? Pin
Alice805-Jul-03 3:58
Alice805-Jul-03 3:58 
AnswerRe: how I can know which character can output? Pin
David Crow5-Jul-03 12:26
David Crow5-Jul-03 12:26 
GeneralRe: how I can know which character can output? Pin
RChin6-Jul-03 23:25
RChin6-Jul-03 23:25 
GeneralTR1 (C++ Standard) Pin
Andrew Walker5-Jul-03 3:48
Andrew Walker5-Jul-03 3:48 
GeneralDEBUG ASSERTION FAILED: File: afx.inl Line: 157 Pin
spokes5-Jul-03 3:33
spokes5-Jul-03 3:33 
GeneralRe: DEBUG ASSERTION FAILED: File: afx.inl Line: 157 Pin
spokes5-Jul-03 4:19
spokes5-Jul-03 4:19 
GeneralOnCmdMsg Pin
grotesque5-Jul-03 2:53
grotesque5-Jul-03 2:53 
GeneralRe: OnCmdMsg Pin
Ryan Binns5-Jul-03 3:27
Ryan Binns5-Jul-03 3:27 
GeneralRe: OnCmdMsg Pin
Xakep5-Jul-03 8:44
Xakep5-Jul-03 8:44 
Generalmaking dialog resizeable doesn't work Pin
neotrace5-Jul-03 1:50
neotrace5-Jul-03 1:50 
GeneralRe: making dialog resizeable doesn't work Pin
neotrace7-Jul-03 6:18
neotrace7-Jul-03 6:18 
Questionhow can I simulate a mouse click on a "Internet Explorer_Server" controll Pin
neotrace5-Jul-03 1:37
neotrace5-Jul-03 1:37 
AnswerRe: how can I simulate a mouse click on a "Internet Explorer_Server" controll Pin
Michael Dunn5-Jul-03 5:23
sitebuilderMichael Dunn5-Jul-03 5:23 
QuestionHow to login a remote machine through visual c++/c++ programming ? Pin
Member 3451565-Jul-03 0:53
Member 3451565-Jul-03 0:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.