Results 1 to 1 of 1

Thread: classes*RESOLVED*

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member chuddy's Avatar
    Join Date
    Oct 2002
    Posts
    333

    classes*RESOLVED*

    If I want to use classes in a regular VB project do i need to compile the code into a dll or ocx before it can be incorporated into the project?

    I have some cls files in my project, but cannot instanciate from these... any suggestions?

    Cheers!

    -----
    edited
    - sorry... my mistake. Forgot that VB is not case sensitive...

    made Goat class...
    and then did:

    Code:
    dim goat as Goat
    set goat = new Goat
    doh!
    Last edited by chuddy; Dec 10th, 2003 at 12:06 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