Page 1 of 1
					
				"Quick Launch"-Path
				Posted: Tue Sep 09, 2003 8:54 pm
				by GPI
				How can i find out the path to the "quick launch" (this thing in the taskbar)?
			 
			
					
				
				Posted: Tue Sep 09, 2003 9:08 pm
				by Num3
				
			 
			
					
				
				Posted: Tue Sep 09, 2003 10:44 pm
				by freak
				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
			 
			
					
				
				Posted: Wed Sep 10, 2003 11:29 am
				by TronDoc
				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
It appears to work under Windows98 1stEd. if you use this string:
"\Microsoft\Internet Explorer\Quick Launch"
(notice the extra "" at the beginning.)
Joe
 
			
					
				
				Posted: Wed Sep 10, 2003 12:25 pm
				by freak
				Damn cut&paste!
Of course you also need the '\' at the beginning for NT based systems too.
Timo
			 
			
					
				
				Posted: Thu Sep 11, 2003 5:17 am
				by TronDoc
				hey, if nothing else; I'm here to back up
you sooperprogrammers..   ..I haven't
been able to write anything worthwhile
myself lately. 

   Joe