buffer???

  • Thread starter Thread starter Raj Chudasama
  • Start date Start date
R

Raj Chudasama

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?
 
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
 
Back
Top