CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Task bar doesn't disappear

    I have an application with a form that has WindowState 2 (Maximized).
    I have tested the application numerous times in the VB Environment, without any problems.
    After creating a Setup Program for my application (with the Package & Deployment Wizard), I installed it.
    The executable was running OK about half of the time, but sometimes the Task Bar just would not disappear.

    ???????


  2. #2
    Join Date
    Apr 1999
    Location
    Netherlands
    Posts
    181

    Re: Task bar doesn't disappear

    A maximized window covers the space on the desktop, but not the taskbar (at least it's not supposed to...)(and other toolbars like the office toolbar), so it's correct behaviour... only weird it works sometimes...


    Crazy D @ Work :-)

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