G
Guest
I'm developing apps in WindowsXP which calls IBM's Websphere MQ Client.
This client is a .NET application. My app is using an ActiveX wrapper in
native Windows XP.
When the application calls the .NET application for the first time, the .NET
environment has not started. So to start up .NEt it takes some time before
the actual functionality gets running.
I want to display some user information about the progress of the performed
actions. So i would like to detect in my application if the .NET environment
is up and running. When it is not running i want to display that info to the
user, when it is running, no message is needed.
How do I check if .NET is running ?
This client is a .NET application. My app is using an ActiveX wrapper in
native Windows XP.
When the application calls the .NET application for the first time, the .NET
environment has not started. So to start up .NEt it takes some time before
the actual functionality gets running.
I want to display some user information about the progress of the performed
actions. So i would like to detect in my application if the .NET environment
is up and running. When it is not running i want to display that info to the
user, when it is running, no message is needed.
How do I check if .NET is running ?