im having an MDI form with child forms, when a user loads a
child form,
it takes a few seconds to initialize all the controls on the
form, i
want to use a Progress bar to show the progress,
is there a technique to do so in an easy way? I think its
only possible
that the child form sets the value manually, so every time a
control is
loaded i have to set the value, that implies that when later
i want to
add a control to the form, i have to change all the values,
i want to
find a way that is more common, any ideas?
|