Application Focus
-
Hi All, I have an app which opens three other apps as the user requires them. What I would like to do is, if the app (process) is already running, give it the focus rather than open another instance of it. Can maybe someone point me in the right direction. TIA Web design and hosting http://www.kayess.com.au
-
Hi All, I have an app which opens three other apps as the user requires them. What I would like to do is, if the app (process) is already running, give it the focus rather than open another instance of it. Can maybe someone point me in the right direction. TIA Web design and hosting http://www.kayess.com.au
check out the following link. http://www.c-sharpcorner.com/FAQ/Create1InstanceAppSC.asp it show how to give focus to application if it is already running and uses its id to compare, in your case you can search process by name. Shajeel
-
check out the following link. http://www.c-sharpcorner.com/FAQ/Create1InstanceAppSC.asp it show how to give focus to application if it is already running and uses its id to compare, in your case you can search process by name. Shajeel
Thanks a lot Shajeel. It worked a treat :-D Web design and hosting http://www.kayess.com.au