>Subject: Using a dialog box resource as main window?
>Date: Mon, 14 Nov 1994 14:12:39 GMT
>Hi
>I can't seem to work out how to use a dialog box resource I create with
>App Studio as the application's main window. CreateWindow() doesn't want
>to take a resource ID, and DialogBox() seems to be for modal windows only.
>Am I missing something, or is it not possible to use the designer in App
>Studio to create an application's main window?
up. Just don't try to associate the dialog with any functions that deal with
regular windows, like CreateWindow(), as they just don't fit for a dialog.
A modal dialog is just fine, unless you plan to put other dialogs in there
somehow, in which case you will need to call it as modeless, and blast it but
I forgot how!!!
Oh, well, back to the grind.