Guest User

Untitled

a guest
Dec 10th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Dim str() As String = Split(TextBox1.Text.ToString(), ", ")
  2.  
  3. Button1.Top = str(0)
  4. Button1.Left = str(1)
Add Comment
Please, Sign In to add comment