props and methods not prompting in VB6...

Discussion in 'AutoCAD' started by James Maeding, Jan 28, 2005.

  1. Hello,
    I am making an dll in VB6 to do some manipulation of LDT objects.
    I have reasons why I am making the dll, I intend to use it in a lisp.
    I referenced the Land1.2 type library.

    The class I am doing has this at the top:

    Private mobjLDTApp As AeccApplication

    The problem is the prop/methods will not pop up for that object within a sub.
    When I type the . after the mobjLDTApp, I do not get the popup list like normal.
    There must be a simple reason for this.

    'function to create array of available alignment names
    Public Sub GetAligns()
    mobjLDTApp. ?????no popup???
    End Sub

    Thanks
    James Maeding
    jmaeding at hunsaker dot com
    Civil Engineer/Programmer
     
    James Maeding, Jan 28, 2005
    #1
  2. never mind, it was an error in a line of code before the function...

    James Maeding <jmaeding at hunsaker dot com>
    |>Hello,
    |>I am making an dll in VB6 to do some manipulation of LDT objects.
    |>I have reasons why I am making the dll, I intend to use it in a lisp.
    |>I referenced the Land1.2 type library.
    |>
    |>The class I am doing has this at the top:
    |>
    |>Private mobjLDTApp As AeccApplication
    |>
    |>The problem is the prop/methods will not pop up for that object within a sub.
    |>When I type the . after the mobjLDTApp, I do not get the popup list like normal.
    |>There must be a simple reason for this.
    |>
    |>'function to create array of available alignment names
    |>Public Sub GetAligns()
    |> mobjLDTApp. ?????no popup???
    |>End Sub
    |>
    |>Thanks
    |>James Maeding
    |>jmaeding at hunsaker dot com
    |>Civil Engineer/Programmer

    James Maeding
    jmaeding at hunsaker dot com
    Civil Engineer/Programmer
     
    James Maeding, Jan 28, 2005
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.