Click here to Skip to main content
15,896,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Font color,Type, Columns... Pin
Dave Kreskowiak25-May-04 0:28
mveDave Kreskowiak25-May-04 0:28 
GeneralRe: Font color,Type, Columns... Pin
rubdub25-May-04 20:18
rubdub25-May-04 20:18 
GeneralSetting Enviroment Variables Pin
waffleman24-May-04 8:58
waffleman24-May-04 8:58 
GeneralRe: Setting Enviroment Variables Pin
Dave Kreskowiak24-May-04 9:22
mveDave Kreskowiak24-May-04 9:22 
GeneralMultithreading Help Pin
800XL24-May-04 5:59
800XL24-May-04 5:59 
GeneralRe: Multithreading Help Pin
Dave Kreskowiak24-May-04 7:11
mveDave Kreskowiak24-May-04 7:11 
GeneralRe: Multithreading Help Pin
800XL24-May-04 23:32
800XL24-May-04 23:32 
GeneralRe: Multithreading Help Pin
Dave Kreskowiak25-May-04 0:24
mveDave Kreskowiak25-May-04 0:24 
The Application object isn't from Forms. It also doesn't fire an Event that can be used just like any other... I haven't figured how to use it yet, and frankly, don't have the time right now.

What do you mean by Remotely? From another machine? You original post said from a seperate thread. So which is it?

Does this app that your monitoring have a GUI user interface?
You could use the Process class to see if the user interface is still responding, just get the processes on a remote machine using Process.GetProcessByName(machinename, processname). Then check the Process.Responding() property to see if the GUI is still responding. If not, you could end the process using the Process.Kill() method.


RageInTheMachine9532
"...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Multithreading Help Pin
800XL25-May-04 0:57
800XL25-May-04 0:57 
GeneralRe: Multithreading Help Pin
800XL26-May-04 1:19
800XL26-May-04 1:19 
QuestionHow can I........? Pin
Night_Soul24-May-04 2:37
Night_Soul24-May-04 2:37 
AnswerRe: How can I........? Pin
Dave Kreskowiak24-May-04 3:22
mveDave Kreskowiak24-May-04 3:22 
GeneralRe: How can I........? Pin
Night_Soul24-May-04 4:45
Night_Soul24-May-04 4:45 
GeneralRe: How can I........? Pin
Dave Kreskowiak24-May-04 5:00
mveDave Kreskowiak24-May-04 5:00 
GeneralRe: How can I........? Pin
Night_Soul24-May-04 22:20
Night_Soul24-May-04 22:20 
GeneralAudio Tool Pin
Night_Soul24-May-04 0:00
Night_Soul24-May-04 0:00 
GeneralRe: Audio Tool Pin
Dave Kreskowiak24-May-04 3:18
mveDave Kreskowiak24-May-04 3:18 
Generalmulti user application Pin
Ganesh4u23-May-04 23:11
Ganesh4u23-May-04 23:11 
GeneralRe: multi user application Pin
Dave Kreskowiak24-May-04 3:09
mveDave Kreskowiak24-May-04 3:09 
GeneralUnicode Converting Pin
Pugman81223-May-04 23:02
Pugman81223-May-04 23:02 
GeneralRe: Unicode Converting Pin
Dave Kreskowiak24-May-04 3:01
mveDave Kreskowiak24-May-04 3:01 
GeneralHardware Detection Pin
macjules23-May-04 22:07
macjules23-May-04 22:07 
GeneralRe: Hardware Detection Pin
Dave Kreskowiak24-May-04 2:50
mveDave Kreskowiak24-May-04 2:50 
Generallittle-endian/big-endian Pin
fuel2run23-May-04 21:51
fuel2run23-May-04 21:51 
GeneralRe: little-endian/big-endian Pin
Dave Kreskowiak24-May-04 2:57
mveDave Kreskowiak24-May-04 2:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.