devxlogo

ClipboardGetText – Retrieving the text in the clipboard

ClipboardGetText – Retrieving the text in the clipboard

' Get the text in the clipboardFunction ClipboardGetText() As String    Return CStr(Clipboard.GetDataObject().GetData(DataFormats.Text))End Function

devx-admin

Share the Post: