Microsoft Visual Basic Is Easy To Learn
- This is a preview of the essay.
To view the full text you must login!
Microsoft Visual Basic is the most popular programming language in the world, and it has more programmers and lines of code then any of its nearest competitors. "This program is used by people from ages ten and up" (VB Helper). Microsoft Visual Basic also known as "Vb" is the easiest programming language used to make windows software. Microsoft Visual Basic is a rapid application development tool, which allows programmers to create windows applications in very little or no time.
One of the big reasons it would be the easiest programming language to learn would be because the actual lines of code make sense for example "if someone was to open up the program and add a text box and a command button to there form then double click on the command button and type 'MsgBox "Your name is " & Text1.Text", then run the program and type a name in the text box which for example they use "Jack", then click the command button a message box would pop up and say "Your name is Jack", or what ever they wrote in the text box"(Siler 23). Another example would be to add something to a list box. They would need to add a list box, text box, and a command button to there form then double click on the command button and type "List1.AddItem Text1.Text, then reopen there program and type anything they want in the text box and click the command button it will be added to the list box...