Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component


Index of Chilkat Blog Posts

November 30, 2007

Hello World ActiveX

To help in isolating problems when importing or using ActiveX components in various environments, Chilkat created a "Hello World" ActiveX. It’s created using Microsoft Visual C++ 6.0 w/ ATL. All defaults are chosen when creating the project. The ActiveX has a single object: HelloWorld.Hello, and you test it like this:

VBScript:

set helloWorld = CreateObject("HelloWorld.Hello")
MsgBox helloWorld.SayHelloWorld()
	
' Output is "Hello World!"

ASP:

set helloWorld = Server.CreateObject("HelloWorld.Hello")
Response.Write helloWorld.SayHelloWorld()
	
' Output is "Hello World!"

Download the Chilkat Hello World ActiveX


Privacy Statement. Copyright 2000-2011 Chilkat Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com

Components for Microsoft Windows XP, 2000, 2003 Server, Vista, Windows 7, and Windows 95/98/NT4.