MrPook Posted January 7, 2008 Posted January 7, 2008 Hello and happy new year. I've got a tiny application which calls some RunWait("...exe",@SW_HIDE). The main GUI flickers each time I run RunWait. If i use a loop to test, and try to write an email, i keep loosing focus from time to time. If you do have any clue to avoid this, i'll be grateful. Thanks. Pook
xzaz Posted January 7, 2008 Posted January 7, 2008 Prob add Sleep(100), got a example? Small Color Picker v0.2 | Travian bot
MrPook Posted January 7, 2008 Author Posted January 7, 2008 I finally found what exactly causes the error. It's when i run : RunWait("putty.exe ...", "" , @SW_HIDE) Then my question changes a little bit. Is there another SSH freeware program ? Or, have you ever solved that problem ? thank you in advance. Pook
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