Advertisment
Program bugs are highly ecological because program code is a renewable resource. If you fix a bug, another will grow in its place. And if you cut...
This tutorials is going to cover a rather broad range of information about Visual Basic. Think of this tutorials as a Visual Basic...
Hands up—how many of you have heard of the 'Millennium Bug' or 'Year 2000 Problem' or whatever else it has been called over...
Software projects often run into trouble, more so when they are team developments. The industry average for software development projects is that...
In this tutorial, we'll look at some of the reasons for using base code and some of the techniques that can be applied to creating your own...
In this tutorial, we discuss the concept of mixed language programming (MLP). We go into some of the pros and cons and considerations of doing MLP...
In Visual Basic 6, there are many ways to retrieve and manipulate data, and quite a few places to stash it once you have it. There are also a wide...
This tutorial is about detailed design. To illustrate the kinds of things you need to think about when designing an application, we'll be...
Reusability, as its name suggests, is the ability of something that is designed for a specific purpose to be used in more than just that one...
This tutorial outlines some of the fundamental issues involved in developing large-scale distributed systems using Visual Basic 6. It is aimed at...
This tutorial focuses on an aspect of programming that is too often overlooked—creating applications that are accessible to people with...
In this tutorial, we will outline some of the techniques that we at The Mandelbrot Set (International) Limited (TMS) have used successfully over...
Using Visual Basic 2005 Express's easy interface learn How to Make a Context Sensitive Menu.
Having a program with everything on one form would be extremely cluttered, that is why most programs are split into many different forms and...
Video version of How to Open a New Form with the Press of a Button.
This video shows off the MSGbox function which allows you to create a Message Box (also known as a Dialog Box). Once you see how it’s done,...
Learn how to use Visual Basic 6 to create an application which allows you to calculate the area of a rectangle.
This article is about pocket PC / windows smartphone applications developed in the .net environment.This is possible through the Compact Framework...
Learn how to input data into a text box and get a barcode image from it. You will also learn how to work with clipboard and checksum controls.
If you maintain a web page with lots of external links, it is in your interest to ensure that the links are functioning.