Results 1 to 7 of 7

Thread: [Resolved] Show window as modal dialog

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276

    Resolved [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
  •  



Click Here to Expand Forum to Full Width