Best Tutorials website
Latest tutorials

Advertisment

War Against Bugs

War Against Bugs

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


Views: 796 | Rating star | by Mathew
Visual Basic - Error Handling

Minutiae

Minutiae

This tutorials is going to cover a rather broad range of information about Visual Basic. Think of this tutorials as a Visual Basic...


Views: 569 | Rating star | by John
Visual Basic - Miscellaneous

How Does Y2K Affect Visual Basic?

How Does Y2K Affect 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...


Views: 851 | Rating star | by Mathew
Visual Basic - Error Handling

Software Testing

Software Testing

Software projects often run into trouble, more so when they are team developments. The industry average for software development projects is that...


Views: 815 | Rating star | by Donald
Visual Basic - Error Handling

Building Base Code

Building Base Code

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


Views: 803 | Rating star | by Nick
Visual Basic - Development

Mixed Languages with Visual Studio

Mixed Languages with Visual Studio

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


Views: 555 | Rating star | by Mathew
Visual Basic - Miscellaneous

Databases

Databases

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


Views: 804 | Rating star | by Jarry
Visual Basic - Database Related

Programming on Purpose

Programming on Purpose

This tutorial is about detailed design. To illustrate the kinds of things you need to think about when designing an application, we'll be...


Views: 801 | Rating star | by Nick
Visual Basic - Development

Reusability of Coding

Reusability of Coding

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


Views: 797 | Rating star | by Donald
Visual Basic - Development

Technical Environment Affects

Technical Environment Affects

This tutorial outlines some of the fundamental issues involved in developing large-scale distributed systems using Visual Basic 6. It is aimed at...


Views: 554 | Rating star | by Jarry
Visual Basic - Miscellaneous

Accessibility in Visual Basic

Accessibility in Visual Basic

This tutorial focuses on an aspect of programming that is too often overlooked—creating applications that are accessible to people with...


Views: 573 | Rating star | by Marry
Visual Basic - Miscellaneous

How To Recruit And Retain Developers

How To Recruit And Retain Developers

In this tutorial, we will outline some of the techniques that we at The Mandelbrot Set (International) Limited (TMS) have used successfully over...


Views: 543 | Rating star | by Troy
Visual Basic - Miscellaneous

How to Make a Context Sensitive Menu

How to Make a Context Sensitive Menu

Using Visual Basic 2005 Express's easy interface learn How to Make a Context Sensitive Menu.


Views: 578 | Rating star | by Daniel
Visual Basic - Miscellaneous

How to Open a New Form with the Press of a Button

How to Open a New Form with the Press of a Button

Having a program with everything on one form would be extremely cluttered, that is why most programs are split into many different forms and...


Views: 807 | Rating star | by Jarry
Visual Basic - Development

Video Tutorial: How to Open a New Form with the Press of a Button

Video Tutorial: How to Open a New Form with the Press of a Button

Video version of How to Open a New Form with the Press of a Button.


Views: 624 | Rating star | by Sean
Visual Basic - Miscellaneous

Adding a Message Box to your Application

Adding a Message Box to your Application

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


Views: 811 | Rating star | by Ben
Visual Basic - VB Script

Calculating the Area of a Rectangle using Visual Basic 6

Calculating the Area of a Rectangle using Visual Basic 6

Learn how to use Visual Basic 6 to create an application which allows you to calculate the area of a rectangle.


Views: 577 | Rating star | by Amy
Visual Basic - Introduction to Visual Basic

Macronimous- Developing Windows Smartphone Applications using .NET CE framework

Macronimous- Developing Windows Smartphone Applications using .NET CE framework

This article is about pocket PC / windows smartphone applications developed in the .net environment.This is possible through the Compact Framework...


Views: 877 | Rating star | by Troy
Visual Basic - .NET

How To Program A Barcode Maker

How To Program A Barcode Maker

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.


Views: 571 | Rating star | by Colin
Visual Basic - Miscellaneous

How to make a program to validate web links

How to make a program to validate web links

If you maintain a web page with lots of external links, it is in your interest to ensure that the links are functioning.


Views: 771 | Rating star | by John
Visual Basic - File Manipulation