2448Creating an ASP COM Component in Visual Basichttp://www.stardeveloper.com/com_vb_basic_1.aspIn this tutorial I will guide you step by step in creation of an ASP COM component using Microsoft Visual Basic. After this tutorial you will be able to develop on your own relatively simple components for use in your ASP pages.ASP > Tips and Tutorials > Component BuildingOct 10, 2006
server-side ActiveX components should not be confused with client-side ActiveX components. A client-side ActiveX component is sent through a network, along with the HTML information, and will only run on Microsoft?s Internet Explorer. Client-side ActiveX components compete with Java components and do not work with Netscape browsers
ActiveX DLLs are COMponents where you can hide your code,call it in your ASP and distribute with your application. In this article we shall discuss how to write functions in ActiveX Dlls and then call those same functions from ASP Scripts. We can write Dlls with C++, VC++, Delphi and Visual Basic. Here we can discuss How to with VB?
HttpBrowserCapabilities is a class present in the System.Web namespace. To use it you don't have to create new instance of this class, simply use the one provided by Page.Request.Browser property within the ASP.NET page.
In this tutorial I will guide you step by step in creation of an ASP COM component using Microsoft Visual Basic. After this tutorial you will be able to develop on your own relatively simple components for use in your ASP pages.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.