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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top