Code Comments
Programming Forum and web based access to our favorite programming groups.I want to start up taskbar properties from a command prompt. I was able to
find a solution using VB script:
Dim objShell
Set objShell = CreateObject("Shell.Application")
objShell.TrayProperties
but I would like something simplier. Does it exist?
Post Follow-up to this message"Matt Slavicek" <matts@autechdev.com> wrote in message
news:OgrGFeDjEHA.1348@tk2msftngp13.phx.gbl...
>I want to start up taskbar properties from a command prompt. I was able to
>find a solution using VB script:
>
> Dim objShell
> Set objShell = CreateObject("Shell.Application")
> objShell.TrayProperties
>
> but I would like something simplier. Does it exist?
"Simplier" than 3 lines?? :-/
What's the world coming to...
Post Follow-up to this messagerundll32 shell32.dll,Options_RunDLL 1
This works on XP, not sure about other operating systems. Would help if you
mention your OS when asking things like this.
"Matt Slavicek" <matts@autechdev.com> wrote in message
news:OgrGFeDjEHA.1348@tk2msftngp13.phx.gbl...
>I want to start up taskbar properties from a command prompt. I was able to
>find a solution using VB script:
>
> Dim objShell
> Set objShell = CreateObject("Shell.Application")
> objShell.TrayProperties
>
> but I would like something simplier. Does it exist?
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.