View Single Post
Old Feb 20th, 2005, 1:49 PM   #1
some1
Programmer
 
Join Date: Dec 2004
Posts: 50
Rep Power: 4 some1 is on a distinguished road
How to use resource dialog as application window

Hello everyone

I wonder how can I use a dialog box that I created as a resource, as applications main window that receives all the messages. I mean, when I create a window with CreateWindowEx it creates a blank window and I need to use subsequent CreateWindowEx calls to add controls etc and its a big headache. How to make it use a dialog resource instead?
some1 is offline   Reply With Quote