devxlogo

Tip Bank

Using JOIN Clauses

Question: I’m working with Visual Basic and Access 1.1. Currently my program uses two tables (tblrep and tblsales). The common field being tblrep.id = tblsales.id. The first form of the

Right Justifying Text in a Command Button

Question: I’m using VB Professional edition and I would like to combine in a command button an icon, left justified, and the caption, right justified. The default setting sets the

Simulating Click Event

Question: How can I have a combo box “combo1” execute another combo boxs “combo2” procedure click ? Answer: Doing this action this way can have some messy side effects. I

Trapping Cancel Button

Question: In a simple loop on a form with a Cancel Button:DoHere I want to Check to see if a user pushed a cancel button(Cancel Property is set to true)(While

Passing Variants to Methods

Question: I’m trying to call a method on my ActiveX control from VBScript. The method has one input argument (a long) and three output arguments (doubles). I Dim variables for

Managing Images in a Toolbar

Question: I’ve created a toolbar for an MDI app using a top-aligned panel and a number of image controls. When the user clicks on an “up” image, the image picture

Showing as 3D

Question: I need a 3D bound text box control so I can avoid having to place standard text boxes in 3D panels for a chiseled effect. I have been unable