Visual Basic Programming
The Benefits of Microsoft Access Forms to Create a User Friendlier Database Microsoft Access forms allows the use of data to be presented, managed and controlled in a user-friendly
environment making Access more intuitive to use. Designing forms is critical for other users who will be
responsible for the day-to-day running of a database and have very little knowledge of the structure of
an Access database or its background processes. 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 ... 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 ... Introduction to Visual Basic Visual Basic has been the most popular programming environment for more than twelve years.
If you want to learn how to program, Visual Basic is the language for you. It is very easy
to use, yet very powerful
in the Windows Environment. More ... Video - Visual Basic Express 2010 - Getting Started and the First Program This video by SchoolFreeware shows you how to create your very first Visual Basic Express 2010 program. 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 ... 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 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 ... 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 ... Six Important Points When Importing Data Into An Access Database Asking general users to import data into an Access database without knowing too muchabout how
Microsoft Access works and they will become frustrated within minutes. The most desirable way of
using external data is by importing or linking data to an Access table object. Once the data has been
imported or linked, you treat it like any other data table and build your queries, forms and reports. More ...
|