CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 1999
    Posts
    32

    Modeless dialog's z order.

    My program has a main window and when some
    event is driven a modeless dialog is represented.
    But when I click the main window, the focus is
    in the main window but modeless dialog is not
    hidden by the main window. I mean the z order of
    the modeless dialog is higher than main window.
    But I wanna this modeless dialog's overlapped area
    with the main window is hidden by the main window.
    Can you help me?



  2. #2
    Join Date
    Jun 1999
    Posts
    27

    Re: Modeless dialog's z order.

    Hi,

    Did you tried already to pass NULL as parent window handle?

    Greetings,
    JM




  3. #3
    Join Date
    Jun 1999
    Posts
    319

    Re: Modeless dialog's z order.

    Please send me your code that you tried.


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

Featured