VB6->Language Basics
 
  13 result(s) found, page 1 of 2
Pages: 1 2  
Zip code download 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)
Rank: 00000
Votes:0
Downloads:1664

Zip code download 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)
Rank: 00000
Votes:0
Downloads:1839

Zip code download 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)
Rank: 00000
Votes:0
Downloads:1565

Zip code download 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)
Rank: 00000
Votes:0
Downloads:1666

Zip code download 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)
Rank: 10000
Votes:1
Downloads:1610

Zip code download 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)
Rank: 00000
Votes:0
Downloads:1436

Zip code download 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)
Rank: 00000
Votes:0
Downloads:1389

Zip code download 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)
Rank: 11111
Votes:1
Downloads:1653

Zip code download 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)
Rank: 00000
Votes:0
Downloads:1408

Zip code download 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)
Rank: 00000
Votes:0
Downloads:1446
  13 result(s) found, page 1 of 2
Pages: 1 2  
New Members
 
Jobs