Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
led mike6-Nov-06 4:56
led mike6-Nov-06 4:56 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
Waldermort6-Nov-06 5:27
Waldermort6-Nov-06 5:27 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
led mike6-Nov-06 5:41
led mike6-Nov-06 5:41 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
toxcct6-Nov-06 5:09
toxcct6-Nov-06 5:09 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
Waldermort6-Nov-06 5:36
Waldermort6-Nov-06 5:36 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
toxcct6-Nov-06 5:48
toxcct6-Nov-06 5:48 
GeneralRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
Waldermort6-Nov-06 6:33
Waldermort6-Nov-06 6:33 
AnswerRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
Waldermort6-Nov-06 4:30
Waldermort6-Nov-06 4:30 
_tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)<br />
<br />
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPCSTR lpCmdLine, int nCmdShow)


The first works along side TCHAR and is able to switch between UNICODE and ANSI, look at the LPCTSTR. The second will only work with ANSI builds.
QuestionRe: I'm MFC newbie, Where is Winmain() in MFC ? Pin
David Crow6-Nov-06 5:29
David Crow6-Nov-06 5:29 
AnswerThx every one. Pin
kumyim7-Nov-06 19:32
kumyim7-Nov-06 19:32 
Questionhi,iam intersted to lear Windows CE and eVC++ plz tell which books are good to learn Pin
premkamalg6-Nov-06 1:23
premkamalg6-Nov-06 1:23 
QuestionHow an I add tooltip for the buttons on the Dialog box? Pin
Sameer_Thakur6-Nov-06 0:59
Sameer_Thakur6-Nov-06 0:59 
AnswerRe: How an I add tooltip for the buttons on the Dialog box? Pin
Nibu babu thomas6-Nov-06 1:06
Nibu babu thomas6-Nov-06 1:06 
AnswerRe: How an I add tooltip for the buttons on the Dialog box? Pin
Hamid_RT6-Nov-06 8:42
Hamid_RT6-Nov-06 8:42 
Questionrtc clock change summer/winter time Pin
faladrim6-Nov-06 0:38
faladrim6-Nov-06 0:38 
AnswerRe: rtc clock change summer/winter time Pin
David Crow7-Nov-06 3:10
David Crow7-Nov-06 3:10 
QuestionHow to convert CString to Char* in mode UNICODE Pin
huynhnb6-Nov-06 0:23
huynhnb6-Nov-06 0:23 
AnswerRe: How to convert CString to Char* in mode UNICODE Pin
Nibu babu thomas6-Nov-06 0:31
Nibu babu thomas6-Nov-06 0:31 
GeneralRe: How to convert CString to Char* in mode UNICODE Pin
bosfan6-Nov-06 1:27
bosfan6-Nov-06 1:27 
GeneralRe: How to convert CString to Char* in mode UNICODE Pin
iserik6-Nov-06 5:59
iserik6-Nov-06 5:59 
AnswerRe: How to convert CString to Char* in mode UNICODE Pin
fat_boy6-Nov-06 23:56
fat_boy6-Nov-06 23:56 
QuestionRead exe File? Pin
bosfan6-Nov-06 0:12
bosfan6-Nov-06 0:12 
AnswerRe: Read exe File? Pin
Nibu babu thomas6-Nov-06 0:18
Nibu babu thomas6-Nov-06 0:18 
GeneralRe: Read exe File? Pin
bosfan6-Nov-06 0:28
bosfan6-Nov-06 0:28 
GeneralRe: Read exe File? Pin
David Crow6-Nov-06 4:25
David Crow6-Nov-06 4:25 

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.