After finally having some time for Autoit I am running into a problem. My problem is that I am starting to understand just about everything (UDFs, functions ect...) but I don't know anything about GUIs ect....
I am making a triva game ect.....
Can someone help show me where I can get a good start on GUIs. I'm looking for a document with pictures and such.. Basically I want multiple choice in this trivia & single (typed in answer) depending on user mode.
I have absolutely no clue on where to start with this. Basically I want autoit to output text on my current window (not the autoit app ect..). No matter if I minimize an app or run it in full screen I want this text to be displayed. Although this is just text... I don't anticipate this to be easy to do. I have included an image with this post so that you can see what I mean. notice the red text
I was reading "http://www.autoitscript.com/wiki/Decompiling_FAQ" I can't find the decompiler. I want to decompile an old source and see if i can learn anything from it.
Any help would be greatly appreciated.
I tried IniRenameSection(@ScriptDir & "a.ini", "MySection", "MyNewSection")
and still not working
">"C:Program Files (x86)AutoIt3SciTE..autoit3.exe" /ErrorStdOut "C:UsersADMINDesktopautoitiniini 081212.au3"
>Exit code: 0 Time: 0.126" is what is keeps saying in autoit
Can't get IniRenameSection to work.
http://www.autoitscript.com/autoit3/docs/functions/IniRenameSection.htm
My code is simply this:
IniRenameSection(@ScriptDir & "a.ini", "MySection", "MyNewSection")
file "a.ini" is in the same directory as script.
"[MySection]" is all that is inside of the INI file.
I even made a .exe and ran it as Administrator.
This is probably a simple error on my end i'm assuming.
Thx for the help