SBendBuckeye
Programmer
Hello All,
We have a huge ugly form with multiple tabs on it. It is very unwieldy. I am in the process of splitting the data off into separate forms, 1 per tab. So I have TabPage1, frmTabPage1, etc.
I have already loaded several static datatables via multithreading to speed up load time. I would like to do something similar with the forms, eg open them using multiple threads (using delegates of course) and then only show them when the user clicks a given tab the first time.
The logic behind this is that most users only use a subset of the tabs on the form. Any ideas, suggestions, etc would be much appreciated. Thanks in advance!
Have a great day!
j2consulting@yahoo.com
We have a huge ugly form with multiple tabs on it. It is very unwieldy. I am in the process of splitting the data off into separate forms, 1 per tab. So I have TabPage1, frmTabPage1, etc.
I have already loaded several static datatables via multithreading to speed up load time. I would like to do something similar with the forms, eg open them using multiple threads (using delegates of course) and then only show them when the user clicks a given tab the first time.
The logic behind this is that most users only use a subset of the tabs on the form. Any ideas, suggestions, etc would be much appreciated. Thanks in advance!
Have a great day!
j2consulting@yahoo.com