F
Fulcrum
My program has 4 tabs with a few usercontrols that each have a lot of
controls on them. Added to that a few oleDb database connections etc.
Because of this the program spends a lot of time during
InitializeComponent() (>30sec on a P3-900MHz) I would like to display a
"splash" screen that displays the progress of InitializeComponent(). I'd
rather not edit the source of the InitializeComponent method, because Visual
Studio .NET plays around in it.
Right now I use a progressBar that slowly fills using a timer event on the
splash Form, but there is no real relation with the progress of
InitialializeComponent on the main Form.
I would really like to get some tips on alternative solutions to this
problem.
Thanks in advance for your time!
controls on them. Added to that a few oleDb database connections etc.
Because of this the program spends a lot of time during
InitializeComponent() (>30sec on a P3-900MHz) I would like to display a
"splash" screen that displays the progress of InitializeComponent(). I'd
rather not edit the source of the InitializeComponent method, because Visual
Studio .NET plays around in it.
Right now I use a progressBar that slowly fills using a timer event on the
splash Form, but there is no real relation with the progress of
InitialializeComponent on the main Form.
I would really like to get some tips on alternative solutions to this
problem.
Thanks in advance for your time!