Page 65 - Programming VB.NET
P. 65

Code With Vb .Net                             61


               Table 6.1 Plan the Objects and Properties
               Object                 Property


               TextBox1               Name:txtradius


                                      Text: -

               Label1                 Name: lblarea


                                      Text: -


               Button1                Name:btnarea

                                      Text: CALCULATE AREA





               Table 6.2 Plan the Event Procedures
                   Procedure                Action


                   btnarea                  Calculate an area of
                                            circle
   60   61   62   63   64   65   66   67   68   69   70