Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 1.80 KB | None | 0 0
  1. Public Class Form1
  2.  
  3.     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  4.         Dim Iv1 As Integer = TextBox1.Text
  5.         Dim Iv2 As Integer = TextBox2.Text
  6.         Dim Iv3 As Integer = TextBox3.Text
  7.         Dim Iv4 As Integer = TextBox4.Text
  8.         Dim Iv5 As Integer = TextBox5.Text
  9.         Dim Iv6 As Integer = TextBox6.Text
  10.         Dim Iv7 As Integer = TextBox7.Text
  11.         Dim Iv8 As Integer = TextBox8.Text
  12.         Dim Iv9 As Integer = TextBox9.Text
  13.         Dim Iv10 As Integer = TextBox10.Text
  14.         Dim Iv11 As Integer = TextBox11.Text
  15.         Dim Iv12 As Integer = TextBox12.Text
  16.  
  17.         If Iv1 < 32 Then
  18.             If Iv2 < 32 Then
  19.                 If Iv3 < 32 Then
  20.                     If Iv4 < 32 Then
  21.                         If Iv5 < 32 Then
  22.                             If Iv6 < 32 Then
  23.                                 If Iv7 < 32 Then
  24.                                     If Iv8 < 32 Then
  25.                                         If Iv9 < 32 Then
  26.                                             If Iv10 < 32 Then
  27.                                                 If Iv11 < 32 Then
  28.                                                     If Iv12 < 32 Then
  29.                                                         MessageBox.Show("Good")
  30.                                                         Else
  31.                                                     End If
  32.                                                 End If
  33.                                             End If
  34.                                         End If
  35.                                     End If
  36.                                 End If
  37.                             End If
  38.                         End If
  39.                     End If
  40.                 End If
  41.             End If
  42.         End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement