|
-
Apr 2nd, 2003, 01:14 AM
#1
Thread Starter
Lively Member
Large resource file. Slow form load
I have a form (using VB.net) that has tons of controls in it and it takes like 10 seconds just to load it.
I suspect that it's because the resource file (.resx) is around 1.3 MB.
Does anyone know of a way to reduce the size of the of the resource file or the overal time it takes to load up the form?
-
Apr 2nd, 2003, 01:27 AM
#2
Take some of the controls off of the form. Split some stuff off on to other forms.
-
Apr 2nd, 2003, 05:56 AM
#3
Thread Starter
Lively Member
No option for that since it's a user requirement to have all those stuffs in the same form. The things make perfect sense in the same form, with tab pages.
-
Apr 2nd, 2003, 10:05 AM
#4
Frenzied Member
-
Apr 3rd, 2003, 03:17 AM
#5
Thread Starter
Lively Member
I've tried the compiling for RELEASE with the optimization thingies turned on. Make a few milliseconds difference ; (
And I'm already preloading the dll that form is in by creating an instance of the form during startup while showing the splash screen. Still takes very long to load the form when it's actually shown using the .Show function.
-
Apr 3rd, 2003, 11:47 AM
#6
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|