CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1

Threaded View

  1. #1
    Join Date
    Jul 2010
    Posts
    15

    Question Programmatically click a button on a website

    Does anyone know how to programmatically click a button on a website? (Assuming you use a web browser object and parse the DocumentText to find the correct button object, then how do you click it?) I Found the PerformClick() function, doesn't seem to work though. It says I am missing some references, though i already added System.Windows.Forms
    Last edited by latetext; July 28th, 2010 at 01:05 PM.

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