C# is best place to start when creating bots.
P2S speedster was my first bot.
This is a discussion on Working on my skills. within the AutoHotKey Help/Training forums, part of the General/Help category; C# is best place to start when creating bots. P2S speedster was my first bot....
C# is best place to start when creating bots.
P2S speedster was my first bot.
Don't use lbbrowse, use COM instead. That method is deprecated. It says that right in the topic you found the code in and it links to the COM documentation. COM is not much more complicated and you can do the things you will want to do with it, where as lbbrowse you can not. I know, because I started with lbbrowse and have upgraded to using COM. CLDL would not be possible with that DLL, it doesn't support anything, including obtaining the "innerhtml". Here is a link to the COM browser tutorial by Tank. This has everything you need in it: [URL="http://www.autohotkey.com/forum/topic34972.html&highlight
Last edited by Precise; 11-18-2009 at 03:31 PM.
Flood... This doesn't really relate to AHK per say. But When I started coding in the languages I code in, I went to forums and went to the parts of the forums where people post their "NUB" scripts. I took those scripts saw what they did, and how they did it. Went to the script and looked at each command and saw how it really opperated. Then I'd go to the part of the forums where people post broken scripts. I tried to fix them etc... Or just use some old noob scripts and tried to make them better. And like htat I started learning the command and how everything worked and just started making my own stuff...
I think it's way better than studying and reading the help file, because those are confusing as shit, like you said... "/
ya, COM is the best to use
and no... you will not be able to put a FF browser in a GUI
But you should start with easier stuff
But... if you want to see an example of COM...
Just download the COM.ahk file below
The easiest way to do it is:
so:
Code:#Include COM.ahk Gui +LastFound COM_AtLaxWinInit() pwb:=COM_AtlAxGetControl(COM_AtlAxCreateContainer(WinExist(), 0, 0, 600, 700, "shell.explorer") ) COM_Invoke(pwb, "Navigate", "clubbing.com") Gui, Show, x225 y0 h700 w600, 7usabball's Bot return guiclose: exitapp
▀█ █▄█ ▄█▀ ▐▀▌