Hello,
I am making a little program for the Game "Flight Simulator X" and I need to monitor the Process state of the Program.
My Main Question is How do you manage a Process so on a Label you can set maybe an If...Then...End If Statement to tell it what to say.
Ex. FSX Status: Connected or FSX Status: Not Connected

Can someone please Help?
:)
-Thanks

Recommended Answers

All 3 Replies

Explain in details what exactly you want to do?
u want to monitor state of process?
if yes try out System.process ("ProcessName")

Explain in details what exactly you want to do?
u want to monitor state of process?
if yes try out System.process ("ProcessName")

i am wanting to have a label, and I want the label to know if Flight Simulator is Running and if it is running then the Label would say " FSX Status: Connected " and if not then " FSX Status: Not Connected

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.