it is typical to highlight something in one app and then press copy to copy
the highlighted text. Once copied you can go to some other app or somewhere
else in the same app and press paste this will insert copied data.
I want to beable to get the copied buffer, how can i do this?
rossum - 28 Sep 2005 23:02 GMT
>it is typical to highlight something in one app and then press copy to copy
>the highlighted text. Once copied you can go to some other app or somewhere
>else in the same app and press paste this will insert copied data.
>
>I want to beable to get the copied buffer, how can i do this?
Use Clipboard.Paste() to retrieve text from the clipboard.
rossum
The ultimate truth is that there is no ultimate truth