Hello All,
Had installed an application named as App1 on my window 7 64 bit machine with admin privileges. Now i have another Application named as App2 through which i am using createProcess to launch my Appl1. After some time inside my App2 i am doing FindWindow() for App1 and trying to hide it by using ShowWindow(SW_HIDE) . Here actual issue comes in the picture . When i am running my App2 in admin mode i am able to hide the application App1 . But if App2 is not running in admin mode i am not able to hide the App1 . Second thing my App1 is showing admin rights on it . Does anyone faced this type of issue . Because this is not about installtion .It's just simple show and Hide and why my App1 is showing Firewall iCon on it.
Thanks in advance.
Rupesh Shukla