|
|
| Making Components [+] Favor-It | |
| |
 |
| | Sort By:
|
This easy to read article demonstrates how to build a very simply COM component using ATL/Visual C++. Author: 4GuysFromRolla Code: ASP 2.0 & VBScript |
This a tutorial I wrote because I had so much trouble learning how to write a COM object, I wanted to put it in simple terms for anyone else who might want to get into it.
Author: Nathan Pond Code: ASP 2.0 & VBScript |
An Overview in Creating a COM ActiveX DLL for Use with ASP Scripts. A tutorial describing the process of first creating a COM Object with functions and then second, how call those same functions contained in the ActiveX DLL from ASP Scripts. Author: Derrald Farnsworth-Livingston Code: ASP 3.0 & VBScript |
|  | |
COM Objects are usually .dll files, and are compiled executable programs. This means that the code will run faster than ASP code. Author: Nathan Pond Code: ASP 3.0 |
You've probably often heard of COM objects and ActiveX components and how they can greatly improve your web ASP based applications. Well, just how can they improve your applications, and is it worth it? Code: ASP 3.0 & PerlScript |
With Java (1.02 or 1.1) is very simple to build an ASP component. A simple public Java class can be use (this class is console class, no user interface). Author: JavaSide Code: ASP 2.0 & VBScript |
This article tells you how to write an ASP component with the Active Template Library (ATL). It assumes that you're familiar with C++, know a little about Component Object Model (COM) and ActiveX, and have a basic understanding of how ASP works.
Author: George V. Reilly Code: ASP 2.0 & VBScript |
|  | |
This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. I will walk you through the process of developing a very simple server-side ActiveX ASP component. Author: Doug Dean Code: ASP 3.0 & VBScript |
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. Author: Doug Dean Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|