im creating a webchat ocx, can anyone help asto how to make the ocx read
this:
<OBJECT ID="Unetchat1" WIDTH=740 HEIGHT=483
CLASSID="CLSID:6784C3BE-4675-4E87-B788-73F182EF12E1">
<PARAM NAME="_ExtentX" VALUE="19579">
<PARAM NAME="_ExtentY" VALUE="12753">
<PARAM NAME="Nick" VALUE="blabla">
<PARAM NAME="Pass" VALUE="bla">
<PARAM NAME="Room" VALUE="blablabla">
</OBJECT>
and convert it to the following variables?
Dim hnick As String, hroom As String, hpass As String