ActiveX Controls are COM, which is why you can't find anything about them in
C# books. The following MSDN article should be helpful to you:
http://msdn.microsoft.com/library/de...n_actxcont.asp
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
"ESPN Lover" <> wrote in message
news:#...
> I need a good primer in how to program an ActiveX control that is launched
> client side to communicate with the server. I've read thru three C# books
> and none of them even touch on the subject. I've searched web sites and
> found nothing. Is client side ActiveX programs on the way out? Is there
> any online examples of how to code an ActiveX control to take to the
server?
>
>