Find textbox/datagrid/listview where cursor is

G

Guest

Hi all.

I have a program that copies text to clibboard when the user presses a
combination of SHIFT/CTRL and function keys.

Now i am trying to automaticly paste that text into the textbox / listbox /
datagrid where the cursor is. Is that possible?

C# must know where the cursor is. Do you agree. I can't find this out.


Lars E.
 
C

chanmm

If it is already in the clipbpard so can you just press Ctrl+V to paste from
the clipboard.

chanmm
 
G

Guest

I know i can just press ctrl+v. I want this to go automaticly.
When the user presses CTRL+F3 i want to:
1. copy text to clipboard - OK
2. Paste that text into where the cursor is automaticly - NOT OK.

Lars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top