Search:

VB.NET Visual Basic Vb Show Case VB.NET Code Simple VB.NET Code

VB .Net 2008 Controls VI : Simple Calculator - Shalvin

Free VB.NET Lessons
Free VB.NET Lessons Free VB.NET Lessons
Free VB.NET Lessons

VB .Net 2008 Controls VI : Simple CalculatorCode'General DecalarationDim i as IntegerDim j as IntegerDim res as IntegerPrivate Sub btnAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAdd.Click i = Integer.Parse(txtInt1.Text) j = Integer.Parse(txtIn2.Text) res = i + j lblResult.Text = res.ToStringEnd Sub

Channel: Science & Technology
Uploaded: November 30, 1999 at 12:00 am
Author: shalvinpd

Length: 05:07
Rating: 5.00
Views: 943

Tags: .Net  VB  

Video Url:


Embed Code:

Video Comments

aKillingApe (November 30, 1999 at 12:00 am)
Summary:Converts the string representation of a number to its 32-bit signed integer equivalent.Parameters:s: A string containing a number to convert.Return Values:A 32-bit signed integer equivalent to the number contained in s.
mrfrikinfahrenheit (November 30, 1999 at 12:00 am)
i get it but what does the parse bit mean

Free VB.NET Lessons © 2007 All Rights Reserved.