G
Guest
Hi!
I`m creating a composite control that does some of it`s own data access.
I want a type of progress bar while the control is doing it`s thing.
(an animated gif will do, nothing fancy)
I don`t really know where to start.
I tryed starting another thread in the Render method but:
A) This seems very wastefull.
B) Nothing is displayed unti the render method is done anyway.
Maybe you guys can point me in the right direction.
Thanks!
I`m creating a composite control that does some of it`s own data access.
I want a type of progress bar while the control is doing it`s thing.
(an animated gif will do, nothing fancy)
I don`t really know where to start.
I tryed starting another thread in the Render method but:
A) This seems very wastefull.
B) Nothing is displayed unti the render method is done anyway.
Maybe you guys can point me in the right direction.
Thanks!