View Single Post
Old Feb 20th, 2005, 8:39 PM   #2
drewlander
Newbie
 
drewlander's Avatar
 
Join Date: Jan 2005
Location: Pittsburgh, PA
Posts: 16
Rep Power: 0 drewlander is on a distinguished road
Send a message via AIM to drewlander
To make a dialog box the main window, inside of WinMain use the function :
DialogBoxParam(NULL, MAKEINTRESOURCE(IDD_DIALOG), NULL, (DLGPROC) DlgProc, 0);
__________________
On and on....
drewlander is offline   Reply With Quote