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

    Automating a browser...do I need to learn a scripting language to automate the browse

    Learning C# and wanting to automate a browser to navigate several sites at once....what should I learn from this point to start this project up?

    Is there some sort of C# scripting language or something.


    Thanks

  2. #2
    Join Date
    Nov 2010
    Posts
    34

    Re: Automating a browser...do I need to learn a scripting language to automate the br

    check out the webbrowser1, htmlelement, htmlelementcollection, and webbrowser1.document.all namespaces.. it's a start

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