Results 1 to 9 of 9

Thread: [RESOLVED] how can i use classes in VB 6.0

Hybrid View

  1. #1

    Re: how can i use classes in VB 6.0

    if solved can you please mark it as resolved

    thanks

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: how can i use classes in VB 6.0

    @raghunadhs:

    collection and class are two different type of objects - one (the class itself) is a representation of one employee (in my example) and another is collection of all employees (as an entire group).
    They cannot carry the same names or your program will get "confused".
    In my examle clsEmlpoyee is an object representing Employee class and clEmployees is generic collection that will hold each new instance of an emlpoyee.
    Both objects can be named anything you want really.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2007
    Posts
    167

    Re: how can i use classes in VB 6.0

    Thanks RhinoBull,
    now i got clarity...

    thanks:
    regards:
    raghunadhs

  4. #4

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