Click here to Skip to main content
15,913,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: no more console apps!! Pin
Kuniva6-Mar-03 9:59
Kuniva6-Mar-03 9:59 
GeneralRe: no more console apps!! Pin
Anonymous6-Mar-03 10:22
Anonymous6-Mar-03 10:22 
GeneralRe: no more console apps!! Pin
Kuniva6-Mar-03 10:27
Kuniva6-Mar-03 10:27 
GeneralRe: no more console apps!! Pin
Anonymous6-Mar-03 10:52
Anonymous6-Mar-03 10:52 
GeneralRe: no more console apps!! Pin
Kuniva6-Mar-03 10:58
Kuniva6-Mar-03 10:58 
GeneralRe: no more console apps!! Pin
Alvaro Mendez6-Mar-03 10:45
Alvaro Mendez6-Mar-03 10:45 
GeneralRe: no more console apps!! Pin
Anonymous6-Mar-03 10:57
Anonymous6-Mar-03 10:57 
GeneralRe: no more console apps!! Pin
Anonymous6-Mar-03 12:49
Anonymous6-Mar-03 12:49 
Hey thanks to you all for your help. I did get it to work Smile | :) / Seems all i had to do was add this:
case WM_PAINT: hDC = BeginPaint(hwnd, &ps);
TextOut(hDC, 300, 100, "Hello, World!", 13);

EndPaint(hwnd, &ps);
Anyways thanks a lot and it looks like i dont have to go back to my book after all Smile | :) Smile | :)
Questionsomething circular with #include? Pin
ns6-Mar-03 9:11
ns6-Mar-03 9:11 
AnswerRe: something circular with #include? Pin
Christian Graus6-Mar-03 9:47
protectorChristian Graus6-Mar-03 9:47 
AnswerRe: something circular with #include? Pin
Mike O'Neill6-Mar-03 16:09
Mike O'Neill6-Mar-03 16:09 
AnswerRe: something circular with #include? Pin
wimel6-Mar-03 23:45
wimel6-Mar-03 23:45 
GeneralCreateProcess( ) :o) Pin
MemLeak6-Mar-03 9:07
MemLeak6-Mar-03 9:07 
GeneralRe: CreateProcess( ) :o) Pin
MemLeak6-Mar-03 10:04
MemLeak6-Mar-03 10:04 
GeneralRe: CreateProcess( ) :o) Pin
Danny Blanchard6-Mar-03 10:09
Danny Blanchard6-Mar-03 10:09 
GeneralRe: CreateProcess( ) :o) Pin
Danny Blanchard6-Mar-03 10:10
Danny Blanchard6-Mar-03 10:10 
GeneralRe: CreateProcess( ) :o) Pin
Blake Miller7-Mar-03 9:44
Blake Miller7-Mar-03 9:44 
GeneralCustom controls in an exported DLL Pin
DREVET Olivier6-Mar-03 8:54
DREVET Olivier6-Mar-03 8:54 
GeneralRe: Custom controls in an exported DLL Pin
Bartosz Bien6-Mar-03 12:33
Bartosz Bien6-Mar-03 12:33 
GeneralRe: Custom controls in an exported DLL Pin
DREVET Olivier6-Mar-03 13:06
DREVET Olivier6-Mar-03 13:06 
GeneralRe: Custom controls in an exported DLL Pin
Bartosz Bien7-Mar-03 0:33
Bartosz Bien7-Mar-03 0:33 
GeneralRe: Custom controls in an exported DLL Pin
DREVET Olivier7-Mar-03 0:48
DREVET Olivier7-Mar-03 0:48 
GeneralRe: Custom controls in an exported DLL Pin
Bartosz Bien7-Mar-03 1:07
Bartosz Bien7-Mar-03 1:07 
GeneralRe: Custom controls in an exported DLL Pin
DREVET Olivier7-Mar-03 1:21
DREVET Olivier7-Mar-03 1:21 
GeneralRe: Custom controls in an exported DLL Pin
DREVET Olivier7-Mar-03 4:34
DREVET Olivier7-Mar-03 4:34 

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.