Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I create the main window from a resource, instead of writing CreateWindowEx? Thanks. Erik
Unless your window is a dialog, you can't. Well, at least not easily (it would require reading the dialog resource template and creating all the windows and buttons based on that in your own code).