Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: " MFC appliation has encountered an error" Why??? Pin
David Crow2-Mar-05 2:44
David Crow2-Mar-05 2:44 
GeneralRe: " MFC appliation has encountered an error" Why??? Pin
Chris Losinger2-Mar-05 3:16
professionalChris Losinger2-Mar-05 3:16 
QuestionHow can I get the MAC addresses of all IP devices on same network ? Pin
charisma_youn1-Mar-05 16:34
charisma_youn1-Mar-05 16:34 
AnswerRe: How can I get the MAC addresses of all IP devices on same network ? Pin
Alexander M.,2-Mar-05 2:58
Alexander M.,2-Mar-05 2:58 
Questionhow to create setup files Pin
rjnl1-Mar-05 15:39
rjnl1-Mar-05 15:39 
AnswerRe: how to create setup files Pin
LighthouseJ1-Mar-05 15:59
LighthouseJ1-Mar-05 15:59 
AnswerRe: how to create setup files Pin
zhang8006051-Mar-05 16:13
zhang8006051-Mar-05 16:13 
AnswerRe: how to create setup files Pin
ThatsAlok2-Mar-05 2:38
ThatsAlok2-Mar-05 2:38 
QuestionHow to determine the column No. in CListView when user right-clicked the list header? Pin
lisoft1-Mar-05 15:32
lisoft1-Mar-05 15:32 
AnswerRe: How to determine the column No. in CListView when user right-clicked the list header? Pin
zhang8006051-Mar-05 17:04
zhang8006051-Mar-05 17:04 
GeneralSeveral child documents Pin
joy0071-Mar-05 15:32
joy0071-Mar-05 15:32 
GeneralPointer to Void problem Pin
LighthouseJ1-Mar-05 15:19
LighthouseJ1-Mar-05 15:19 
GeneralRe: Pointer to Void problem Pin
zhang8006051-Mar-05 15:44
zhang8006051-Mar-05 15:44 
GeneralRe: Pointer to Void problem Pin
LighthouseJ1-Mar-05 16:17
LighthouseJ1-Mar-05 16:17 
GeneralGantt charts Pin
Anonymous1-Mar-05 15:07
Anonymous1-Mar-05 15:07 
GeneralRe: Gantt charts Pin
cmk2-Mar-05 14:03
cmk2-Mar-05 14:03 
GeneralRe: Gantt charts Pin
Anonymous2-Mar-05 16:05
Anonymous2-Mar-05 16:05 
Questionhow to detect someone on Local Network in accessing our files system??? Pin
ngocdq1-Mar-05 14:57
ngocdq1-Mar-05 14:57 
GeneralCRecordset date & time Pin
jmbz841-Mar-05 13:16
jmbz841-Mar-05 13:16 
GeneralRe: CRecordset date & time Pin
Yulianto.1-Mar-05 13:50
Yulianto.1-Mar-05 13:50 
GeneralRe: CRecordset date & time Pin
zhang8006051-Mar-05 15:25
zhang8006051-Mar-05 15:25 
GeneralName that API: Found it!! Pin
Michael Dunn1-Mar-05 10:42
sitebuilderMichael Dunn1-Mar-05 10:42 
GeneralRe: Name that API: Found it!! Pin
Ryan Binns1-Mar-05 17:02
Ryan Binns1-Mar-05 17:02 
GeneralRe: Name that API: Found it!! Pin
Michael Dunn2-Mar-05 12:12
sitebuilderMichael Dunn2-Mar-05 12:12 
GeneralRe: Name that API: Found it!! Pin
PJ Arends1-Mar-05 19:02
professionalPJ Arends1-Mar-05 19:02 
Note Do not confuse "Do not show this dialog box" with "Remember this answer". SHMessageBoxCheck does not provide "Remember this answer" functionality. If the user opts to suppress the message box again, the function does not preserve which button they clicked. Instead, subsequent invocations of SHMessageBoxCheck simply return the value specified by iDefault

Note The default button displayed by the message box should agree with your iDefault value. The lack of support for the MB_DEFBUTTON2 flag means that iDefault should be set to IDOK if you have specified the MB_OK or MB_OKCANCEL flag. The iDefault value should be set to IDYES if you have set the MB_YESNO flag.


Sounds very limited, but certainly useful if you can live with the limitations. As a user I would expect the message box to remember the answer I gave it for every future invocation, not default to 'Ok' or 'Yes' next time the messagebox should have popped up.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004

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.