Menu
Visual Basic Programming

C Sharp Keywords
keywords, sometimes called reserved words, are predefined words that have special meaning to the compiler. Keywords cannot be used by the programmer as identifiers such as variable, method, or class names. A programmer must use keywords only in designated locations in the code. More ...

Getting Started With Microsoft Access 2019
Microsoft Access database application has always been a powerful program and the latest version, Access 2019, no different. But all that power makes Access a difficult application to learn on your own. More ...

Visual Basic 2010 Textbox Based Simple Edit Program
In this example, you'll create a very simple text editor that uses the Textbox control. This example is for beginners so I'll go step-by-step through the process of developing the program. More ...

Write Visual Basic Programs Without Visual Studio
It was a pleasure to develop Windows Applications with Visual Basic 6. But Microsoft has abandoned Visual Basic 6 for the bloated, over-complicated Visual Studio. But you can still put your knowledge to work and develop VBScript applications with the method described in this article. More ...

Working With Variables in C Sharp
Scope defines which parts of the program can access a variable. If a variable is declared inside a method, its scope is local to the method within which it was declared. If a variable is declared inside a class, its scope is local to the class within which it was declared. More ...

Programming in Visual Basic 2010: The Very Beginner's Guide
This book is an introduction to programming using Microsoft's Visual Basic.NET 2010. It is intended for novice programmers with little or no programming experience or no experience with Visual Basic. The text emphasizes programming logic and good programming techniques with generous explanations of programming concepts written from a non-technical point of view. More ...

List Drives and Folders with the VBScript FileSystemObject
This article show you how to write a VBScript that uses the FileSystemObject to list the drives and folders on your computer. More ...

Visual Basic 2005 Express: Now Playing
Visual Basic 2005 Express is designed to make Windows programming easy for everyone. Some people want to write programs for a career. Others want to create a new product. Still others want to learn for the sheer mental exhilaration. More ...

List Files and Subfolders With the VBScript FileSystemObject
This article shows you how to write a VBScript that uses the FileSystemObject to list the files and subfolders in a folder on your computer. More ...

Reading and Writing Files with the VBScript FileSystemObject
The example code in this article uses the VBScript FileSystemObject and TextStream Object to read a text file and write a new text file, reformatting the text into lines a maximum of 90 characters long, except when that would break a word, then it extends the line length to include the entire word. More ...


Learn more at amazon.com

Custom Search