Results 1 to 5 of 5

Thread: Classes for Visual Basic 6.0 Users

  1. #1
    Join Date
    Apr 2009
    Posts
    745

    Classes for Visual Basic 6.0 Users

    Hi friends,
    I have started doing the Visual Basic some time before. So i am not having much knowledge about the visual basic. So instead of finding it on web i thought that you guys can easily explain me about it. Please tell me about the Classes for Visual Basic 6.0 Users. Hope that someone would help me faster.!!

  2. #2
    Join Date
    Mar 2008
    Posts
    672

    Re: Classes for Visual Basic 6.0 Users

    Whether you're a beginner at the programming game or a programmer who as some experience with other languages, you'll find that Visual Basic 6 is just about the best way to start getting the right training with the objects approach to programming. Classes are the building blocks of an object-oriented application. A class is a programming construct that represents an object in the system. Designing an application requires designing the objects involved, the information contained by the objects, and what the objects can do.

  3. #3
    Join Date
    Aug 2006
    Posts
    227

    Re: Classes for Visual Basic 6.0 Users

    Before you start developing a Visual Basic 6 application you should be aware that some programming knowledge is useful. If you have used BASIC or Pascal or C before you got here, that's OK. Visual Basic 6.0 provides support for defining classes through the class module. The definition of a class is stored in a special file type, the .cls file. One class is defined in each class module. Some of the definition of the class is embedded in the .cls file and only editable through the project system.
    I do to dead flowers what people at morgues do to dead people. Suck all the moisture out, dip them in plastic, paint them up pretty and put them in a nice frame.

  4. #4
    Join Date
    Aug 2006
    Posts
    235

    Re: Classes for Visual Basic 6.0 Users

    I would like to tell you that some of the definition of the class is embedded in the .cls file and only editable through the project system. When you create a new class in Visual Basic 6.0, the allowable values of the Instancing property include GlobalSingleUse and GlobalMultiUse. These indicate that other components can invoke the properties and methods of the new class as if they were shared members. An instance of the class is implicitly created the first time one of its members is called.
    3.2 (northwood)
    2gig ram
    ATI AIW X800xt 256mb
    Gigabyte GA-8knxp 875p Chipset
    Optiwrite 8X DVD Burner
    Win XP PRO Sp2 (Works Perfectly)
    2 SATA Raptor 74gig Raid 0
    2 7200 IDE 320gig HD

  5. #5
    Join Date
    May 2008
    Posts
    2,389

    Re: Classes for Visual Basic 6.0 Users

    Visual Basic 6.0 also supports Data Source and Complex Data Consumer classes. In Visual Basic 6.0, you can specify that any particular method or data member is the default member of a class. Object lifetime is determined by the creation and termination of the object instance. The program determines the creation time of the objects it declares, but termination involves a more complex mechanism. In Visual Basic 6.0, every object instance maintains a reference count.

Similar Threads

  1. What is the use of Classes and objects in Visual basic?
    By Palnila in forum Software Development
    Replies: 3
    Last Post: 02-01-2011, 07:19 AM
  2. Replies: 5
    Last Post: 11-03-2010, 09:18 AM
  3. what are Visual Basic IDE?
    By Naresh Modi in forum Software Development
    Replies: 2
    Last Post: 06-03-2009, 09:49 AM
  4. Visual Basic 2005 or Visual Basic 6
    By Aasha in forum Software Development
    Replies: 5
    Last Post: 15-01-2009, 06:56 PM
  5. Visual Basic on LAN
    By djbbenn in forum Software Development
    Replies: 2
    Last Post: 05-08-2008, 02:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,908,656.24998 seconds with 16 queries