I have a Win32 resource DLL (No MFC), which has a dialog in it.
I can load the Win32 dll using LoadLibrary
from the MFC application.
After loading the DLL, how do I bring up the dialog to show it to the user?
I Would appreciate if someone can share the code to do this.
I remember using AfxGetResourceHandle to do this kind of stuff, but don't remember it now.