Results 1 to 4 of 4

Thread: Quick Lauch Bar in TaskBar

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Location
    Charleston, S.C.
    Posts
    21
    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

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  3. #3
    Guest
    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)

  4. #4
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    I think he want's it instead of the Quick Launch bar you get with IE 4 and Win98
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

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