Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Take too long time to initialize a form??
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Take too long time to initialize a form??

 Post Reply Post Reply
Author
Message
23228229 View Drop Down
Newbie
Newbie


Joined: 25 February 2009
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote 23228229 Quote  Post ReplyReply Direct Link To This Post Topic: Take too long time to initialize a form??
    Posted: 10 March 2009 at 12:20pm
There're about 40 menus and 10 tool buttons in my main form, the problem is I found 
it takes about 3-4 seconds to initialize the form.

Is it normal? or any idears to make it more faster? Any reply or advice will be appreciated!
 

Private sngStart  As Single

Private Sub Form_Initialize()
    sngStart = timer
End Sub
 
Private Sub Form_Load()
        Debug.Print timer - sngStart  'Return 3.0- 3.7 seconds
End Sub
 
My computer:  Intel Pentium D 3.0G CPU + 2.0 RAM + WIN 2003 SP2
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.