Click here to Skip to main content
15,904,497 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Beginner Windows C++ GUI question Pin
Christian Graus23-Sep-04 16:42
protectorChristian Graus23-Sep-04 16:42 
GeneralRe: Beginner Windows C++ GUI question Pin
Ravi Bhavnani23-Sep-04 18:04
professionalRavi Bhavnani23-Sep-04 18:04 
GeneralTo Michael Dunn Pin
Guoguor23-Sep-04 15:50
Guoguor23-Sep-04 15:50 
GeneralRe: To Michael Dunn Pin
Tim Smith23-Sep-04 16:01
Tim Smith23-Sep-04 16:01 
GeneralRe: To Michael Dunn Pin
Guoguor23-Sep-04 16:09
Guoguor23-Sep-04 16:09 
GeneralRe: To Michael Dunn Pin
Bob Stanneveld24-Sep-04 0:08
Bob Stanneveld24-Sep-04 0:08 
GeneralRe: To Michael Dunn Pin
Antony M Kancidrowski24-Sep-04 3:38
Antony M Kancidrowski24-Sep-04 3:38 
QuestionWhere and when to initialize them? Pin
Guoguor23-Sep-04 15:09
Guoguor23-Sep-04 15:09 
Recently, I write a program.And I write a WinMain function for it. But I don't know where and how to initialize the parameters of the function. Should I to initialize them by myself? Or the system will intialize them?
Where can I find the initializtion of the parameters
hInstC,hInstP,lpCmdLine,nCmdShow?
the function is as follows:
int PASCAL WinMain(HINSTANCE hInstC, HINSTANCE hInstP, LPTSTR lpCmdLine, int nCmdShow)
{..................}


free like a Bird
AnswerRe: Where and when to initialize them? Pin
Michael Dunn23-Sep-04 15:15
sitebuilderMichael Dunn23-Sep-04 15:15 
GeneralHelp writing a function Pin
NietzscheDisciple23-Sep-04 12:11
NietzscheDisciple23-Sep-04 12:11 
GeneralRe: Help writing a function Pin
Ravi Bhavnani23-Sep-04 12:35
professionalRavi Bhavnani23-Sep-04 12:35 
GeneralRe: Help writing a function Pin
NietzscheDisciple23-Sep-04 12:44
NietzscheDisciple23-Sep-04 12:44 
GeneralRe: Help writing a function Pin
Ravi Bhavnani23-Sep-04 13:31
professionalRavi Bhavnani23-Sep-04 13:31 
GeneralRe: Help writing a function Pin
NietzscheDisciple23-Sep-04 13:45
NietzscheDisciple23-Sep-04 13:45 
GeneralRe: Help writing a function Pin
Ravi Bhavnani23-Sep-04 18:07
professionalRavi Bhavnani23-Sep-04 18:07 
GeneralRecursive File Enumeration Pin
wayvirgo23-Sep-04 11:50
wayvirgo23-Sep-04 11:50 
GeneralRe: Recursive File Enumeration Pin
David Salter23-Sep-04 11:56
David Salter23-Sep-04 11:56 
GeneralRe: Recursive File Enumeration Pin
wayvirgo23-Sep-04 12:08
wayvirgo23-Sep-04 12:08 
GeneralRe: Recursive File Enumeration Pin
BlackDice24-Sep-04 3:20
BlackDice24-Sep-04 3:20 
QuestionHow about this? Pin
Tom Wright23-Sep-04 11:34
Tom Wright23-Sep-04 11:34 
AnswerRe: How about this? Pin
Michael Dunn23-Sep-04 11:42
sitebuilderMichael Dunn23-Sep-04 11:42 
GeneralRe: How about this? Pin
Tom Wright23-Sep-04 11:50
Tom Wright23-Sep-04 11:50 
GeneralRe: How about this? Pin
BlackDice23-Sep-04 11:59
BlackDice23-Sep-04 11:59 
GeneralRe: How about this? Pin
Tom Wright23-Sep-04 12:04
Tom Wright23-Sep-04 12:04 
GeneralRe: How about this? Pin
Michael Dunn23-Sep-04 12:03
sitebuilderMichael Dunn23-Sep-04 12: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.