brad25 Posted November 4, 2010 Posted November 4, 2010 How can i save data from a edit box to a txt file? also how do i clear the edit box of all text?
PsaltyDS Posted November 4, 2010 Posted November 4, 2010 GuiCtrlRead() followed by FileWrite(), and GuiCtrlSetData(). See help file. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
brad25 Posted November 4, 2010 Author Posted November 4, 2010 GuiCtrlRead() followed by FileWrite(), and GuiCtrlSetData(). See help file.i did use the help file just couldnt get it to all work together
PsaltyDS Posted November 4, 2010 Posted November 4, 2010 Post a short demo of what you tried and how it failed. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
brad25 Posted November 4, 2010 Author Posted November 4, 2010 how do i select the entire list in a list box? i kinda figured the rest out
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