vb6 to vb.net

G

Guest

Hi,

there a line in an old vb6 program which i dun understand...

"Begin dsSocketLib.dsSocket dsMsock"

i know they are using a dsSock32.ocx object, but how do i include that in my
new vb.net program??
 
H

Herfried K. Wagner [MVP]

notregister said:
there a line in an old vb6 program which i dun understand...

"Begin dsSocketLib.dsSocket dsMsock"

i know they are using a dsSock32.ocx object, but how do i include that in
my
new vb.net program??

Select the project in the solution explorer, choose "Add reference..." from
the project's "References" folder's context menu, select the "COM" tab,
press "Browse...", pick the OCX file and add a reference.
 
G

Guest

Hi just to clarify wat i post earlier...i do wish to link an array dsMSock()
to dsSocketLib.dsSocket...how do i do that???
 

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