windows form applications' cut copy paste functionality
Posted
by Muhammad Adnan
on Stack Overflow
See other posts from Stack Overflow
or by Muhammad Adnan
Published on 2010-06-09T12:15:36Z
Indexed on
2010/06/09
12:22 UTC
Read the original article
Hit count: 212
I have windows forms application with multiple forms and controls in them. I want if user has selected some text in any control of any form of my application and click on cut/copy/paste button on toolbar operation get performed accordingly.
i m using C#.net's sendkeys.send("^c") on click of copy button but it doesn't work...
OR any 1 can tell if is there any way to get selected text (despite of knowing, which form/control of my application).
Thanks in advance...
© Stack Overflow or respective owner