In your Form_Load, you created AxWinSock object.
After that you called BeginInit
What you are missing is, EndInit
Just Copy the BeginInit line and change "Begin" to "End" :)
Another important missing peace is, Active controls will work only if you add it to a Form or its Child (like Panel)
Muthukrishnan Ramasamy
net4.rmkrishnan.net
Use only what you need, Reduce global warming
No comments:
Post a Comment