ActiveX controls overview!
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
is it possible to run a activeX control (OCX) from a server side without the client downloading it. just like using asp and activeX dlls?
If you are on a local network you could use DCOM to instantiate the object on the other machine. Otherwise I would recommend turning to something like SOAP to run objects on a server over the internet. SOAP is a protocol that allows you to communicate through the firewalls and such that are located on internet servers, by simply using XML.
Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!