Creating A Dialog Window from a Win32 Console program
-
I would like to create a dialog window from a win32 console program, but i dont know how to go about doing this. Anyone know how? I created the CALLBACK procedure, and the resource template, but when i go to call CreateDialog(), i do know what to pass in for the current instance, and the parent window, and NULL does not work (it will compile, but it won't create the window). --Dave
-
I would like to create a dialog window from a win32 console program, but i dont know how to go about doing this. Anyone know how? I created the CALLBACK procedure, and the resource template, but when i go to call CreateDialog(), i do know what to pass in for the current instance, and the parent window, and NULL does not work (it will compile, but it won't create the window). --Dave