|
-
Oct 11th, 2006, 11:25 AM
#1
Thread Starter
Frenzied Member
[Resolved] Show window as modal dialog
Is there a way to display a client window created with CreateWindowEx(...) as a modal dialog, other than calling DialogBox(...)?
Ex:
A client window is created with CreateWindowEx and HWND_DESKTOP is specified as the parent. Then, another client is created with CreateWindowEx and the first hWnd is specified as the last's parent. This keeps the child window always on top of the parent but still allows the parent to be manipulated.
I don't think there is a way other than using a Dialog Box.
Last edited by wey97; Oct 20th, 2006 at 07:28 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|