VB Project Source Code

Showing posts with label Array tutorial vb.net. Show all posts
Showing posts with label Array tutorial vb.net. Show all posts

Sunday 24 May 2015

Array tutorial vb.net

Array tutorial vb.net


Public Class Form1
    Dim ArrayVAr(4) As String

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        ArrayVAr(0) = "Lahor"
        ArrayVAr(1) = "Multan"......