C# Emulate Ctrl+V paste
hello!
i'm kind of new c#, , don't know how this, want know if it's possible have c# program emulate paste when ctrl+v pressed.
basicly, if hit f6 starts pasting whatever have in clipboard or defined in program until hit f6 again. (in selected text field only)
if so, how.
thanks
paste 1 off operation. don't start pasting , press key stop.
to paste clipboard can use clipboard class. need query pasted content matches format want (sounds text - containstext) , can get text , place in whatever control want.
michael taylor
http://msmvps.com/blogs/p3net
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment