Results 1 to 3 of 3

Thread: "autoload" form

  1. #1
    Português - Programação Moderator Filipe Francisco's Avatar
    Join Date
    2001-12
    Location
    * PORTUGAL * Sintra *
    Posts
    859
    Login to Give a bone
    0

    Default "autoload" form

    Hi,

    I have a simple question... I guess ???

    There is a way to create a "autoload form" in vba

    For example, I load a vba routine like "Hello World", after a certain time (5 seconds) a new form automaticly run with another form. I hope you understand my


    Cheers

  2. #2
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,416
    Login to Give a bone
    0

    Default Re: "autoload" form

    Sure, one form can load another form. Just place code similar to what you used to load the first form in a module inide the first form. e.g. if you used FormA.Show, then inside FormA, like a command button procedure, FormB.Show. You can use the Timer function to introduce a delay.
    C:> ED WORKING....


    LinkedIn

  3. #3
    Português - Programação Moderator Filipe Francisco's Avatar
    Join Date
    2001-12
    Location
    * PORTUGAL * Sintra *
    Posts
    859
    Login to Give a bone
    0

    Default Re: "autoload" form

    Thank's Ed

    My best regards

Similar Threads

  1. 2014: Need Hatch pattern for "Void Form"!
    By Cosmic Traveller in forum AutoCAD General
    Replies: 1
    Last Post: 2015-02-04, 12:00 PM
  2. Replies: 0
    Last Post: 2012-06-06, 11:54 AM
  3. Thickness in "Create Form" in Revit Arch 2011
    By haraldbrynlund in forum Revit - Conceptual Design Tools
    Replies: 1
    Last Post: 2011-01-15, 11:12 PM
  4. Replies: 1
    Last Post: 2010-01-05, 09:19 AM
  5. ENTIDADES EN ALIGNMENT COMO "FIXED", "FLOTING" y "FREE"
    By cadia in forum AutoCAD Civil 3D - General
    Replies: 1
    Last Post: 2009-02-01, 04:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •