performance??

P

Piedro

Hi group I'm writing an application for calculating prices and stuff.
On my pc(P4 2,4GHz 512MB Ram ) it works just fine but if I test it on
a pentium 1 or 2 with 64 MB RAM it obviously is slower. But it seems
that the app goes slow if I use a lot of property's, for example I've
got a form with a tabcontrol and 3 tabpages, on each tabpage is a
usercontrol. On the first screen the user needs to select all kinds of
stuff and this needs to be transfered to the 2nd tabpage, so in my
user controls I've made for example 9 propertys and when I change the
tabpage I pass on my propertys to the next usercontrol (for example if
I change from tabpage1 to the tabpage2: usercontrol2.user =
usercontrol1.user and the same for the other 8 property's) and this
takes a lot of time (5 seconds before the next tabpage shows).
I've also got another form with a tabcontrol and 4 tabpages, and they
work just fine because here I only pass 1 property (the switch between
the tabpages only takes a split second). Can someone advice me how to
make it faster.

thnx in advance Peter
 
P

Piedro

Thnx Cor

I've only had quick glance but it will probably help me a lot.

Thnx again Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top