HELP! create modeless dialog in a DLL 
Author Message
 HELP! create modeless dialog in a DLL

First of all, sorry for my English.

I am trying to implement a simple console application
which calls a dll in this way:

...
calls to functions
...
dll_create_dialog();
...
calls to functions
...
dll_destroy_dialog();

The DLL has to create a MODELESS dialog, so the user can
interact with it, while
the application can continue (after dll_create_dialog()
can be other calls).

I have tried to do it using a new thread in this way: In
the DLL I create a thread
and in the constructor of this thread a create the dialog.

It works, because I can create the dialog and the
application continues, but I can NOT
click in the buttons of the dialog.

Thank you,
guille =]



Mon, 08 Mar 2004 22:36:52 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Help!! Modeless Dialog Create Problem

2. Modeless dialogs in dlls showing help

3. HELP: modeless dialog in dll

4. HELP - Using TAB in modeless dialog loaded from dll

5. How to create Modeless dialog in ATL

6. Create modeless dialog box in console app

7. Creating a modeless Dialog box...

8. App fails when creating/showing Modeless Dialog

9. use _beginthread() to create modeless dialog box

10. Problem creating a Modeless Dialog

11. creating modeless dialogs..

12. How to create a modeless dialog window?

 

 
Powered by phpBB® Forum Software