|
-
Nov 13th, 2003, 07:16 AM
#1
Thread Starter
Fanatic Member
Control Arrays
Hi all,
I have array of controls (TextBox) on my form in VB 6.0. I have upgraded the project to VB .Net. The upgrade wizard has changed the names of TextBox array (from 'txtdata(n)' to '_txtdata_n')
I read that control arrays are not supported in .Net. The coding part of the form has not been changed. ie txtdata(n) is used in coding part. And the project is running fine.
I want to know how .Net handles control arrays after upgradation. control - 'txtdata' is not available on the form as the name has been changed. Even though the code is not generating any error. Why?
Pls guide.
Regards,
Prakash
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
|