PDA

Click to See Complete Forum and Search --> : Winsock Control


Hampster
Feb 25th, 2001, 02:30 PM
Every time I try to insert the Winsock control in my app it comes up with this message:

License information for this component not found. You do not have an appropriate license to use this functionality in the design environment

Any idea what this means and/or how to get winsock to work?

                  
Feb 25th, 2001, 09:05 PM
I dont mean regsiter as in putting out $$$..but i mean you have to register the control into your computer...sorry i dont know how to do it though..

msdnexpert
Feb 25th, 2001, 11:48 PM
Use regsvr32 utility. Try this
Put the winsock ocx in windows system. Actually it is usually present in windows system unless u have moved it.
The at command run type

regsvr32 <name of winsock control>

Thats it.

Hampster
Feb 26th, 2001, 03:44 PM
The regsvr32 did not work...