Results 1 to 3 of 3

Thread: Intelisense question...

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,091
    Is the intelisense feature supposed to be available when referencing a class module?

    I created a Class module named Empoyees and instantiated it from Form1 like:

    Code:
    Dim oEmp as Employees
    Set oEmp = New Employees
    but when I try to reference a property within the class such as "Name", the intelisense feature does not pop up the "Name" property after entering "oEmp." in the code..

    Am I doing something wrong? Shouldn't the intelisense feature work in this situation?

    any help would be appreciated..

    Dan

  2. #2

  3. #3
    Guest
    If the class is implemented as a DLL as long as the .dll is registered on your machine, go to to project - references and set a reference to your .dll. Intellisense will then find it.

    Otherwise just reload VB.


    [Edited by MadWorm on 11-27-2000 at 06:17 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