A
Arnaldo Fuziy
We've created a form with a tabcontrol, 20 labels (let's call it customer)
with no events, just the basic. This form is called by the main form with
the following statement:
Dim x as new frmCustomer
frmCustomer.Show
The first call takes about five seconds to display the form. This by itself
already makes us feel quite uncomfortable for it's too long since we have no
code in it... So, the next calls to the forms increase this time in 2 or 3
seconds...
Is this OK? Does anyone could please help us with some info about that?
Thanks,
Arnaldo.
with no events, just the basic. This form is called by the main form with
the following statement:
Dim x as new frmCustomer
frmCustomer.Show
The first call takes about five seconds to display the form. This by itself
already makes us feel quite uncomfortable for it's too long since we have no
code in it... So, the next calls to the forms increase this time in 2 or 3
seconds...
Is this OK? Does anyone could please help us with some info about that?
Thanks,
Arnaldo.