|
Adding Unique Items to List
|
This little project demonstrates how to add unique items in a ListBox. The user inputs a string which is added to the list, but only if it is not already added. The projects makes use of "Instr" String function to check for duplication
|
|
Submitted on: 23-Oct-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:0
Downloads:1664
|
|
|
Address Book
|
This is a simple Address Book which uses Microsoft Access and the back-end database. Contacts can be added, deleted or modified with a simple interface. A report is also created showing the list of all contacts (using data report)
|
|
Submitted on: 23-Oct-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:0
Downloads:1839
|
|
|
Centering Forms
|
Centering forms on the screen and in the parent window is often required. The project teaches you how to center child form in the screen and in the parent form. This is done by manipulating the width and height of child and parent forms or the screen
|
|
Submitted on: 23-Oct-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:0
Downloads:1565
|
|
|
Drag and Drop in VB6
|
A very simple example of Drag & Drop in VB6. Shows how to drag a picture from one PictureBox to other
|
|
Submitted on: 23-Oct-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:0
Downloads:1666
|
|
|
Loading Picture Dynamically
|
This code is an example of loading & removing picture at run time. Get the path of picture from a TextBox.
|
|
Submitted on: 23-Oct-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:1
Downloads:1610
|
|
|
Moving Items Between 2 Lists
|
It is often required in some projects to create an accept/reject list. This code shows you how to move items from one list to another.
|
|
Submitted on: 23-Oct-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:0
Downloads:1436
|
|
|
Object Arrays
|
The project uses index property of a CommandButton to make an array of CommandButtons. Receives a number from the user and loads that number of CommandButtons on the form
|
|
Submitted on: 23-Oct-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:0
Downloads:1389
|
|
|
The Format Function
|
The sample code shows how to format Date, Time and numbers using the Format function. Also lists different constants required to format a specific value
|
|
Submitted on: 23-Oct-07 |
By: Junaid Shabbir |
Comments(1) |
|
Votes:1
Downloads:1653
|
|
|
The Shell Function
|
The shell function can be used to launch other processes, it has two parameters (processName,ApplicationStyle).
|
|
Submitted on: 08-Nov-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:0
Downloads:1408
|
|
|
Trapping Errors
|
Every error in VB is assigned a unique number which defines the type of error. We can check for that error number to find the type of error occurred in the application. This example shows how to trap IO and Ari thematic errors.
|
|
Submitted on: 23-Oct-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:0
Downloads:1446
|
|
|