I'm trying to create a dialog box using C++ and the windows API, but I don't want the dialog defined in a resource file. I can't find anything good on this on the web, none of the examples I've read seem to define the dialog programmatically.
Anyone know how to do this? A simple example is fine, I'm not doing anything complicated with it yet.