CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2002
    Posts
    56

    Question Control Array...

    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.
    Last edited by rajtofar; June 27th, 2002 at 12:20 AM.

  2. #2
    Join Date
    Mar 2002
    Location
    NY
    Posts
    236

  3. #3
    Join Date
    Apr 2002
    Posts
    56

    Hi...

    I am still not getting the solution to my problem...
    Can you be more specific??
    rajtofar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured