Recent

DevX - Software Development Resource

The Foundation VB Library

The Foundation library is intended to provide VB developers with convenience and simplicity of working with data available for their C++ colleagues from standard STL library. The author tried to

DevX - Software Development Resource

Visual SourceSafe Browser Control

This ActiveX control enables browsing of Visual SourceSafe databases in form of a hierarchical tree. The control supports partial hierarchy loading to prevent delays while working with databases containing large

DevX - Software Development Resource

Developing Web Services in C++, Part II

n this article, I will demonstrate how to write a SOAP service in C++. The service is simple and consists of two operations; one to convert Fahrenheit to Celsius, the

DevX - Software Development Resource

VB-to-HTML Component

This component is intended to take valid Visual Basic source code an convert it to properly colorized HTML with procedure seperators. The input can either be a file of any

DevX - Software Development Resource

The NeoCalendar Library

The NeoCalender Library consists of two ActiveX Controls, developed by Neo Components, which are designed to replace the MonthView and DTPicker controls that ships with VB. These two controls are

DevX - Software Development Resource

The Autocomplete TextBox control

The Autocomplete TextBox is a freeware textbox control developed by Neo Components that acts like the ones you find in the latest browsers. Automatically builds a list of entries, saves

DevX - Software Development Resource

Use RTTI for Dynamic Type Identification

++ creators introduced Runtime Type Information (RTTI) more than a decade ago. Yet even today many programmers arent fully aware of its benefits and perils. In the following sections, I