Menu
Visual Basic Programming

Three Main Principles of OOP (Object Oriented Programming)
Object Oriented Programming (OOP) is actually classified by three main principles: Encapsulation, Inheritance, and Polymorphism. These appear to be frightening terms but are actually fairly easy principles to grasp. 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 ...

How to Navigate the Access 2019 Opening Workspace
If you're upgrading to Access (or Office) 2019 from the 2013 or 2016 interface, you'll find it looks very familiar ? and you'll find much of it to be the same as what you're accustomed to. More ...

The Components of the Microsoft Access Database Interface
As you open a document window in Microsoft Access, toolbars, menu bars (or Ribbon Bars from version 2007) will change state and can be a little disorientating at first. In some cases, you can only be in one type of window to view a function or feature. More ...

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 ...

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 ...

Compile C Sharp Without Visual Studio
I have never been very excited about C sharp because you have to use Visual Studio to write programs with it. I don't like to use over-complicated IDEs to write programs because the IDE is often more difficult to figure out than the programming language itself. The fact is you actually can write C sharp programs without Visual Studio. 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 ...

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 ...

How to Design an Access Relational Database Management System (RDBMS)
A Relational Database stores data as relations (a collection of tables with each table consisting of a set of rows and columns. A Relational Database Management System provides relational operators to manipulate the data in tabular form. This article explains step-by-step how to design an Access Relational Database Management System (RDBMS). More ...


Learn more at amazon.com

Custom Search