Results 1 to 3 of 3

Thread: [Resolved] Finding a form instance ('Forms' object replacement)

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2001
    Posts
    148

    [Resolved] Finding a form instance ('Forms' object replacement)

    In vb6 you could use "For each meh in Forms" ..etc etc, but in .NET this is no 'Forms'. What replaced it or is there a different way to do it? Thanks.
    Last edited by PuterFreak; Nov 23rd, 2002 at 06:01 PM.

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    You now have to create a class that holds all this information for you. There is no forms collection class in .Net.
    http://msdn.microsoft.com/library/de...albasicnet.asp

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2001
    Posts
    148
    Ah, OK, got that working, thanks.

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