Tip Bank

DevX - Software Development Resource

Moving the Mouse Pointer

Question: Can you tell me if its possible to move the mouse cursor to a specific screen location and then return control of it to the user. If it is

DevX - Software Development Resource

Binding Across Forms

Question: We want to use multiple VB forms with independent controls bound to independent data controls accessinga single table.In Vb 3.0, we are not able to save the controls dataof

DevX - Software Development Resource

Event-Oriented Programming

Question: What’s the meaning of “event oriented programing?” Answer: Basically, it means that you program everything as a response to an event, instead of a topdown program where the ordering

DevX - Software Development Resource

Modifying Startup Project

Question: Is there a way to make VB skip that annoying new project it displays on startup. I work on existing projects 80%+ of the time. It would be even

DevX - Software Development Resource

One Large Program vs. Several Small Programs

Question: We have 4 good size programs, and we are considering consolidated theminto 1 single program. Combined, these 4 programs would have about 60 forms and a total of 500

DevX - Software Development Resource

Right-Justifying Output

Question: My VB program produces as output, paper reports such as Income Statements and Balance Sheets. How do we get the numbers to print as they should, that is, dollars

DevX - Software Development Resource

Databound Providing Partial Matching

Question: I’m trying to create a DBCombo function on a form which operates similar to MS Access’s ComboBox. As the user types in an entry, character by character, the DBCombo’s

DevX - Software Development Resource

Getting Available Disk Space

Question: I am looking for a way to determine the numberof bytes on a hard drive. Preferable I’d liketo know the total bytes on a drive and the bytes used

DevX - Software Development Resource

Limiting Size of Popup Windows

Question: How do you limit the size of a help file definition window? When I program a pop-up window for a definition, its as big as the main Help window