Jump to content

Restore windows from systray


Queener
 Share

Recommended Posts

I'm not sure if I'm doing it right or there's a better way to restore windows from hidden in system tray, but if I remove the if statement then it's able to restore the program from system tray, but if I add the if statement then it doesn't restore it. Here's what I gotten so far and the reason why I use the if statement is because #32770 opens many other apps also.

WinSetState("[CLASS:#32770]", "", @SW_SHOW)
    
If WinExists($title_Pass_Entrance) Then
WinWaitActive(WinActivate($title_Pass_Entrance))
  ControlSend($title_Pass_Entrance, "", "[CLASS:Edit; INSTANCE:1]", "TempPassword")
  ControlClick($title_Pass_Entrance, "", "[CLASS:Button; INSTANCE:2]", "left", 1)
EndIf
     
    >>>> Window <<<<
Title:    Enter Safe Combination
Class:    #32770
Position:    728, 411
Size:    465, 218
Style:    0x94C800C4
ExStyle:    0x00010101
Handle:    0x0000000000050A7A
    >>>> Control <<<<
Class:    
Instance:    
ClassnameNN:    
Name:    
Advanced (Class):    
ID:    
Text:    
Position:    
Size:    
ControlClick Coords:    
Style:    
ExStyle:    
Handle:   

Msgbox(0, "Hate", "Just hate it when I post a question and find my own answer after a couple tries. But if I don't post the question, I can't seem to resolve it at all.")
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...