-
How the quick launch menu in the task bar of windows displays icons to click on the start programs, is there any way to actually have a combo box there instead with a bunch of shell commands to start up the programs? Would this involve using any of the API's or not?
Thanks,
Jason
-
-
Do you mean have program's in a list like:
C:\Windows\Calc.exe
C:\Windows\Notepad.exe
C:\Windows\Paint.exe
C:\Windows\Wordpad.exe
Code:
'combo1_click or combo1_change event:
Shell (Combo1.text, vbNormalFocus)
-
I think he want's it instead of the Quick Launch bar you get with IE 4 and Win98