could some one describe this code for me please?
Code:
Private Sub Button1_Click (ByVal sender As System.Object, ByVal
Dim U_Name As String
Dim U_B_D As Date
Dim U_Gender As Boolean
Dim U_C_F As Integer
U_Name=TextBox1.Text
U_B_D=TextBox2.Text
If RadioButton1 .Checked = True then
U_Gender = Truse
End If
If RadioButton1 .Checked = False Then
U_Gender = False
End If
U_C_F = TextBox3 .Text
Me.Label5 . Text = U_Name & vbCrLf & U_B_D &vbCrLf & U_Gender & vbCrLf & U_C_F
thankx






