J
james
Hello,
I would like to instance a new System.Diagnostics.Process object that is the
current application, but I can't see a quick way of doing this. I know how
to "start" a process, but it's already running. Do I really need to iterate
through the collection of processes? And if so, how do I know which is the
one I'm "in" (i.e. the user may have run more than one occurrence)?
Thanks
I would like to instance a new System.Diagnostics.Process object that is the
current application, but I can't see a quick way of doing this. I know how
to "start" a process, but it's already running. Do I really need to iterate
through the collection of processes? And if so, how do I know which is the
one I'm "in" (i.e. the user may have run more than one occurrence)?
Thanks