Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
tera t
|
Jul 29, 2008 - 2:48 AM
|
Hello. This dialog 
Like a pop-up menu,
At the phase that other Window was clicked.
I want to close Dialog automatically. Thank you very much.
|
|
Technical Support
|
Jul 31, 2008 - 4:06 AM
|
You can invoke the CDialog::EndDialog( IDOK ); method when you need to close the dialog.
Also, having the non-modal dialog you can invoke DestroyWindow method for destroying the dialog window.
|
|
tera t
|
Jul 31, 2008 - 3:44 AM
|
Hello. Using SetWindowsHookEx(WM_MOUSE ... , it was able to come true. Thanks,
|
|