[gameprogrammer] How to create a dialog box without a regular window?

  • From: Kevin Jenkins <gameprogrammer@xxxxxxxxxx>
  • To: gameprogrammer@xxxxxxxxxxxxx
  • Date: Sun, 09 Mar 2008 19:30:53 -0700

I'm writing an app where I made the window as a dialog resource. I just want that window in my app.


Right now I have to call CreateWindowA, which creates this dummy window, then call CreateDialog with that window's handle as the parent. So I have this big dumb window in that background that does nothing.

How do I just create the dialog?

---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: