473,387 Members | 1,897 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

"Process" component in VB.Net

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

Nov 20 '05 #1
4 2024
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 ;^)
"Gary Smith" <Ga**********@yahoo.com> wrote in message
news:OT**************@TK2MSFTNGP11.phx.gbl...
| 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
|
|
|
Nov 20 '05 #2
* "Gary Smith" <Ga**********@yahoo.com> scripsit:
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.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #3
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> schrieb
* "Gary Smith" <Ga**********@yahoo.com> scripsit:
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.

Really?
--
Armin

Nov 20 '05 #4
* "Armin Zingler" <az*******@freenet.de> scripsit:
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> schrieb
* "Gary Smith" <Ga**********@yahoo.com> scripsit:
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.


Really?


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.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Paul | last post by:
Hi, VB.NET is saying the file I am creating is in use by another process and won't complete its task of moving the file to the specified destination folder. Here is my code (the main bit...
3
by: Henne | last post by:
Hello, in VB6 we werr able to make ActiveX-DLL's (In Process Components) and ActiveX-Exe (Out Of Process Components). Out Application is build of one main application that starts other...
2
by: Berata | last post by:
Hello all, in VB6 we were able to create ActiveX-DLL's (In Process Components) and ActiveX-Exe's (Out of Process Components). We habe build up an application that exists of an main module...
3
by: john | last post by:
I don't want to know what the CPU utilization is right now. I want to get the average utilization over the last, for example, hour. So I came up with a method where I would get a Process object...
4
by: Earth Worm Jim | last post by:
I am using VS.Net 2003 on Windows 2003 Server (standard edition) and I am getting "The process cannot access the file because it is being used by another process" on DLL's in a VS.Net solution. ...
1
by: Bob | last post by:
Let's say I want a program running on one computer to interact in real time with a program running on another computer. With Remoting, I can use a client object to create or connect to a server...
3
by: Loane Sharp | last post by:
Hi there I use the FileStream object to download a zip file over the internet to my local disk. The file downloads successfully, but when I attempt to unzip it, I'm told that the file is in use...
8
by: Henrik | last post by:
Hi Is there any way to see what the System process is doing? We have developed an application running at a production site to measure and optimize the production. The application needs to be...
5
by: Matt | last post by:
Ok so I'm trying to run a simple dos command shell through a VB.NET 2005 program. The oddest thing is happening given the following piece of code: ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.