How to run a dll at client machine?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Am desigining web application and I have a dll that perform operations on
excel object, how can i run this dll on the client machine so it uses the
clients' excel in its operations ?
how can i download this dll on the clients machine and run it ?
 
You need to wrap it as an ActiveX object or as a plugin and your customers
will have to install it.

Eliyahu
 
thanks, but is there anyway to create an activex control using visual studio
other than visual basic 6 or visual c++ as the dll is written in visual
basic.net ?
 
Back
Top