' 'Get/Set(Copy/Paste) text to the Windows Clipboard. ' My.Computer.Clipboard.SetText("This is my text", TextDataFormat.Text) MsgBox(My.Computer.Clipboard.GetText(TextDataFormat.Text))
Current Page: : copy_and_paste_text_to_the_windows_clipboard vb_net : copy_and_paste_text_to_the_windows_clipboard Author: Jaruzel Modified: 02 July 2007 @ 17:57