mpappert
Well-known member
Im not sure if there is a solution to this or not, but I find that VB.NET executes slower than VB6!
Ive created a form (in both VB6 and VB.NET) with the following components:
- Two Text Fields (txtUsername and txtPassword)
- Two Labels (lblUsername and lblPassword)
- One Label (lblCopyright)
The form also has its background property set to a GIF image (13kb).
Additionally, the text fields are not VB.NET native they are Infragistics UltraTextEditor fields with the "etched style" (but Ive compared the execution time with the standard VB.NET button control and noticed no change in speed).
The BackColor property is set to 0 - Transparent on all labels.
When I run this form from VB6 the screen pops up without any delays, however, when I run this form from VB.NET the screen "paints" on and displays in about 1.5 seconds.
Is there something I should be doing to make this form "load" faster?
TIA!
M.
Ive created a form (in both VB6 and VB.NET) with the following components:
- Two Text Fields (txtUsername and txtPassword)
- Two Labels (lblUsername and lblPassword)
- One Label (lblCopyright)
The form also has its background property set to a GIF image (13kb).
Additionally, the text fields are not VB.NET native they are Infragistics UltraTextEditor fields with the "etched style" (but Ive compared the execution time with the standard VB.NET button control and noticed no change in speed).
The BackColor property is set to 0 - Transparent on all labels.
When I run this form from VB6 the screen pops up without any delays, however, when I run this form from VB.NET the screen "paints" on and displays in about 1.5 seconds.
Is there something I should be doing to make this form "load" faster?
TIA!
M.