Tip Bank

DevX - Software Development Resource

Implementing a Toolbar

Question: I am using VB 3.0 professional edition. I would like toimplement cut/copy/paste on a toolbar. My form has multipletext boxes. If the user wants to paste to a field,

DevX - Software Development Resource

Displaying Help

Question: How do you use the Common Dialog Box help. When I set all of the parameters and tried it, it didn’t display my helpfile. Answer: Did you set the

DevX - Software Development Resource

Buffer Return Problems

Question: I am feeling very sick and was wondering if you could help me. I am trying to access the Lan Manager 2.1 API and am having difficulty get return

DevX - Software Development Resource

Access 2.0 Requirements

Question: I have heard a vicious rumour going round that any programs I write in VB 3.0 using Access 2.0 will only be able to run on computers that have

DevX - Software Development Resource

Converting 4.0 Files to 3.0 Format

Question: I use version 4.0 and the school I go to uses version 3.0. I use windows 95 and they use windows 3.1. I know you can convert a 3.0

DevX - Software Development Resource

Creating Delays

Question: Can you suggest ways to delay sending keystrokes to the external application? I’ve tried inserting ‘For-Next’ loops of different durations but without success. Answer: Try a timer control. That

DevX - Software Development Resource

Deleting Control Code

Question: How do I delete a control AND the corresponding code? Answer: When a control is deleted, the code is listed in the (general) section in the Procedures drop-down list

DevX - Software Development Resource

Using Ampersands in Labels

Question: I can’t seem to figure out how to place a “&” sign in a text field or in a label’s caption. Answer: Try putting two ampersands next to each

DevX - Software Development Resource

Putting Controls on MDI Forms

Question: I have a project I am working on including an MDIform with a toolbar. I am wanting to put a combobox on the toolbar, but VB4 will not let