Hi everybody
I am looking for two API functions and how to use them.
1. I need a function, that can find a process by its exe-Name (Winword.exe).
Also I need a function to activate or terminate the process.
2. I need a function for browsing folder
Thanks alot
Nijazi Halimaji
Norm Cook - 06 Jun 2007 13:47 GMT
> Hi everybody
>
[quoted text clipped - 8 lines]
>
> Nijazi Halimaji
1. http://vbnet.mvps.org/code/system/winclasstitle.htm
2. http://vbnet.mvps.org/code/callback/browsecallback.htm
G Himangi - 19 Jun 2007 12:15 GMT
For browsing folder, you can either use ShBrowserForFolder API function or
if you don't mind commercial component with more features and functionality,
you can check out FolderView from Shell MegaPack at http://www.ssware.com
> Hi everybody
>
[quoted text clipped - 9 lines]
>
> Nijazi Halimaji