Jump to content

Recommended Posts

Posted

Hello,

excuse me for my "newbie" question: as shown in my image I want to manage a window with no title ("if the window exists, send something"). How can I manage a window with no title ?

Thank you for an eventual answer...

post-28729-1196068152_thumb.jpg

French user - my blog: http://li.an.free.fr/blog

Posted

Hello,

excuse me for my "newbie" question: as shown in my image I want to manage a window with no title ("if the window exists, send something"). How can I manage a window with no title ?

Thank you for an eventual answer...

Manage by CLASS

Example:

Run("notepad")
WinWait("[CLASS:Notepad]")
Sleep(200)
WinClose("[CLASS:Notepad]")
Posted

Thank you Rasim: I knew where was a way to manage classes but I never understood how it worked. It's now clear.

:P

Is there a reason you are trying to manage "G.I.M.P."?

Just curious ;)

[center][/center]

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
×
×
  • Create New...