somebody help me, i'm developing a system in vb6 which will have its own taskbar. is there any component in vb6 which will mimic the windows taskbar?
____________________________
Make your dreams REAL!
23-02-2006 at 06:12 AM
|
steve_w Level: Moderator Registered: 18-04-2003 Posts: 1156
Re: taskbar
The toolbar in the "Microsoft Windows Common Controls" may do what you need, you can add buttons and remove them in code, and dock it where you want. Have a look at it if you need any help with it post back.
Steve
23-02-2006 at 08:51 AM
|
stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 891
Re: taskbar
In addition to steve's comments www.vbaccelerator.com has a "rebar" control that does a similar thing.
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
how can i used the tool bar to hold all application opened?
____________________________
Make your dreams REAL!
24-02-2006 at 01:12 AM
|
steve_w Level: Moderator Registered: 18-04-2003 Posts: 1156
Re: taskbar
Create a new project and add an imagelist to the form and a toolbar. Add to image icons to the image list and give them key values of image1 and image2.
ty, but stil have the problem, how can i hold the application opened, like 4 ex i opened ms word how can i assign one button of the toolbar to hold the app so that when i click the said button ms word will restore or opened in which the toolbar will realy work as a windows task bar
____________________________
Make your dreams REAL!
27-02-2006 at 01:31 AM
|
steve_w Level: Moderator Registered: 18-04-2003 Posts: 1156
Re: taskbar
Are you launching the applications from your vb6 program or are you using the windows to do it.