jbennett Posted October 23, 2008 Posted October 23, 2008 Hey everyone. Is it possible to create a GUI in AutoIT that can be used to read/write .ini files. I could use Visual Basic but just wondering if AutoIT can do this job. Thanks
Marlo Posted October 23, 2008 Posted October 23, 2008 I think you need to explain your question a bit more my friend. What your asking is very confusing. Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
AdmiralAlkex Posted October 23, 2008 Posted October 23, 2008 Check the helpfile, especially for GuiCreate(), IniRead(), IniWrite() .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
jbennett Posted October 23, 2008 Author Posted October 23, 2008 I want to create a GUI in AutoIT that enables the user to access the .ini file and make changes to it. Just a nice front end rather than asking the user to modify the .ini file Cheers.
Josbe Posted October 23, 2008 Posted October 23, 2008 Is it possible to create a GUI in AutoIT that can be used to read/write .ini files. I could use Visual Basic but just wondering if AutoIT can do this job.You asking if it's possible in AutoIt. Yes, it's possible.I want to create a GUI in AutoIT that enables the user to access the .ini file and make changes to it.Just a nice front end rather than asking the user to modify the .ini fileCheers.AdmiralAlkex gave you some important functions to start.If you want that someone make a GUI design for you, it's another thing. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Zedna Posted October 23, 2008 Posted October 23, 2008 For making AutoIt's GUIs look at Koda: http://www.autoitscript.com/forum/index.php?showtopic=32299 Resources UDF ResourcesEx UDF AutoIt Forum Search
jbennett Posted October 23, 2008 Author Posted October 23, 2008 (edited) Just trying out Koda. Looks pretty cool :-) Only problem is I can't figure out how to create code in Koda. Cheers edit --- I presume it's tools then generate form code :-) Edited October 23, 2008 by jbennett
PsaltyDS Posted October 23, 2008 Posted October 23, 2008 Just trying out Koda. Looks pretty cool :-)Only problem is I can't figure out how to create code in Koda.Cheersedit---I presume it's tools then generate form code :-)Have you tried the AutoIt 1-2-3 tutorial? See the link in my sig. It will take you through the GUI basics. The task you have in mind is not complicated and will be a good starter project for you. If you get stuck, post the troublesome code and get some more help. 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
jbennett Posted October 23, 2008 Author Posted October 23, 2008 Thanks Psalty and everyone else that has helped me. I'm trying my very best to learn AutoIT and the help has been amazing :-)
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