Tip Bank

DevX - Software Development Resource

Counting Lines in RichTextBox

Question: I want to develop a word-processor with VB 4.0 and the RichTextBox. I’ve got all the functions like bold, italic etc. but I’m missing a function to count the

DevX - Software Development Resource

Getting Started

Question: We have a big complete hospital system written in ClipperWe had looked at VO, but that does not seem to be the way to goWe will now concentrate on

DevX - Software Development Resource

Distributing VB400xx.DLL with Applications

Question: I just wrote my first VB4 program, the “Hello World” program out of the SAMS book, “Learn VB4 in 21 Days”. My question is this: I compiled my program

DevX - Software Development Resource

Saving Window Changes When Unloading

Question: How do you save the choices when changing forms and shutting down the program. Do I have to use a module to store the changes? Answer: If you have

DevX - Software Development Resource

Source Control Tools

Question: We are developing a decent sized application in VB with a couple of programmers. We are looking for a way to have all of the programmers work on the

DevX - Software Development Resource

Saving Data Before Exit

Question: If a user closes an application via the control box at the top LH side of a window, I would like to offer the user 3 choices:They can save

DevX - Software Development Resource

Maintaining Focus on a Command Button

Question: I see that an input box appears to maintain a focus on one the command buttons even when entering text. How is this done? Answer: What you are seeing

DevX - Software Development Resource

Writing DB Programs

Question: I am new to programing & was wondering if you can write database programs with VB or do you have to use a third party DB program like Access

DevX - Software Development Resource

Using Function Pointers/Dynamic Functions

Question: In Access 2.0 there is an Eval() function which will automatically evaluate numeric expressions. This functionality does not appear to exist in VB 4. I found an article in