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.
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.