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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Active X dll

Status
Not open for further replies.

AgentM

MIS
Jun 6, 2001
387
US
Can we access Active X dll thru VB Script that are registered on the server ?

Rosh
 
try this

set ads = createobject("rds.dataspace")
set mybo = ads.createobject("myDLL.classname", "MyServer")

register your dll using MTS or COM+( create new packge and add your component there) then export proxy application and install it in client side. it works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top