T
Tom P.
I am making a custom control (a ProgressBar) and was wondering how do
I force the control to paint like the base ProgressBar does? As it is
my control doesn't paint until the main execution loop let's it,
usually with Application.DoEvents. But even if I do an
Application.DoEvents() in my OnPaint it doesn't paint the control.
Thanks,
Tom P.
I force the control to paint like the base ProgressBar does? As it is
my control doesn't paint until the main execution loop let's it,
usually with Application.DoEvents. But even if I do an
Application.DoEvents() in my OnPaint it doesn't paint the control.
Thanks,
Tom P.