dta Posted January 21, 2003 Posted January 21, 2003 there is no index property so i can make an array in winsock! how i can make an array? i get this error Class 'AxMSWinsockLib.AxWinsock' cannot be indexed because it has no default property. Quote
GMan_NC Posted January 21, 2003 Posted January 21, 2003 This is from the MSDN in a Technical Article called "Creating Control Arrays in Visual Basic .NET and Visual C# .NET" "Although Visual Basic .NET and C# have no inherent support for creating control arrays, you can duplicate all of the functionality of control arrays programmatically." Quote
*Gurus* divil Posted January 21, 2003 *Gurus* Posted January 21, 2003 Added to which, you should not be using the Winsock control in .NET. Look at the Socket class instead. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.