Error 429 - Can't Create ActiveX control

D

Dhonan

I am getting the error "Error 429: activeX component can't
create object". Here is all the code (it executes when I click on a control
in
a form):

Private Sub Command0_Click()
Dim sock1 As Winsock
Set sock1 = New Winsock
sock1.RemotePort = 1000
End Sub

Any insight would be appreciated
 
Top