Results 1 to 4 of 4

Thread: Advanced Webbrowser Control Question

  1. #1

    Thread Starter
    Hyperactive Member AAG's Avatar
    Join Date
    Aug 2000
    Location
    United States
    Posts
    411

    Exclamation

    Ok heres my problem, i'm currently trying to make my program automatically fill in the text fields of a certain website! i've been doing things like this since i started vb6 6 months ago, but this website has some wierd way of putting out its data, i usually just use

    webbrowser1.document.forms(0).username.value = "juniper9394"

    this works fine for most pages, but this one page is pretty hard and this simple code won't work with it. the page is

    http://www.xdrive.com/target.html?pa...ignup_form.cgi

    I'm trying to automatically fill in the fields in the signupform. I don't why i do things like this, I saw this program called MWF "Multi Webspace Faker" and i thought that it was just really cool how it automated the sign up process at free webspace places! So if somebody could email me with the info that i need or if u could post it here, that would be great and very much appreciated, this thing has had me boggled for 2 days now and this board was my last resort! My email is [email protected] email me if you'd like thanx


  2. #2
    Fanatic Member Kaverin's Avatar
    Join Date
    Oct 2000
    Posts
    930
    I'm not sure how to fix that problem, but I wanted to ask you something. How did you find out about all the properties behind the initial .Document one? I've used the control before, and after asking some questions, I'd get little bits of info about things like .Document.DocumentElement.InnerHTML to get the HTML of the page, but that stuff doesn't appear in the object browser or in the context help as you type it out. Where can you find out about these things (if you know)?
    I'm baaaack...
    VB5 Professional Edition, VC++ 6
    Using a 1 gHz Thunderbird, 256 mb RAM, 40 gb HD system with Win98se

    I feel special because I finally figured out how to loop midis: Post link
    I'm a fanatic too

  3. #3

    Thread Starter
    Hyperactive Member AAG's Avatar
    Join Date
    Aug 2000
    Location
    United States
    Posts
    411

    Talking re: Kaverin

    To Tell U the truth Kaverin i just learned here and there, i've gone to msdn online, read tutorials, gone through source code, asked friends, played around with the controls, etc... etc... there isn't any one source for where i get my information! As far as the webbrowser control and its document properties, i found that out my asking a few of my friends on the net, they told me the basics of it and i grew from there well i hope i've been helpful in some way!
    PLEASE someone answer my 1st question
    Lates,
    I'm going to bed!

  4. #4
    Junior Member
    Join Date
    May 2002
    Location
    Dallas Texas
    Posts
    28

    Post

    I have found that you can do an add watch with Browser.Document.......... and scroll threw the tree from hell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width