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

    Windows Taskbar Problems

    Hi group,
    This is my first time posting a problem(unfortunately it is almost always the case!) so I hope you can help me. For some unknown reason some of my VB(VB6 SP3) projects, although the ShowinTaskBar property is set to true and the BorderStyle is set to 2(sizable), are not showing up in the Windows NT4.0 TaskBar once I hit F5 to run the project. Does anyone have a clue to this problem?

    Ciao,


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Windows Taskbar Problems

    Hi

    This is a known bug under NT4 - sometimes it does show, sometimes it doesn't - VBAccelerator have a method of getting around this problem at http://www.vbaccelerator.com/codelib...e/taskshow.htm


    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

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