Jump to content
Xtreme .Net Talk

Maaatt

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Maaatt

  1. Ok so what if i wanted to further this and have it paste whereever the cursor is, say notepad or IE or word etc. rahter than into a specific textbox?
  2. ' 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.
×
×
  • Create New...