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

C / C++ / MFC

 
GeneralRe: still doesn't work Pin
Anders Molin3-Aug-03 12:43
professionalAnders Molin3-Aug-03 12:43 
GeneralRe: still doesn't work Pin
Christian Graus3-Aug-03 13:00
protectorChristian Graus3-Aug-03 13:00 
GeneralRe: still doesn't work Pin
Anders Molin3-Aug-03 13:06
professionalAnders Molin3-Aug-03 13:06 
GeneralRe: still doesn't work Pin
Christian Graus3-Aug-03 13:11
protectorChristian Graus3-Aug-03 13:11 
GeneralRe: still doesn't work Pin
Anders Molin3-Aug-03 13:16
professionalAnders Molin3-Aug-03 13:16 
GeneralRe: still doesn't work Pin
Christian Graus3-Aug-03 13:22
protectorChristian Graus3-Aug-03 13:22 
GeneralRe: still doesn't work Pin
Anders Molin3-Aug-03 13:29
professionalAnders Molin3-Aug-03 13:29 
GeneralRe: still doesn't work Pin
Marc Clifton3-Aug-03 14:12
mvaMarc Clifton3-Aug-03 14:12 
AnswerRe: what files to distribute with my MFC app? Pin
vcplusplus3-Aug-03 5:31
vcplusplus3-Aug-03 5:31 
AnswerRe: what files to distribute with my MFC app? Pin
Marc Clifton3-Aug-03 14:13
mvaMarc Clifton3-Aug-03 14:13 
GeneralPreprocessor Question Pin
yashraj12152-Aug-03 7:52
yashraj12152-Aug-03 7:52 
GeneralRe: Preprocessor Question Pin
Michael Dunn2-Aug-03 9:23
sitebuilderMichael Dunn2-Aug-03 9:23 
GeneralDigital Watermarking in Visual C++ Pin
colormyiris2-Aug-03 7:15
colormyiris2-Aug-03 7:15 
GeneralRemoving foreign icons from the notification tray Pin
magnesium2-Aug-03 5:42
magnesium2-Aug-03 5:42 
QuestionActiveX ??? DataGrid ??? Pin
_skidrow_vn_2-Aug-03 3:45
_skidrow_vn_2-Aug-03 3:45 
GeneralDialog initialization after DoModal() Pin
harmendejong2-Aug-03 3:04
harmendejong2-Aug-03 3:04 
GeneralRe: Dialog initialization after DoModal() Pin
Alexander M.,2-Aug-03 3:08
Alexander M.,2-Aug-03 3:08 
GeneralRe: Dialog initialization after DoModal() Pin
HPSI2-Aug-03 5:24
HPSI2-Aug-03 5:24 
QuestionHow to restart MFC dialog application? Pin
julych2-Aug-03 0:01
julych2-Aug-03 0:01 
AnswerRe: How to restart MFC dialog application? Pin
Arjan Schouten2-Aug-03 1:10
Arjan Schouten2-Aug-03 1:10 
QuestionDoEvent() in Visual C++? Pin
Behzad Ebrahimi1-Aug-03 22:36
Behzad Ebrahimi1-Aug-03 22:36 
AnswerRe: DoEvent() in Visual C++? Pin
Alexander M.,2-Aug-03 3:04
Alexander M.,2-Aug-03 3:04 
when you get a system message, you'll get it as WM_SYSCOMMMAND message on your window!
for a window, you normally have a main loop, which calls GetMessage, TranslateMessage and DispatchMessage!
this loop calls you window procedure!
that means, when you're out of your for loop, the window's message queue will be processed, also the syscommand!

Don't try it, just do it! Wink | ;-)
AnswerRe: DoEvent() in Visual C++? Pin
Michael Dunn2-Aug-03 5:35
sitebuilderMichael Dunn2-Aug-03 5:35 
GeneralGDI+ vs. DDE Pin
Bartosz Bien1-Aug-03 21:42
Bartosz Bien1-Aug-03 21:42 
GeneralCustom tree control Pin
Marissa1821-Aug-03 21:03
Marissa1821-Aug-03 21:03 

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.