Using a Dialog Box that is defined inside a dll.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a dll that has a dialog box defined in it. I would like to know how to use/display this box inside my main application. I have used LoadLibrary to load the dll, then called FindResource to obtain a handle to the Dialog Resource. Then I called LoadResource using the handle to the Dll and to the Dialog resource and all is fine. I just can't figure out what to do know with the GlobalHandle that is returned in LoadResource to actually display the dialog box and retrieve the data that is entered. I am doing this in WinCE, but I would guess that the process shouldn't be too different. Thanks, -Eric