by Vlad Vissoultchev (13 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(8 Votes)

This is a UserControl i did for a recent project. It almost fully emulates Windows taskbar functionality. Written from scratch, uses heavy advanced API and subclassing.
Code greatly inspired by submissions to this site and vbAccelerator.com. Everything is done the hard way, the way a VC++ programer would do it. And btw, lots of lame code here. Don't know why people upload so much rubbish.
I'm a professional VB coder and maybe my judgement is too harsh :-)) Anyway, don't bother to vote but do comment here.
Enjoy,
Side Effects
Well, VB IDE is totally hacked by this piece of code, but i put some effort to prevent nasty redrawing side effects.
API Declarations'see mdWinAPI,bas -- 300+ lines
Download TaskBar Control (20 KB)