Hi, all,

I have a question here, may be simple to you guys, but cost me a lot of time to figure it out.

What I want to do is that I want to capture the very end of the Form_Resize event.

Say, I want to resize the controls on my form, but what I want to do is not to keep triggering the resize event as I drag the right-bottom corner, but just want to resize every control on my form at the very end when the mouse is up. But in the process of dragging, the controls on the form will keep the same size. This may be weird, but what I want to do is to redraw a map, so it is really slow if I keep redrawing it.

How can I capture this event.

Thanks a lot.

Yuren

love programming!