qwer7824 Posted June 2, 2015 Posted June 2, 2015 UrlDownloadToFile, http://google.com, text.shFileRead, A, test.shFileDelete, test.shIfInString, A, %Code%{ GuiControl, , TEXT, success Gui, Font, cGreen GuiControl, Font, TEXT GuiControl, Enable, S}Else{ GuiControl, , TEXT, fail Gui, Font, c4B4B4B GuiControl, Font, TEXT}GuiControl, Enable, HDCReturn Please give me a hint to study...
Bert Posted June 2, 2015 Posted June 2, 2015 Posting AHK code in the AutoIt forum.....not good. Here is a hint - go to the AutoHotKey forum and post your code there..... The Vollatran project My blog: http://www.vollysinterestingshit.com/
qwer7824 Posted June 2, 2015 Author Posted June 2, 2015 Posting AHK code in the AutoIt forum.....not good. Here is a hint - go to the AutoHotKey forum and post your code there.....sorry...Not easy to convert.
Moderators JLogan3o13 Posted June 2, 2015 Moderators Posted June 2, 2015 Hi, qwer7824, welcome to the forum. If you're looking to convert the code, I would look at the following in the help file:InetGet FileRead FileDelete StringInStr "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Bert Posted June 2, 2015 Posted June 2, 2015 sorry...Not easy to convert.I did not understand what you wanted. OK, seeing you want to convert it - what JLogan suggest is a great place to start. The Vollatran project My blog: http://www.vollysinterestingshit.com/
qwer7824 Posted June 2, 2015 Author Posted June 2, 2015 Hi, qwer7824, welcome to the forum. If you're looking to convert the code, I would look at the following in the help file:InetGet FileRead FileDelete StringInStrThank you I do not know how to use a tip look StringInStr
Moderators JLogan3o13 Posted June 2, 2015 Moderators Posted June 2, 2015 Look in the help file for StringInStr, and run the example in the help file to see how it works. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
SadBunny Posted June 2, 2015 Posted June 2, 2015 Just to be complete: if you installed the full AutoIt package, the helpfile is available from the Scite editor by placing the cursor on a command (in a saved file!) and pressing F1. Or, alternatively, look here: https://www.autoitscript.com/autoit3/docs/ (though doing AutoIt from the full package Scite editor is recommended).Another command that you'll need to convert is GUICtrlSetColor. Like every other one, that help file also has a working example to get you started.Good luck! Roses are FF0000, violets are 0000FF... All my base are belong to you.
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