Guest User

Untitled

a guest
Jan 21st, 2018
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.39 KB | None | 0 0
  1.  Private Sub ExportLink(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripButton3.Click
  2.         Clipboard.SetText(urlSourceCdoe)
  3.         MessageBox.Show("the link is " & urlSourceCdoe & vbCrLf & "It is copied into clipboard so you can paste it any where", "AfterCopy3.0", MessageBoxButtons.OK, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1)
  4.     End Sub
Add Comment
Please, Sign In to add comment