Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Custom tree control Pin
HPSI2-Aug-03 1:37
HPSI2-Aug-03 1:37 
GeneralRe: Custom tree control Pin
Michael Dunn2-Aug-03 5:39
sitebuilderMichael Dunn2-Aug-03 5:39 
GeneralWeird popup menu display on XP Pin
liop1-Aug-03 19:06
liop1-Aug-03 19:06 
GeneralRe: Weird popup menu display on XP Pin
MAAK1-Aug-03 22:52
MAAK1-Aug-03 22:52 
QuestionMFC application in NT services giving problem on LOG OFF???? Pin
Rohit Dhamija1-Aug-03 18:41
Rohit Dhamija1-Aug-03 18:41 
GeneralPopup Menus Pin
Marissa1821-Aug-03 17:52
Marissa1821-Aug-03 17:52 
GeneralRe: Popup Menus Pin
HPSI1-Aug-03 18:22
HPSI1-Aug-03 18:22 
GeneralRe: Popup Menus Pin
Snillet2k7-Mar-04 9:01
Snillet2k7-Mar-04 9:01 
GeneralRe: Popup Menus Pin
Anonymous2-Aug-03 0:22
Anonymous2-Aug-03 0:22 
QuestionHow to use ofstream to output muliple files, please help! Pin
tomsspc1-Aug-03 17:37
tomsspc1-Aug-03 17:37 
AnswerRe: How to use ofstream to output muliple files, please help! Pin
Michael Dunn1-Aug-03 18:25
sitebuilderMichael Dunn1-Aug-03 18:25 
GeneralRe: How to use ofstream to output muliple files, please help! Pin
Anonymous2-Aug-03 12:33
Anonymous2-Aug-03 12:33 
GeneralSendMessage and buffer question Pin
alex.barylski1-Aug-03 15:12
alex.barylski1-Aug-03 15:12 
GeneralRe: SendMessage and buffer question Pin
Chris Richardson1-Aug-03 15:49
Chris Richardson1-Aug-03 15:49 

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.