Posted: Fri Oct 17, 2008 9:27 pm Post subject: Delphi WebBot help
Well I was hoping someone on this site could help me...
I am trying to make a Browser Bot for a game in Delphi I know how to make one in VB but I am trying to move away from VB and into Delphi completely.
In VB6 the command is...
WebBrowser1.Document.All("box1").Value = "username/or so"
But in Delphi when I try something like that I just get errors.
Posted: Fri Oct 17, 2008 10:37 pm Post subject: Re: Delphi WebBot help
kenthefurry wrote:
Well I was hoping someone on this site could help me...
I am trying to make a Browser Bot for a game in Delphi I know how to make one in VB but I am trying to move away from VB and into Delphi completely.
In VB6 the command is...
WebBrowser1.Document.All("box1").Value = "username/or so"
But in Delphi when I try something like that I just get errors.
Try WebBrowser1.Document.All.Tags('box1'), i'm not sure i've never dealt with Delphi's WebBrowser component.
Edit:
Or try the Document.All.Items('box1',0) thing
@HawwwaH
Yes I know that I have been using Delph for a few years now I just was trying to see if anyone had a answer for that one bit of code.
@smartz993
Yeah when I try to use either of those codes I just get errors for some reason the Delphi WebBrowser componet does not have the .All but5 thanks for trying.
.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum