Explorer folders
-
I am developing an application which is looking at the process running on the PC. For Explorer.exe I can get the window title, but does anyone know where in the registry, if at all, this title matches up with a folder name. For example Title=RandP CommandLine=C:\WINDOWS\Explorer.EXE so how do I get at the text in the Address control of Explorer ? does this info get saved/stored in the registry ? Any help would be much appreciated. Phil Gibson
-
I am developing an application which is looking at the process running on the PC. For Explorer.exe I can get the window title, but does anyone know where in the registry, if at all, this title matches up with a folder name. For example Title=RandP CommandLine=C:\WINDOWS\Explorer.EXE so how do I get at the text in the Address control of Explorer ? does this info get saved/stored in the registry ? Any help would be much appreciated. Phil Gibson
philgibson wrote: so how do I get at the text in the Address control of Explorer ? You have to Write Browser Helper Object for Window Explorer!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
-
I am developing an application which is looking at the process running on the PC. For Explorer.exe I can get the window title, but does anyone know where in the registry, if at all, this title matches up with a folder name. For example Title=RandP CommandLine=C:\WINDOWS\Explorer.EXE so how do I get at the text in the Address control of Explorer ? does this info get saved/stored in the registry ? Any help would be much appreciated. Phil Gibson
philgibson wrote: does this info get saved/stored in the registry ? Nope philgibson wrote: so how do I get at the text in the Address control of Explorer ? You have To write
Browser Helper Object
for Window Explorer. SearchBrowser Helper Object
in google to know more about it"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta