CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2001
    Posts
    29

    App hides on OK if another app is open

    Hi,

    My app runs ok except when another app is open and I click ok on a message box. My app dissapears and the other open app is shown. I have to mininise the other app to see mine again.

    Any help Appreciated.

    Regards,

    Alan.


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: App hides on OK if another app is open

    check http://vblib.virtualave.net, for function AlwaysOnTop in vbGeneralControl class


  3. #3
    Join Date
    Jun 2000
    Posts
    104

    Re: App hides on OK if another app is open

    is that with any message box or with a particular one?


  4. #4
    Join Date
    Feb 2001
    Posts
    29

    Re: App hides on any MsgBox clicl OK

    Hi,

    Thanks for the response Sakya, I will also check out the link given by Cksion.

    Regards,

    Alan


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