Visual Basic Programming
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 ... Easy Visual Basic Image Viewer The easiest way to display images in Visual Basic is to use a PictureBox control. In this
example, we'll use a PictureBox control to create a simple image viewer application, and
we'll use an OpenFileDialog control to load an image file from disk. More ... Your First Visual Basic 2010 Express Program Visual Basic is very popular because its Visual Programming Environment lets you develop Windows
applications by dragging and dropping controls from a Toolbox. It's also popular because it's based
on the Basic programming language, and because Visual Basic Express edition can be downloaded
from Microsoft's website for free. 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 ... 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 ... Visual Basic 2005 Express Reserved Words or keywords Reserved words or keywords are words that are part of the
language and therefore have special meaning in Visual Basic. The reserved words cannot be
used as names for your programming elements such as variables, functions, subroutines or procedures. 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 File Reading and Writing The biggest problem with administering the list myself is adding and deleting email addresses
from the list. Before you add an address to the list you have to make sure it's not already on the list. More ... How to Utilise and Apply Access Database Normalisation Techniques In the design of an Access database, the process of organizing data to minimize redundancy
is called normalization. Normalization usually involves dividing large, badly-formed tables
into smaller, well-formed tables and defining relationships between them. More ... C Sharp Predefined Primitive Data Types A data type defines how much storage a piece of data will take up, the configuration of that storage,
and the meaning of the data. Predefined or primitive data types are those defined by the language.
These primitive data types can be used as building blocks for user-defined data types. More ...
|