Tip Bank

DevX - Software Development Resource

Extend Intrinsics in UserControl Wrappers

Sometimes you might want to create autoselecting combo boxes, like those in Intuit Quicken or Microsoft Access, where items in the list are selected as you type. Typically, techniques to

DevX - Software Development Resource

Provide Status Messages for Menus

Subclassing a form lets you give a helpful message whenever a user highlights a menu item. Use the Caption property to identify the menu item, then display the help message

DevX - Software Development Resource

Cross-Platform Font Uniformity

The fact that HTML fonts display smaller on Macintosh monitors than on PC monitors can cause problems for Web site designers. The cause of the problem is Macintosh monitors default

DevX - Software Development Resource

Simplifying Switch Options

C/C++ programmers are used to parsing command line arguments using the “int argc” and “char *argv[]” parameters to the main() function. Java programmers can use a similar syntax to greatly

DevX - Software Development Resource

Printing Out a Column in an Array

Question: What is the command for printing out a column? Answer: In general, you’ll probably use an HTML table, with a single cell in each row, to display your data.

DevX - Software Development Resource

Making an Alert Pop Up With a Message

Question: How do I make an alert that pops up and says “this site best viewed with IE4 at 1024 x 768”? Answer: Making such a popup is easy. Just

DevX - Software Development Resource

You Cannot Change the Title of an Alert Box

Question: How can I change the title of a JavaScript alert box from “www.www.www (JavaScript Application)” to whatever I want? Answer: Simple?you can’t. Unfortunately, JavaScript coders don’t have any control

DevX - Software Development Resource

Cross Browser Database Application

Question: I am about to embark on a new Web-based application using Internet Information Server (IIS), Active Server Pages (ASP), SQL Server, and Visual InterDev. So, the back end is