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

Thread: C#

  1. #1
    Join Date
    Jul 2009
    Posts
    1

    Angry C#

    1. Is it possible to capture/trigger mouse or keyboard events inside an Internet Explorer browser tab?
    2. How do I access the clipboard data of the browser?
    3. How to manipulate the DOM of the page? Does a mechanism exist which will work across all IE versions?

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: C#

    All these are possible, although not easy, but give us a more detailed description on what exactly you are trying to do, then, there may be other ways.

Tags for this Thread

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