Component Building

Creating Visual Basic COMponents for ASP

An ariticle teaches the ASP programmer to write their code in VB, make it as a dll and reuse them in their ASP code. Learn to hide your code and increase the performance of your ASP program.

Creating a Server Component with Visual Basic

This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but also find a marvelous way to encapsulate and protect their ASP source code. This tutorial will walk you through the process of developing a very simple

Registering Your Components on NT 4 with ASP

It can really be a pain to register .DLL's on your remote servers. This article will explore how to set up a set of ASP pages to register your DLL's on NT 4. ASP source code available for download.

Creating VB COM for ASP

Develope reusable code with VB make it dlls and use it in your ASP as third party objects. Knowledge in VB programming is necessary.