Results 1 to 5 of 5

Thread: For Each....?

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830

    For Each....?

    How would I use the "For Each" to do the following....

    Dim counter as Integer

    For counter = 0 to myWidgetCollection.Count - 1
    MessageBox.Show(myWidgetCollection.Item(counter).Name)
    Next


    ***** I AM TRYING TO DO THIS EXAMPLE ...........

    http://msdn.microsoft.com/library/de...ctionClass.asp
    Last edited by birthjay; Jul 26th, 2004 at 10:02 AM.

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