Advertisement
Drifting

Untitled

Nov 3rd, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 2.15 KB | None | 0 0
  1. Public Class Form1
  2.  
  3.     Private Sub btnconvert_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnconvert.Click
  4.  
  5.  
  6.     End Sub
  7.  
  8.     Private Sub txtinputinch_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtinputinch.TextChanged
  9.         If txtinputinch.Text = 1 Then
  10.             lbloutputmm.Text = 25.4
  11.         ElseIf txtinputinch.Text = 2 Then
  12.             lbloutputmm.Text = 50.8
  13.             If txtinputinch.Text = 3 Then
  14.                 lbloutputmm.Text = 76.2
  15.             ElseIf txtinputinch.Text = 4 Then
  16.                 lbloutputmm.Text = 101.6
  17.                 If txtinputinch.Text = 5 Then
  18.                     lbloutputmm.Text = 25.4
  19.                 ElseIf txtinputinch.Text = 6 Then
  20.                     lbloutputmm.Text = 50.8
  21.                 ElseIf txtinputinch.Text = 7 Then
  22.                     lbloutputmm.Text = 25.4
  23.                 ElseIf txtinputinch.Text = 8 Then
  24.                     lbloutputmm.Text = 50.8
  25.                 ElseIf txtinputinch.Text = 9 Then
  26.                     lbloutputmm.Text = 50.8
  27.                     txtinputinch.Text = 10
  28.                     lbloutputmm.Text = 25.4
  29.                 ElseIf txtinputinch.Text = 11 Then
  30.                     lbloutputmm.Text = 50.8
  31.                     txtinputinch.Text = 12
  32.                     lbloutputmm.Text = 25.4
  33.                 ElseIf txtinputinch.Text = 13 Then
  34.                     lbloutputmm.Text = 50.8
  35.                     txtinputinch.Text = 14
  36.                     lbloutputmm.Text = 25.4
  37.                 ElseIf txtinputinch.Text = 15 Then
  38.                     lbloutputmm.Text = 50.8
  39.                     txtinputinch.Text = 16
  40.                     lbloutputmm.Text = 25.4
  41.                 ElseIf txtinputinch.Text = 2 Then
  42.                     lbloutputmm.Text = 50.8
  43.                     txtinputinch.Text = 17
  44.                     lbloutputmm.Text = 25.4
  45.                 ElseIf txtinputinch.Text = 18 Then
  46.                     lbloutputmm.Text = 50.8
  47.                 End If
  48.  
  49.  
  50.  
  51.     End Sub
  52.  
  53.     Private Sub lblmm_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
  54.  
  55.        
  56.     End Sub
  57. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement