Hey all,
Maybe someone knows this problem; I have a C# WinForms app that every
now and then has a new version that I deploy to my users using an
installation script written with the NSIS installer. To improve on this,
I want the installer to shut down any running instances of my
application when it does the installation.
To do this, I have implemented the following function to kill any
instances...
Search Result
Collapse
2 results in 0.0015 seconds.
Keywords
Members
Tags
-
Finding a running instance of my app
-
Process class and main window handle property
Hi,
In the Process class there is a CloseMainWindow , why is there not a
BringMainWindow ToForeground or similar method?
What would be the best way to do this if we jsut have the process info and
MainWindowHandl e without PInvoke?
Thanks...