How simulate CTRL+V keystrokes (paste) using C#

modesteternity

New Member
How can we simulate CTRL+V keys (paste) using C#? I have a textbox that hasn't a id for access, for example \[code\]textbox1.Text = someValue\[/code\] won't work here.
I want to fill that textbox (from clipboard) by clicking on it. For some reasons we exactly need simulate CTRL+V, mean we cannot use external libraries like inputsimulator.
 
Back
Top