Here are a few ideas:
Get a faster computer
Make sure the program file is defragmented. If Sleuthkit istat shows only one cluster run, it will load faster than if the OS has to bounce all over the disk to get the data.
If you use Automation libraries, you can reduce load time by unchecking them in Automation Library References. Unfortunately you can only do this if you're not declaring object variables or using Controls or Events. The CreateObject call is all that's strictly necessary. There are probably similar tips for .NET (dynamically loading assemblies for instance).
Provide a small program that displays a "splash" screen and then loads the main program.
-SHAWN-
---
You are currently subscribed to vrf as: ming_meng@agilent.com To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive".
Search the Agilent vrf archive at "http://vee.engineering.agilent.com".
Get a faster computer
Make sure the program file is defragmented. If Sleuthkit istat shows only one cluster run, it will load faster than if the OS has to bounce all over the disk to get the data.
If you use Automation libraries, you can reduce load time by unchecking them in Automation Library References. Unfortunately you can only do this if you're not declaring object variables or using Controls or Events. The CreateObject call is all that's strictly necessary. There are probably similar tips for .NET (dynamically loading assemblies for instance).
Provide a small program that displays a "splash" screen and then loads the main program.
-SHAWN-
---
You are currently subscribed to vrf as: ming_meng@agilent.com To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive".
Search the Agilent vrf archive at "http://vee.engineering.agilent.com".
As my VEE program is getting bigger, it takes longer time to launch it on VEE Runtime version. And it doesn’t look beautiful showing the grey-colored launching screen of VEE Runtime version until it is ready.
Any idea will be appreciated, to reduce the VEE Runtime launching time. Or could we just hide the grey-colored launching screen and show other fake image?
Regards,
JC Park
---
You are currently subscribed to vrf as: ming_meng@agilent.com
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive".
Search the Agilent vrf archive at "http://vee.engineering.agilent.com".