"Process" component in VB.Net

  • Thread starter Thread starter Gary Smith
  • Start date Start date
G

Gary Smith

I have written VB6.0 application. Sometime it quites abnormally. Is it
possible to monitor this "EXE" so that if it quits, I will be the first
person to get notified!!! Is it possible to develop these kind of
application using "Process" component in VB.Net ?
Gary
 
first: it quits abnormally because of unhandled exceptions...errr...errors.
second: the end-user of the application will always be the first to get
notified.
third: you will get notified in short order naturally by the latter.
fourth: if you wrote the first, no matter what language you use to create
the second, you will most definitely want to develop a third to monitor the
second ;^)

steve

sorry...you just had too big a target in the center of your shirt ;^)


| I have written VB6.0 application. Sometime it quites abnormally. Is it
| possible to monitor this "EXE" so that if it quits, I will be the first
| person to get notified!!! Is it possible to develop these kind of
| application using "Process" component in VB.Net ?
| Gary
|
|
|
 
* "Gary Smith said:
I have written VB6.0 application. Sometime it quites abnormally. Is it
possible to monitor this "EXE" so that if it quits, I will be the first
person to get notified!!! Is it possible to develop these kind of
application using "Process" component in VB.Net ?

This is a VB.NET group. Please turn to one of the microsoft.public.vb.*
groups.
 
* "Armin Zingler said:

I think it's the best way to find the bug in the application and not
write a tool which monitors it. IMO this doesn't make sense.
 
| I think it's the best way to find the bug in the application and not
| write a tool which monitors it. IMO this doesn't make sense.

agreed...hence the joke. too irrisitable.

cheers.
 
Back
Top