Tip Bank

DevX - Software Development Resource

Adding Sound to an Application

Question: I have a application I need to run off a floppy, I am trying to find a space effective way to add sound to my program. Thiswill be in

DevX - Software Development Resource

Determining Exit Method

Question: I am currently experimenting with VB 3.0. In version 1.0 common dialogs provided the information about which button was used to exit from the dialog. I want to know

DevX - Software Development Resource

Misalignment of Columns

Question: I try to align numeric numbers in columns (to be right-justified). Hwvr, some of the numbers don’t right-justify very well. In my example, most of these numbers hve 2

DevX - Software Development Resource

Adding Icons to System Tray

Question: Is is at all possible to create a VB 3.0 applicationto place itself on Win95’s system tray?or does it *have* to be 32 bit (vb4.0) ?If so, how? Answer:

DevX - Software Development Resource

Using Tab Control

Question: I have an old DOS-Clipper app that I plan to upgrade to VB. The old app handles insurance claims. To enter a new claim, 4 screens of data are

DevX - Software Development Resource

InputBox Function: Type Mismatch Errors

Question: I have written a small program that calculates geometry problems. I have used input boxes to retreive data from the keyboard, however during runtime if I click the cancel

DevX - Software Development Resource

Dynamically Create Pictures

Question: I got a game “SimTower”. In this game you can for exemple click on the picture with the office or hotel room, then you are clicking somewhere on the

DevX - Software Development Resource

Using Me Object

Question: What is the different between using Me and FormActualName when accessing a form’s property or to pass the FRM to a subprogram.Is it ok to use ME all the

DevX - Software Development Resource

Creating Win95 Explorer-like Dialogs

Question: Are there common dialogs in Win95 like file open/save? I wish to put in my apps the ability to use long filenames which Win95 supports. Answer: Here is the