Monday, June 30, 2014

how to create control array of winsock control control/controls in c# windows forms

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