minesweeper Posted May 20, 2009 Posted May 20, 2009 Hi I have some questions 1) how can i close a GUI ? 2) what is function for number of rows in a txt file 3) can i connect at mozilla firefox in autoit ?
MrMitchell Posted May 20, 2009 Posted May 20, 2009 (edited) 1) GUISetState (@SW_HIDE) ? How are you opening your GUI? 2) #Include <File.au3> _FileCountLines($sFilePath) 3) Connect? In terms of using a firefox object? Search the forums... I think it's been done...somewhat Edited May 20, 2009 by MrMitchell
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