Step by step tutorial on creating a Java COM component which accesses and uses ASP Intrinsic Components. Sample Project files, Component and ASP code available for download.
In this tutorial, you will learn how to create your first ActiveX DLL component using Microsoft Visual Basic 5.0 and above. The power of ActiveX component is not even closely covered here. The purpose of this tutorial is simply give you a start on how DLL is created.
This article at Stradeveloper.com is an in depth tutorial on calling and using
five ASP intrinsic objects from within COM Component using Visual Basic. Sample Visual Basic project files, component and ASP page available for download.
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 server-side ActiveX ASP component. The emphasis will be on the steps it takes to produce a server-side Dynamic Link Library (DLL) file, not on complex ASP scripting or advanced VB code.
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.