how do i show a window of another application? The window is hidden with Hide. I tried Process.GetProcesses and found the app, but it's mainwindowhandle is 0 when its hidden so i cant do anything with it.
Its actually a window from an app i hide with Me.Hide. Is the window still exist when hidden? If not, is there anyway i can hide the window so another app can show it?
Well i can confirm the window is still there cause if i know the window handle before it was hidden, i could show it again. I just cant find the handle after its hidden.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.