Create your Own TaskBar Control in VB5/6 | CodeGuru

Create your Own TaskBar Control in VB5/6

I coded this within a couple hours tonight (7/11/1999). It works well for its limited design goals, but it needs some features expanded. Source code is included. Properties HangDown The number of pixels that will hang down into the screen when the taskbar is hidden. NumSteps The number of steps drawn while moving the taskbar […]

Written By
CodeGuru Staff
CodeGuru Staff
Feb 3, 2004
2 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

I coded this within a couple hours tonight (7/11/1999). It works well for its limited design goals, but it needs some features expanded.

screen-shot

Source code is included.

Properties

HangDown

The number of pixels that will hang down into the screen when the taskbar is hidden.

NumSteps

The number of steps drawn while moving the taskbar down.

Events

AppGotFocus

Similar to Form.GotFocus, but also works when the application gets the focus.

AppLostFocus

Similar to Form.LostFocus, but also works when the application loses focus.

MouseOver

The mouse was moved over the taskbar.

MouseLeft

The mouse left the taskbar window.

StartOpenUp

The taskbar started to open up.

StartCloseUp

The taskbar started to close up.

ChangeOpenUp

The taskbar was closing, but started to open.

ChangeCloseUp

The taskbar was opening, but started to close.

Advertisement

EndOpenUp

The taskbar is open all the way.

EndCloseUp

The taskbar is closed all the way.

Source Code

The control is distributed via source code. The license is GPL. (see www.gnu.org/copyleft/gpl.html) If you make any significant changes, please let me know and I’ll distribute them with this. Or if you’re just using it for something amazingly cool, I’d be interested to know about that too.

Limitations/Problems

  • Taskbar can only be placed at the center top of the screen.
  • “Runs” while in the IDE.
  • Opening and closing are somewhat slow (especially compared to start menu).
  • The whole thing has too many hacks involving timers.

Author

Any suggestions, helpful hints, or flames should be directed to:

David Newcum
newcumdb@cs.purdue.edu
http://www.cs.purdue.edu/homes/newcumdb/

Download Zipped Project File (13k)

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.