latoonne Posted January 5, 2006 Posted January 5, 2006 hello everybody, And happy new year for all and your familyI use Run("notepad.Exe")WinWaitActive("Sans titre - Bloc-notes")Sleep(2000)Send("{RWIN}m")I want to reduce the windows , but it's not work. the key send the Start Button Windows and the first M program in my start menu.thank's for your response
Helge Posted January 5, 2006 Posted January 5, 2006 Use this code instead : WinSetState("Sans titre - Bloc-notes", @SW_MINIMIZE)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now