Click here to Skip to main content
15,912,665 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Moving AfxMessageBox() to a different location Pin
bob1697211-Aug-06 16:19
bob1697211-Aug-06 16:19 
GeneralRe: Moving AfxMessageBox() to a different location Pin
Reagan Conservative14-Aug-06 3:17
Reagan Conservative14-Aug-06 3:17 
AnswerRe: Moving AfxMessageBox() to a different location [modified] Pin
A_Fa11-Aug-06 23:45
A_Fa11-Aug-06 23:45 
JokeRe: Moving AfxMessageBox() to a different location Pin
ovidiucucu12-Aug-06 4:00
ovidiucucu12-Aug-06 4:00 
QuestionSimple Argument Passing Question... Pin
stretchcoder11-Aug-06 7:34
stretchcoder11-Aug-06 7:34 
AnswerRe: Simple Argument Passing Question... Pin
Chris Losinger11-Aug-06 7:42
professionalChris Losinger11-Aug-06 7:42 
AnswerRe: Simple Argument Passing Question... Pin
David Crow11-Aug-06 7:43
David Crow11-Aug-06 7:43 
AnswerRe: Simple Argument Passing Question... Pin
Zac Howland11-Aug-06 7:50
Zac Howland11-Aug-06 7:50 
It all depends on what the person who wrote the function expected. By convention, the function SHOULD work with 0 as the parameter. However, some people force a non-zero answer by requiring you to send a default flag value in. If it is a library function (e.g. in MFC) look at the documentation and see what it expects. If you have the source for the function, look at what the function is doing and determine what value you should send.

stretchcoder wrote:
Thanks, and remember you were a newbie once too


No problem ... but when I was a newbie, 99.999% of "simple" questions would receive the answer of "RTFM!" Wink | ;)


If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

GeneralOT: Re: Simple Argument Passing Question... Pin
normanS11-Aug-06 9:26
normanS11-Aug-06 9:26 
GeneralRe: OT: Re: Simple Argument Passing Question... Pin
Zac Howland11-Aug-06 9:39
Zac Howland11-Aug-06 9:39 
AnswerRe: Simple Argument Passing Question... Pin
Hamid_RT14-Aug-06 7:09
Hamid_RT14-Aug-06 7:09 
QuestionDebugging a memroy violation Pin
LCI11-Aug-06 5:06
LCI11-Aug-06 5:06 
AnswerRe: Debugging a memroy violation Pin
Zac Howland11-Aug-06 5:18
Zac Howland11-Aug-06 5:18 
AnswerRe: Debugging a memroy violation Pin
PJ Arends11-Aug-06 6:39
professionalPJ Arends11-Aug-06 6:39 
QuestionProblem with folders in Outlook Pin
SelfLoader11-Aug-06 4:52
SelfLoader11-Aug-06 4:52 
QuestionHow to determine the html page dimentions ? Pin
Yariv11-Aug-06 4:43
Yariv11-Aug-06 4:43 
AnswerRe: How to determine the html page dimentions ? Pin
Chris Losinger11-Aug-06 7:43
professionalChris Losinger11-Aug-06 7:43 
GeneralRe: How to determine the html page dimentions ? Pin
Yariv11-Aug-06 20:07
Yariv11-Aug-06 20:07 
GeneralRe: How to determine the html page dimentions ? Pin
Hamid_RT14-Aug-06 6:55
Hamid_RT14-Aug-06 6:55 
QuestionHow to stop a auto window popping out? Pin
mmhu11-Aug-06 4:39
mmhu11-Aug-06 4:39 
AnswerRe: How to stop a auto window popping out? Pin
Michael Dunn11-Aug-06 17:51
sitebuilderMichael Dunn11-Aug-06 17:51 
GeneralRe: How to stop a auto window popping out? Pin
mmhu12-Aug-06 11:48
mmhu12-Aug-06 11:48 
QuestionRe: How to stop a auto window popping out? Pin
mmhu14-Aug-06 2:44
mmhu14-Aug-06 2:44 
QuestionUnicode Application with MSLU on Windows ME ???? Pin
Suyash11-Aug-06 4:38
Suyash11-Aug-06 4:38 
QuestionOverlapped and ReadFile() question Pin
kitty511-Aug-06 4:07
kitty511-Aug-06 4:07 

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.