Relative Content

Tag Archive for new-operator

how to create private subs for new picturebox in vb 2008

Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim t As Integer = 484 Dim i As Integer = 32 Dim ex_picbox(t) As PictureBox Dim zhj As Integer = 0 For b = 1 To t / i For f = 1 To i + 1 Dim pb As New PictureBox […]