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

    Re: Keeping the dialog on top of all other windows



    In Win3.1 there were system modal Dialogs that prevented the user from

    switching to another application, this has carried over to Win32 with

    some wierd results, the user can switch to another application, but the dialog remains as the top window.




    enjoy.

  2. #2
    Join Date
    Oct 2000
    Location
    India
    Posts
    25

    Re: Keeping the dialog on top of all other windows

    You can try SetWinsowPos with 1st parameter as &wndTopMost


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