"Quick Launch"-Path
"Quick Launch"-Path
How can i find out the path to the "quick launch" (this thing in the taskbar)?
			
			
									
									
						There is no Constant at this function to directly get this path. I guess
because it is infact an IE specific folder, and not directly a system folder.
This should do it though (not thested on win9x systems yet)
path.s = GetSystemFolder(#CSIDL_APPDATA) + "\Microsoft\Internet Explorer\Quick Launch\"
Timo
			
			
													because it is infact an IE specific folder, and not directly a system folder.
This should do it though (not thested on win9x systems yet)
path.s = GetSystemFolder(#CSIDL_APPDATA) + "\Microsoft\Internet Explorer\Quick Launch\"
Timo
					Last edited by freak on Wed Sep 10, 2003 12:26 pm, edited 1 time in total.
									
			
									quidquid Latine dictum sit altum videtur
						It appears to work under Windows98 1stEd. if you use this string:freak wrote:There is no Constant at this function to directly get this path. I guess
because it is infact an IE specific folder, and not directly a system folder.
This should do it though (not thested on win9x systems yet)
path.s = GetSystemFolder(#CSIDL_APPDATA) + "Microsoft\Internet Explorer\Quick Launch"
Timo
"\Microsoft\Internet Explorer\Quick Launch"
(notice the extra "" at the beginning.)
Joe
peace  
[pI 166Mhz 32Mb w95]
[pII 350Mhz 256Mb atir3RagePro WinDoze '98 FE & 2k]
[Athlon 1.3Ghz 160Mb XPHome & RedHat9]
						[pI 166Mhz 32Mb w95]
[pII 350Mhz 256Mb atir3RagePro WinDoze '98 FE & 2k]
[Athlon 1.3Ghz 160Mb XPHome & RedHat9]


 Joe
   Joe