Results 1 to 6 of 6

Thread: list view problems [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    list view problems [RESOLVED]

    I'm trying to get a scan of all listView controls on my app. These may be in tabs and on tabs within THOSE tabs.

    I tried this:
    VB Code:
    1. For Each list As LisView In Me. Controls
    2.  
    3. Do-something
    4.  
    5. Next

    but that produces a cast error. What am I missing here?
    Last edited by Andy; Apr 1st, 2004 at 04:34 PM.

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