Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Active X control running in IE run on Server or Client

Status
Not open for further replies.

harmmeijer

Programmer
Mar 1, 2001
869
CN
If I have an active X control running in IE is it run on the server or on the client.

For example in Active X control I use the following code:
Dim HR As Object
Set HR = CreateObject("hhrrmm.aaaa")

hhrrmm is a DCOM wich is located and run on the same server as the active X control and is configured to run on the server.
The client vieuwing the html page containing the control does not have the hhrrmm DCOM installed on his machine so if the control executes on the client machine I doubt the CreateObject wil work.
 
Sorry for this stupid question I have to make a packige of the DCOM using PDW replacing the hhrrmm.exe with hhrrmm.vbr and install this on each client using the DCOM.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top