CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Collections

  1. #1
    Join Date
    Oct 1999
    Posts
    1

    Collections

    how do i access the properties of a menu( created dynamically), that is added to a collection


  2. #2
    Join Date
    Dec 1999
    Location
    Tel Aviv, Israel, Earth, Solar System
    Posts
    50

    Re: Collections

    You could use For Each ... In ...
    Inside you can check with TypeOf() or something like that.


    Jean
    [email protected]

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