Results 1 to 3 of 3

Thread: Startup speed of .exe

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Chattanooga, Tennessee
    Posts
    1

    Question

    The startup time for my exe is from 20 seconds to 45 seconds after the icon is clicked. Does you have any ideas on what could be causing this? The application file is stored on the network server with approxiamately 15 users accessing it. The program is connected to an Access database. Any help you can give me will be greatly appreciated.
    Mitzi Gray
    Harwood International Corporation

  2. #2
    Guest
    Try using Me.Show to show your application right away. Maybe that'll work. My webbrowser was doing something similar, it kept freezing right at the beginning so no form would show for a while, but I forgot that I wasn't going to a certain page. I used Webbrowser1.Navigate "about:blank" along with Me.Show and it works fine now.

  3. #3
    Lively Member
    Join Date
    Aug 2000
    Posts
    114

    startup

    What does the form_Load of your startup form all do or what code does it all have in it?

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