Hi Jonas,
The quick launch information is put in a folder in Documents and
Settings\username\Application Data\Microsoft\Internet Explorer\Quick
Launch. You can use Process.Start to launch it directly like the following:
System.Diagnostics.Process.Start(@"C:\Documents and
Settings\v-kevy\Application 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."