Hi!

I have a progressbar IN a statusbar (by some api calls from another thread (tip by Matthew Gates))

My problem is this: I'm using the Form_resize event to change the progressbar's position accordingly (because it won't do it by itself). Whenever I'm resizing everything is fine, but when Minimizing or Maximizing the StatusBar must be (I think) resizing later because the Progressbar doesn't size also.

What should I do? Subclassing? Hooking? Swearing?

Help, please!