Print Page | Close Window

Take too long time to initialize a form??

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=13637
Printed Date: 27 April 2024 at 12:44pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Take too long time to initialize a form??
Posted By: 23228229
Subject: Take too long time to initialize a form??
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net