View Single Post
Join Date: Jun 2005
Posts: 22
Reputation: EricaJanine is an unknown quantity at this point 
Solved Threads: 0
EricaJanine's Avatar
EricaJanine EricaJanine is offline Offline
Newbie Poster

Re: USING CLASSES in VB6

 
0
  #5
Jun 9th, 2005
Also, the main thing about a class is that it is not a module (.bas) file. Like it was already stated, you can create an instance of a class and access all of its public methods and members.

Did that clear everything up, or do you still have questions?



Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1.  
  2. if (codeWritten = true) and (codePosted = true) then
  3. objComatose.happy = true
  4. else
  5. objComatose.rant = true
  6. end if
Reply With Quote