Advertisement
zorovhsvn

code

Aug 27th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.46 KB | None | 0 0
  1. Public Class hackbar_union
  2.     Public thongtin As String
  3.     Public union, union_select As Integer
  4.     Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
  5.         thongtin = TextBox1.Text
  6.         union_select = Convert.ToDouble(thongtin)
  7.         For union_select = 1 To union_select Step 1
  8.             union = Convert.ToString(union_select)
  9.             TextBox2.SetText = TextBox2.Text + union + ","
  10.         Next
  11.     End Sub
  12. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement