help cnt get result to disply, Visual Basic Programming

Assignment Help:
Ask question #Minimum 10Public Class Form1
''===============================================
''Date: June 24, 2014
''Author: Xochitl Nisbet
''Purpose: Convert Celsius to Fahrenheit Temperature
''===============================================
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load

End Sub

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles btnConvert.Click
Dim CTemp, FTemp As Integer

FTemp = CInt(CTemp * 9 / 5) + 32

End Sub

Private Sub btnReset_Click(sender As Object, e As EventArgs) Handles btnReset.Click
'' Clear the Text Boxes
FTemp.Clear()
CTemp.Clear()
End Sub

Private Sub txtCTemp_TextChanged(sender As Object, e As EventArgs) Handles CTemp.TextChanged

End Sub

Private Sub btnQuit_Click(sender As Object, e As EventArgs) Handles btnQuit.Click
'' Close the form.
Me.Close()
End Sub
End Class0 words accepted#

Related Discussions:- help cnt get result to disply

Menus and tool bars in visual basic, MENUS AND TOOL BARS   The Menu op...

MENUS AND TOOL BARS   The Menu options can be checked, enabled, disabled, and popped up on an object. The Menu Object: The Menu control is used to generate a menu in

Gdi objects, GDI OBJECTS   The CDC provides 5 versions for the GDI obj...

GDI OBJECTS   The CDC provides 5 versions for the GDI objects. They are fonts, brushes, pens, bitmaps and regions. The Select Object function substitutes the current GDI objec

Files in a visual basic project, FILES IN A VB PROJECT The project file...

FILES IN A VB PROJECT The project file has the.vbp extension. The form in which we draw has the .frm extension; .mod denotes the module file; .cls denotes the class file; .res

Using procedure and exception handling, I was looking solution for assignme...

I was looking solution for assignment named Alamo Tour

Visual Basic 2010 by Julia Case Bradley and Anita C. Millspa, - I have the ...

- I have the chapter 5 project completed already. This is due tomorrow. Modify the Very Very .Boards project from Chapter 5 to separate the user interface from the business logic.

Do while loop statement, Do While Loop Statement : The statements conta...

Do While Loop Statement : The statements contained by the do...while loop block executes till the condition given in the while is true. The working of do...loop is elaborate

Tab order - dialog, Tab Order: The tab order stands for the order in w...

Tab Order: The tab order stands for the order in which the controls receive focus when the user clicks the tab key. The CTRL + D can be used to set the tab order of controls.

Mechanical project, sir , i need visual basic form design & coding for Reyn...

sir , i need visual basic form design & coding for Reynolds number & type of flow .

Loan program, need help with logic part of loan program

need help with logic part of loan program

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd