Recent

DevX - Software Development Resource

The Error Handler Add-in

This addin greatly simplifies adding error handling to VB programs. Simply register the DLL using REGSVR32 and the addin will be added into the Visual Basic tools menu. Keep the

DevX - Software Development Resource

The Tao of Recursion: Named Templates in XSLT

ascally RecursionExtensible Stylesheet Language Transformations, or XSLT, allows you to transform XML documents into other XML documents using XSL. Using XSLT can be very trying, but it is, in fact,

DevX - Software Development Resource

The MB MsgBoxEx Control

This control is an extended and object-oriented version of the VB’s MsgBox function. You can center the message box on your form or place it everywhere you want, display any

DevX - Software Development Resource

The MB TipOfTheDay Control

Many commercial programs have a Tip of the Day dialog, that shows a tip or trick whenever the application starts. With the MB TipOfTheDay Control you can add this nice

DevX - Software Development Resource

The AVE Code Find Add-in

This add-in augments the VB IDE with the capability to search a string or a pattern across all the modules of all the projects loaded in the environment. Better yet,

DevX - Software Development Resource

The MB Tray Control

This control lets you place an icon in the system tray area and associate it to your application. The icon can be static or animated, if you specify a series

DevX - Software Development Resource

Implementing Enumerated Types in Java

lthough Java syntax borrowed heavily from C++, there are many C++ featuresthat Java chose to omit. At times, the lack of a particular featuremakes Java programs cumbersome to implement. One

DevX - Software Development Resource

Building a Text Editor, Part III

n this article, you’ll continue building on the text editor that you created in Part I and Part II. As usual, the code is available for download by clicking here.