Creating a Server Component with VB - Redesigned, Part 1
An updated article on creating server components in Visual
Basic. Overview This article is for ASP developers and Visual
Basic (VB) programmers who want to combine both technologies to
write compiled VB components for ASP pages.
Give VB Scroll bar a hatched background.
The standard Windows scrollbar looks great with textured background, while VB-created ones seem boring with their white background. This article fixes the most ancient of VB bugs.
The Multi-Homed Class
Once a new VB class has been created, there are multiple environments where it can be used. The article presents a few simple design elements that can help a single class serve as equally well as part of a DLL or as part of an EXE.