CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2006
    Posts
    22

    Get text message of textbox in a webpage

    Hi,
    I did following a project on codeproject (http://www.codeproject.com/csharp/dotnetbandobjects.asp) to create toolbar for IE.
    In addition, I want to get the text of one textbox in a webpage. For example, I compose mail by gmail. After I type content of my mail and click a button on toolbar (created by myself), my function will grasp all this content.
    How to do it? Help me,plz.

    P.s: In above project, there are some object, sush as WebBrowserClass,... I don't know whether they can use to do that or not.
    Last edited by vutaviva; June 24th, 2006 at 11:18 PM.

  2. #2
    Join Date
    Oct 2004
    Location
    Ho Chi Minh, Vietnam
    Posts
    126

    Re: Get text message into textbox web

    You can use hook.

  3. #3
    Join Date
    Jun 2006
    Posts
    22

    Re: Get text message into textbox web

    Please, detail!

  4. #4
    Join Date
    Mar 2004
    Posts
    50

    Re: Get text message into textbox web

    Maybe GetWord can help you. GetWord is a professional component for capturing text. You can download it at here, http://www.textcapture.com

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