cprz 0 Posted January 2, 2005 alright been tryin to figure it out for a while just wont work out right what i am doing is doing the gui input then make it iniwrite it in a ini file but what they put in the inputbox how could you make it write whats in there?? Share this post Link to post Share on other sites
Jos 2,177 Posted January 2, 2005 alright been tryin to figure it out for a while just wont work out right what i am doing is doing the gui input then make it iniwrite it in a ini file but what they put in the inputbox how could you make it write whats in there??<{POST_SNAPBACK}>$h_Label = GUICtrlCreateInput("", 10,10) ; ;Rest of your code to handle the gui ; IniWrite("test.ini", "Subject", "Item", GUICtrlRead($H_Label)) SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
DirtyBanditos 0 Posted January 2, 2005 alright been tryin to figure it out for a while just wont work out right what i am doing is doing the gui input then make it iniwrite it in a ini file but what they put in the inputbox how could you make it write whats in there??<{POST_SNAPBACK}>Hi good look test it! $sFile=@SCRIPTDIR & '\Test.ini'$spam6=IniRead($sFile, 'spam', 'spam', '\Enter yout text')$spam=InputBox("DirtyBanditos", "Please enter your Message 1", $spam6)iniwrite($sFile, 'spam', 'spam', $spam) Share this post Link to post Share on other sites
cprz 0 Posted January 2, 2005 (edited) humm still comes out like this [test] test1=GUIctrlRead($test1) test2=GUIctrlRead($test2) Edited January 2, 2005 by cprz Share this post Link to post Share on other sites
cprz 0 Posted January 2, 2005 rofl nvm ime a retard i put quotes around it no wonder lol thx guys lol that was my whole prob from the start put dang quotes... Share this post Link to post Share on other sites
DirtyBanditos 0 Posted January 2, 2005 (edited) rofl nvm ime a retard i put quotes around it no wonder lol thx guys lol that was my whole prob from the start put dang quotes...<{POST_SNAPBACK}> Hi np for helps ,Yea the Autoit forum rocks for nice helps i like it)) Good luck for Happy Coding, post your nice freeware script on the Autoit3 forums Edited January 2, 2005 by DirtyBanditos Share this post Link to post Share on other sites