cyndrom

Untitled

Feb 24th, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Dim ra1, ra2, ra3
  2.         ra1 = RadioButton1.Checked
  3.         ra2 = RadioButton2.Checked
  4.         ra3 = RadioButton3.Checked
  5.  
  6.         If ra1 Then
  7.             Form2.Visible = True
  8.            
  9.         End If
  10.  
  11.         If ra2 Then
  12.             Form3.Visible = True
  13.            
  14.         End If
  15.         If ra3 Then
  16.             Form4.Visible = True
  17.            
  18.         End If
Add Comment
Please, Sign In to add comment