Click to See Complete Forum and Search --> : Control Array...


rajtofar
June 27th, 2002, 12:16 AM
Does Vb .NET supports Control Arrays???
I had a project in VB 6.0 that contains Array of Radio Buttons in a form... like Option1(0), Option1(1)... and so on.
When I upgraded it to VB .NET, it converted it like this....
"Public WithEvents Option1 As Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray"

Which was working fine when I had VISUAL STUDIO .NET. But when I installed VISUAL BASIC .NET instead of Visual STUDIO, it started giving me Build errors like...

(92):Type 'Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray' is not defined.
Also another error is coming... which is.."name 'VB6' not declared".

I have no Idea why this is coming.... Pl. help ASAP.
rajtofar.

Akim
June 27th, 2002, 07:11 AM
http://www.codeguru.com/forum/showthread.php?s=&threadid=190189

rajtofar
June 29th, 2002, 12:34 AM
I am still not getting the solution to my problem...
Can you be more specific??
rajtofar