VB2010 Help Plz!
Okay, I have a label and I want the status of a specific process.
Example, if "notepad.exe" is running, it would says (label1text) Notepad is running.
How?
Also, with the command shell, I want to do that Shell("netsh interface ip set address "Connexion au R‚seau local" source=dhcp") but as you can see, in the command line, there are other "", so it fuck up. Is there any other way like running the command by adding the .bat to resources or else?
Please help!
Also, how to you find the IP with vb2010?