Hi there...
I have an active x control called openh323.ocx. This is used for making voip calls across pc's...
I have searched the web on tips on how to use the ocx and what came up is to embed it as an object... And thats exactly what i did... i embedded it in a website i made in visual studio 2008
heres the tag...
<object id="VOIPControl" height="100" width="100" classid="CLSID:XXXXXXXXXXXXXXXXXXXXXXXXX"> </object>
the classid is correct because the object shows itself...
Now my question is how do i make use of this object and the methods it has in order for me to make VOIP calls possible.. THANKS