|
 |
|
|
|
|
One of the wonderful things about COM is that once you learn the standards and restrictions, you can quickly learn to implement other COM objects.
|
 |
|
|
|
|
 |
|
|
|
|
This is a step by step tutorial on creating ASP COM Component in Microsoft Visual Basic. Sample Project files 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.
|
 |
|
|
|
|
 |
|
|
|
|
Here is an extensive 6-page tutorial showing how to create your own ASP components using Visual Basic. It covers many basic key elements in graphics. Main topics include: Creating the Project, The Class Builder Utility, Creating the Properties, Referencing, and Web Implementation.
|
 |
|
|
|
|
 |
|
|
|
|
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 is a tutorial on creating COM component using Java.
|
 |
|
|
|
|
 |
|
|
|
|
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 describes how to build components that take advantage of the new features in IIS and MTS, and provides an extensive list of tips on building components, performance and process isolation, and debugging.
|
 |
|
|
|
|
 |
|
|
|
|
Active Server Pages is an environment for building dynamic Web applications. However, programmers are limited to scripted languages that are not strongly typed and have limited functionality. Many tasks are simply too resource intensive or time consuming for a scripted language to accomplish. This is where COM steps in. Using a COM aware language such as Visual Basic or C++ you can develop components to accomplish your more complicated programatic tasks.
|
 |
|
|
|
|
 |
|
|
|
|
This tutorial guides you through, in easy to follow steps, the methods needed to build an ASP component in Visual Basic. Includes downloadable source, easy-to-follow example and screen shots for each stage.
|
 |
|
|
|