Recent

DevX - Software Development Resource

Add Mouse Wheel support to the VB6 IDE

Vanja Fuckar has developed a library that adds support for the mouse wheel in the VB6 IDE, i.e. in the code window, Immediate window etc. The library is written in

DevX - Software Development Resource

Spell Checker Add-In for VS.NET 2003

This Visual Studio 2003 add-in provides a multi-language spell checker for your comments and string literals. It uses a procedure similar to MS-Word but provides additional features useful for programmers.

DevX - Software Development Resource

Automate Your Classic ASP Web Forms

TML form handling consists of a set of named form controls on an HTML page and a Submit button for sending the information contained by the controls to a server,

DevX - Software Development Resource

Managing Objects’ Construction Order

n standard C++, the initialization order of objects with static storage type that are declared in separate translation units is unspecified. If, for instance, a constructor of object A takes