Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Working on my skills.

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....

  1. #11
    Dominus Electus is offline Bot Maker
    Join Date
    Sep 2009
    Posts
    94

    Default

    C# is best place to start when creating bots.

    P2S speedster was my first bot.

  2.   Alt These ads help cover server costs and such.


  3. #12
    Precise is offline Subscriber
    Join Date
    Apr 2008
    Posts
    255

    Default

    Quote Originally Posted by Flood View Post
    Code:
    lbbHandle := DllCall("LoadLibrary", "str", "lbbrowse3.dll")...
    Does this look alright?
    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.

  4. #13
    pinlop's Avatar
    pinlop is offline Junior Member
    Join Date
    Dec 2008
    Posts
    204

    Default

    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... "/

  5. #14
    Doc
    Doc is offline Banned
    Join Date
    Aug 2009
    Posts
    1,612

    Default

    Quote Originally Posted by pinlop View Post
    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... "/
    Ive been trying that on some forums. Editing some things and seeing what changes. Thanks a lot for helping.

  6. #15
    7usabball is offline Secret Undercover *****
    Join Date
    Jan 2009
    Posts
    1,462

    Default

    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
    Attached Files
    ▀█ █▄█ ▄█▀ ▐▀▌


  7. #16
    Doc
    Doc is offline Banned
    Join Date
    Aug 2009
    Posts
    1,612

    Default

    Quote Originally Posted by 7usabball View Post
    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
    You or Precise were the ones I've been waiting for. You 2 are really good at AHK, so it seems. Thanks a lot for your help
    EDIT: Where do you think I should start?

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Facebook Bots | Admin Forum