maybe its because a web page isnt always a straight forward box full of text, it may have frames, tables, bitmaps etc... the trick would be to tell the browser what part of the page you want to copy
Printable View
maybe its because a web page isnt always a straight forward box full of text, it may have frames, tables, bitmaps etc... the trick would be to tell the browser what part of the page you want to copy
I Select a text on the web Page and then I Send "^C".
I even tried (SendMessage with WM_COPY) and still nothing
Try to do a ctrl-A then ctrl-C. Once you have the data from the clipboard, select what you want.
Thanks all but Sending Ctrl-A dosen't work either. It seems that Ctrl can't get passed. I need to add that I want to grab just the selected text.