CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Posts
    3

    Filling in fileds/forms

    I would like my app to fill fields in a site. Explanation:
    I'm using the webbrowser control and have a webbrowser
    window. Now I want my app to go to a site (let's say yahoo) and the user
    will type in a textbox what he wants it to fill in the search filed, then he
    will press a command button (let's say cmdFill) and it will fill the
    searchtextfiled on the yahoo site and press Search (submit the form).
    (not using :http://search.yahoo.com/bin/search?p=Visual+Basic )


  2. #2
    Join Date
    Apr 2001
    Posts
    3

    Re: Filling in fileds/forms

    CAN SOMEONE PLEASE HELP?


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

Featured