carlosp_uk
03-12-2007, 07:15 PM
Hi there
I've been upgrading 'Touch Settings' recently to be compatible with the new HTC devices (Vogue, Touch Dual, etc.) and it's now reached the point where I really need to automatically terminate some running processes at the beginning of the app. Specifically, I need to close:
mediahubmini.exe
APlauncher.exe
QuickDial.exe
In VB.NET, I'm using a DLLImport to find the window handle and then SendMessage WM_CLOSE to close the app, but it doesn't seem to work!
Does anybody know the specific window names, or have any code examples of how to shut down these processes from within vb.net ? (a c# example is also fine)
Yours hopefully
Carlos
PS: Touch Settings is very nearly at the point now where it will automatically re-generate all the necessary cube animation (BRN) files with user-selected icons. watch this space!
I've been upgrading 'Touch Settings' recently to be compatible with the new HTC devices (Vogue, Touch Dual, etc.) and it's now reached the point where I really need to automatically terminate some running processes at the beginning of the app. Specifically, I need to close:
mediahubmini.exe
APlauncher.exe
QuickDial.exe
In VB.NET, I'm using a DLLImport to find the window handle and then SendMessage WM_CLOSE to close the app, but it doesn't seem to work!
Does anybody know the specific window names, or have any code examples of how to shut down these processes from within vb.net ? (a c# example is also fine)
Yours hopefully
Carlos
PS: Touch Settings is very nearly at the point now where it will automatically re-generate all the necessary cube animation (BRN) files with user-selected icons. watch this space!