PcExpert Posted March 24, 2007 Posted March 24, 2007 (edited) Hi all, I made a simple toolbox script for my USB stick. The last tab called "kladblok" contains an edit form. When you click the button called "opslaan" it will save the contents of the edit form. But if I restart the program and return to the tab called "kladblok" it will say "30". Why doesn't it just save what you typed? Thanks for the help! Edited March 24, 2007 by PcExpert
Zedna Posted March 24, 2007 Posted March 24, 2007 Try: case $msg = $save IniWrite("settings.ini", "kladblok", "notitie", GuiCtrlRead($kladblok)) Resources UDF ResourcesEx UDF AutoIt Forum Search
jvanegmond Posted March 24, 2007 Posted March 24, 2007 Brilliant. I'm going to make something like this for school.. github.com/jvanegmond
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