How can i create my win 32 application main window using window resource IDC_MYWINDOW other than using CreateWindow Function, or DialogBox function.
Printable View
How can i create my win 32 application main window using window resource IDC_MYWINDOW other than using CreateWindow Function, or DialogBox function.
DialogBoxParam, DialogBoxIndirect, DialogBoxIndirectParam, CreateDialog, CreateDialogIndirect, CreateDialogParam, CreateDialogIndirectParam, CreateWindowEx.
There's no such I'm aware of. In case you mean something like dialog template, your request appears self-contradicting because of DialogBox function. As dialogs templates exactly belong with the one.Quote:
window resource
I am sorry Igor i mean the Dialog Template. I have totally messed up the question any way the suggestion from ovidiucucu helped me. Thanks for both of you :-).
You need to use one of the function after making the dialog resource.