|
-
Aug 28th, 2000, 08:51 PM
#4
Fanatic Member
Since I cheat get paid to surf companies alot and work against their stupid money making scams, I should know all this stuff. And you're in luck because I do. Let's say you want to make an account generator for ignifuge.com, well here's a code I made (For Educational Purposes!!!).
There's only one problem, The Browser has to be on your form. Anyways, if you're making a program like that, then here's the code.
code:
-----------------------------------------------------------
'The line below explains the code
'BrowserName.Document.FormName.EditName.Value = "Text"
WebBrowser1.Document.Form.Fname.Value = "Yoda"
WebBrowser1.Document.Form.Lname.Value = "StarWars"
Visual Basic 6.0
Visual C++ 5
Delphi 5

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|