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

    Copying a chat box from a program

    Hi there,

    how can I copy a chat box from a live chat room? I am tried to do so with sending WM to the mouse to mark the last line, then Ctrl-C it and pasting it into a listbox, but that way too clumsy.

    I am not much of a coder, yet I tried to read it from the memory, but though I tracked some of the lines, I couldn't find where is the last line.

    thanks for any help/suggestion!
    Roy

  2. #2
    Join Date
    Mar 2005
    Posts
    226

    Re: Copying a chat box from a program

    Quote Originally Posted by roy7
    Hi there,

    how can I copy a chat box from a live chat room? I am tried to do so with sending WM to the mouse to mark the last line, then Ctrl-C it and pasting it into a listbox, but that way too clumsy.

    I am not much of a coder, yet I tried to read it from the memory, but though I tracked some of the lines, I couldn't find where is the last line.

    thanks for any help/suggestion!
    Roy
    Send it a Control - A and then Control - C.

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