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
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.