setup for the VBA startup form

Discussion in 'AutoCAD' started by Richard Khaw, Feb 12, 2004.

  1. Richard Khaw

    Richard Khaw Guest

    AutoCAD/VBA Helper

    (1) How do I set one of the userforms to be a startup form?
    (2) How do I compile the dvb to exe?

    Thanks ahead.
    Richard
    Torrance, California
     
    Richard Khaw, Feb 12, 2004
    #1
  2. You'll need VB.
     
    Jorge Jimenez, Feb 13, 2004
    #2
  3. (1) How do I set one of the userforms to be a startup form?
    What do you mean exactly by startup form? A form can only be called by a
    sub with vba. But if you are talking about whenver AutoCAD starts, you
    can call the module, which calls the sub using the acad.dvb file and
    naming the calling sub Acadstartup.
    You don't. By definition, vba requires a host. To create an EXE you need
    full VB.

    ___________________________
    Mike Tuersley
    CADalyst's AutoCAD Clinic
    Rand IMAGINiT Technologies
     
    Mike Tuersley, Feb 16, 2004
    #3
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.