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

Threaded View

  1. #1
    Join Date
    Sep 2006
    Posts
    32

    Please: How to copy text from webpage?

    Pls show me How to copy text from any given webpage to thee ClipBoard.
    I now open the page manually and SelectAll - Copy data from File menu, but would like my program to do the copyin
    Saving text, or the webpage itself, to a text file would also do.

    My form already include WebBrowser1 control, but I have little idea how to use it!
    Last edited by Bruin 1953; February 9th, 2012 at 03:58 AM.

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