No i don´t need to hide/unhide the taskbar. I only want to
activate/unactivate the Quick Launch tray in Win XP. Right next to the
start-menu you have this litte toolbar that can contain shortcuts to
applications etc. As a users you can activate/deactivate this function just
by rightclick on the Toolbars menu and mark or unmark Quick Launch.
I need a way to activate only the toolbar function Quick Launch.
"Kevin Yu [MSFT]" <v-kevy@online.mic rosoft.com> wrote in message
news:LEYtdk1uFH A.3020@TK2MSFTN GXA01.phx.gbl.. .[color=blue]
> Hi Jonas,
>
> Do you mean that you need to hide/unhide windows tools bar
> programatically ?
> If so, I suggest you check the following KB article.
>
> http://support.microsoft.com/kb/q202099/
>
> HTH.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>[/color]
The quick launch information is put in a folder in Documents and
Settings\userna me\Application Data\Microsoft\ Internet Explorer\Quick
Launch. You can use Process.Start to launch it directly like the following:
System.Diagnost ics.Process.Sta rt(@"C:\Documen ts and
Settings\v-kevy\Applicatio n Data\Microsoft\ Internet Explorer\Quick
Launch\Launch Internet Explorer Browser");
HTH.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
I don´t want to launch an application in Quick Launch folder i just want to
enable the toolbarfunction .
"Kevin Yu [MSFT]" <v-kevy@online.mic rosoft.com> wrote in message
news:5GxaRgZvFH A.580@TK2MSFTNG XA01.phx.gbl...[color=blue]
> Hi Jonas,
>
> The quick launch information is put in a folder in Documents and
> Settings\userna me\Application Data\Microsoft\ Internet Explorer\Quick
> Launch. You can use Process.Start to launch it directly like the
> following:
>
> System.Diagnost ics.Process.Sta rt(@"C:\Documen ts and
> Settings\v-kevy\Applicatio n Data\Microsoft\ Internet Explorer\Quick
> Launch\Launch Internet Explorer Browser");
>
> HTH.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>[/color]
Comment