-
Hey, does anyone know how I might have my application tell Windows to create a new toolbar pointed to a directory that I specify? My program creates a directory and places about 8 shortcut files in it, I want to be able to tell Windows to create a new toolbar for this folder. Any help is VERY much appreciated! Thanks!
-
I'm not sure, but I'd bet you could search the registy to find out where windows stores directory information and then have your program specify your toolbar by writing the appropriate values.
-
Hmm... Yeah that sounds like a good idea but if I did find where Windows keeps the toolbar info and I could and did write my bar into this place (Registry, Ini, Inf, whatever...) how would I tell Windows to build the new bar without restarting?