Jump to content

Need Help in Closing three windows at the same time.


Recommended Posts

how can i detect and close three windows at the same time.

i am trying like this

if winexists("1") or ("2") or ("3") Then
     winclose("1")
     winclosw("2")
     winclose("3")
EndIf

but it takes some more mili seconds.

how can i close at the same time without any delay of mili second ?

or otherwise tell me how to write it in one line as i saw in another thread but not helpful to me.

Edited by GsmExpert
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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...