Saturday, January 22, 2011

VB.NET Tutorial #4

The Checked and Me Keyword Object used: RadioButtons , Button and GroupBoxes Simple Multi-Operation Program Consider this program. How this program works? First the user must input two numbers in the two textboxes (txtn1 & txtn2). Next is [...]

Monday, December 27, 2010

VB.NET Tutorial #3

The .Visible and .Enabled Keyword Object Used:  Button and TextBox Simple Buttons Program Consider this Program How this program works?When I click the "Disabled TextBox And Button", the TextBox and the Button (located at the top of the [...]

Sunday, December 26, 2010

VB.NET Tutorial #2

The .Clear and CDbl Keyword Object Used: Button, TextBox and Label Simple Addition and Subtraction ProgramConsider this Program. How this Program Works? When I enter a value of the addends (txtn1 and txtn2) and the value [...]

VB.NET Tutorial #1

The .Text and CStr Keyword  Object Used: TextBox, Label and Button and MessageBox Simple Hello World Program Consider this Program How this Program works? When the User enter the required field in the TextBox (To be specific "Name") [...]

Introductory Topics before you start writing VB.Net Codes

Variable's Declaration In VB.Net, you must declare the variables and its data type. The general equation is: Dim var As Type Where "var" is a variable and "Type" is a valid DataType. OR Dim var1, var2 As Type If you have more [...]

Visual Basic .NET GUI Programming

Some of Common Controls/Objects we will be using are: ComboBox - is a drop down list object. It list the items with the style of dropping down.ListBox - is like a "not a drop down style" of the ComboBox. It will list items without the style of dropping [...]

Getting Started with Microsoft Visual Studio

FAQ: Q. How to create a new Console Application? A. Open MS Visual Basic Express Edition. Click "File", Choose "New Project". In the Dialog Box, click "Console Application", type the project's name, then click OK. Q. How to create [...]
 

Copyright 2012 | Credits: BLog BamZ (For the template)