CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    visible/not visible

    Why is that when my form is loaded as visible and it displays a msgbox then msgbox pops up on top of other windows, when my form is loaded as NOT visible then msgbox pops up not on top of other windows....how can I fix that??

    Thank You


  2. #2
    Join Date
    Jul 1999
    Location
    Prague, Czech Republic
    Posts
    263

    Re: visible/not visible

    Try to play with the ShowInTaskbar Property of the form.

    Hope that helps

    Best wishes,

    Matthias Steinbart

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