The VarHelper Add-in
This is a simple addin which scans your code files and enumerates all the variables it finds, telling you where they are used and if there is any problem (dead
This is a simple addin which scans your code files and enumerates all the variables it finds, telling you where they are used and if there is any problem (dead
If you ever wanted to enhance the VB6 IDE without writing your own add-in program, or doing any programming, then this addin is for you. It creates a ToolWindow with
This User Control is designed to fit the needs of the coder who needs a date entry field without the overhead of having to ship (and install) the Microsoft Windows
We’re not so far removed from the databases of old. Most databases still have a specified length applied to field entries, although the exact relationship between that length and the
ndexes are Oracle database objects that provide a fast, efficient method of retrieving data from database tables. The physical addresses of required rows can be retrieved from indexes much more
ne of the most common complaints about EJB architectures is that they are too resource-intensive, both in terms of memory consumption and response time. Memory consumption is directly related to
SP programmers frequently develop Web apps that rely on displaying data within forms linked to a back-end database. To do this, you either create forms displaying data contained within a
y capitalizing on Internet Explorer’s ability to embed XML data islands in Web pages you can create customized data-display pages with just a few lines of JavaScriptIn today’s IT world,
This knob control lets the user select a numerical value by rotating it. Itworks like a scrollbar: just set the Min/Max properties and read the Valueproperty in the Scroll event.