B
Bradley
Hey all,
Another convert to vb.net here. My vb6 program was an application
launcher that checked for previous instances of said programs and would
alert the user with a message box. I can't, for the life of me, figure
out how to do this in vb.net. Let's say notepad.exe (as an example) is
already running. My program tries to launch it again, but I need to
check if notepad.exe is already running before I launch it.
Does anyone have a snipped to code to help me out here? I've googled
my arse off and the closest I can get is to check for a previous
instance of /my/ app, and I can't even get /that/ to work.
Sounds simple, but I'm stumped.
Thanks for any help!
-b
Another convert to vb.net here. My vb6 program was an application
launcher that checked for previous instances of said programs and would
alert the user with a message box. I can't, for the life of me, figure
out how to do this in vb.net. Let's say notepad.exe (as an example) is
already running. My program tries to launch it again, but I need to
check if notepad.exe is already running before I launch it.
Does anyone have a snipped to code to help me out here? I've googled
my arse off and the closest I can get is to check for a previous
instance of /my/ app, and I can't even get /that/ to work.
Sounds simple, but I'm stumped.
Thanks for any help!
-b