D
Dmitry Duginov
I'm trying to make a utility that should assist backup procedure by closing
multiple applications sitting in systray. The problem I bumped into is that
many of those applications do not close their main window if I try to call
Process.CloseMainWindow(). What are the other "polite" methods to close such
applications? (except, of cource Process.Kill())
Is there a way to send the same message that closes all the applications
upon Logoff, but selectively, only to some specific applications?
Regards,
Dmitry
multiple applications sitting in systray. The problem I bumped into is that
many of those applications do not close their main window if I try to call
Process.CloseMainWindow(). What are the other "polite" methods to close such
applications? (except, of cource Process.Kill())
Is there a way to send the same message that closes all the applications
upon Logoff, but selectively, only to some specific applications?
Regards,
Dmitry