Page 58 - Programming VB.NET
P. 58

54                                      Chapter 5: Arrays

               Table 5.1 Plan the Objects and Properties
               Object                 Property


               Button1                Name:btnone

                                      Text: ARRAY (1D)


               Button2                Name: btntwo

                                      Text:  ARRAY (2D)


               ListBox                Name:lstoutput


                                      Text: -




               Table 5.2 Plan the Event Procedures

                   Procedure                Action

                   btnone                   View 1D array example


                   btntwo                   View 2D array example
   53   54   55   56   57   58   59   60   61   62   63