Hello!!! World, Your First Program.

Hello!!! World, Your First Program.

How To Write The First Program In Visual Basic [facebook] Hope that you had learned a basic concept of what programming is. So, from now you are going to learn how to write codes, where to write a codes and whom to write the codes for in Visual Basic. It might get tricky sometimes, but I will try and make [...]

April 30, 2011 at 11:54 pm Comments are Disabled

Learn Basic Programming

Learn Basic Programming

Visual Basic [facebook] First, Let me make this clear. I am not really a professional in Visual Basic, But i will try putting as much as i know and try make u understand the logic of programming. Please, Download the Visual Basic express 2010, and play around with the” New project”. Just see what it is and how should it look [...]

April 29, 2011 at 6:26 pm Comments are Disabled

Visual Basic

Visual Basic

Do Loop Solution     [facebook] Source Code Public Class frmIntrest Private Sub btnDisplay_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDisplay.Click Dim n As Integer Dim simpleIntrest, compoundIntrest As Double simpleIntrest = 1000 compoundIntrest = 1000 lstIntres.Items.Clear() lstIntres.Items.Add(“**********************************************”) lstIntres.Items.Add(“           ” & “AMOUNT        ” & “AMOUNT    “) lstIntres.Items.Add(“           ” & “SIMPLE        ” & “COMPOUND   “) lstIntres.Items.Add(” YEAR      ” & “INTREST       [...]

April 15, 2011 at 3:41 am Comments are Disabled