I recently asked a question on how to get a current application list and have discovered a small problem with it for what I want to do.
http://www.vbforums.com/showthread.php?&p=2876018

The problem is when you find a program like in notepad its called something like
"name - notepad"
which makes a problem when you save it under another name making it called something like
"newname - notepad"
(not closing it or reopening it)
I'm wondering if I can make it when I click the app
"name - notepad"
it will stay with that app even if I save it under another name or if there is more than one notepad running.

Hope you understand what I mean....

And is there a way to check if an application is running using and if stament...?

Thanks,