' Setting clipboard data to textbox
TextBox2.Text = Clipboard.GetDataObject.GetData(DataFormats.Text)
is the code i use to paste the text from the clipboard into TextBox2 but now im wondering how i would go about pasting the text whereever the mouse has focus.
Can anybody help? If you could link me to good sources or possibly do this for me i'd be very appreciative.
Thanks in advance.
TextBox2.Text = Clipboard.GetDataObject.GetData(DataFormats.Text)
is the code i use to paste the text from the clipboard into TextBox2 but now im wondering how i would go about pasting the text whereever the mouse has focus.
Can anybody help? If you could link me to good sources or possibly do this for me i'd be very appreciative.
Thanks in advance.