Monday, April 21, 2014

How to Design Simple VB Conversion Form

Watch this Video   800x600 Code for  Temperature Conversion Form Button(Result) Private Sub Command1_Click()If Option1.Value = False And Option2.Value = False ThenMsgBox "Select Measurement", vbOKOnly, "Error"ElseIf Option1.Value = True Thentempout.Text = (Temptext * 9 / 5) + 32tempmeasur.Text = "Fahrenheit"ElseIf Option2.Value = True Thentempout.Text = (Temptext - 32) * 5 / 9tempmeasur.Text = "Celsius"End IfEnd Sub ...

Page 1 of 612345Next
Twitter Facebook

 
Design by Free Billionpc Themes | Bloggerized by Pubudu Thilan - Billion Pc Themes