showing another application

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
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?
 
Last edited:
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.
 
Back
Top