|
-
Oct 14th, 2004, 01:23 PM
#1
Thread Starter
Frenzied Member
-
Oct 14th, 2004, 01:26 PM
#2
Re: I just do not understand why...
are you talking about control arrays??? there was really no need for them anymore.. but if you want to learn about ways around them or ways to implement your own.. do a search on just the VB.NET forum for control array and you will find many topics
-
Oct 14th, 2004, 01:29 PM
#3
Thread Starter
Frenzied Member
Re: Re: I just do not understand why...
Originally posted by kleinma
are you talking about control arrays??? there was really no need for them anymore.. but if you want to learn about ways around them or ways to implement your own.. do a search on just the VB.NET forum for control array and you will find many topics
I say componant, you say control.. 
I will look into that. Thanks
10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".
-
Oct 14th, 2004, 07:58 PM
#4
PowerPoster
If it's any consolation, I was pretty frustrated at them doing away with control arrays as well, but when you do get your head around the .NET way of doing things it's very powerful, and you can do a lot more than you could with control arrays. Though I have to say that there is a lot of legacy stuff that MS ought to have junked before control arrays IMHO.
-
Oct 14th, 2004, 11:40 PM
#5
-
Oct 15th, 2004, 05:25 AM
#6
PowerPoster
Hi,
ControlArrays have not been dropped in VB.NET. The name has been dropped because the method of referencing them, using an index number, has been dropped. You can still use an Array of Controls, e.g.
Dim Button(10) As Button
or you can use the Tag property of the control to act in the same way as an index.
MSDN Help gives other options.
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|