Results 1 to 2 of 2

Thread: Active X EXE

  1. #1

    Thread Starter
    Hyperactive Member DKCK's Avatar
    Join Date
    Dec 2000
    Location
    United States
    Posts
    329

    Active X EXE

    Hi,

    Can some one explain how to make a Active X EXE that will display a form when it is run? When ever I run it the form will not display.

    I changed startup object to Sub Main, added a module with a Sub Main which is supposed to show the form.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Inside Sub Main of a standard module you load your form (i.e. Form1.Show) and you may have to set the startup to sub main or the form or something in the project properties (I'm not sure).

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