Advertisement

Dialogs in a console app

Started by March 27, 2001 10:13 PM
2 comments, last by Martee 23 years, 10 months ago
In VC++ 6, is there any way to use dialogs in a console app? Or to put it another way, how can I get an HINSTANCE in a console app? ~~~~~~~~~~ Martee
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
To get the HINSTANCE just use:

HINSTANCE hInst = (HINSTANCE)GetModuleHandle (NULL);

Aldenar
Advertisement
Try this

Edited by - GayleSaver on March 28, 2001 5:11:48 PM
VK
Thanks

~~~~~~~~~~
Martee
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers

This topic is closed to new replies.

Advertisement