Thread
:
How to use resource dialog as application window
View Single Post
Feb 20th, 2005, 8:39 PM
#
2
drewlander
Newbie
Join Date: Jan 2005
Location: Pittsburgh, PA
Posts: 16
Rep Power:
0
To make a dialog box the main window, inside of WinMain use the function :
(
Toggle Plain Text
)
DialogBoxParam(NULL, MAKEINTRESOURCE(IDD_DIALOG), NULL, (DLGPROC) DlgProc, 0);
DialogBoxParam(NULL, MAKEINTRESOURCE(IDD_DIALOG), NULL, (DLGPROC) DlgProc, 0);
__________________
On and on....
drewlander
View Public Profile
Visit drewlander's homepage!
Find More Posts by drewlander