Quote Originally Posted by Chris Green
Okay, maybe not the best written explaination of what I was looking for. The solution is easy and was something I did a year ago but forgot all about. Create a c# user control compiled to a class library. Then use the <object> tag and presto an Active-X control hosted in your web page. The ID you set in the object tag allows javascript to call methods in the object.
It can be a VB User Control as well, can't it ¿

Glad you solved your problem!