Cooi,

I searched MSDN for the control events for Resized and SizeChanged and found that there is a slight difference in these two events. The resized event is fired when the control is resized. The SizeChanged is fired when any of the Size properties are changed.

So, IF i am reading the MSDN library correctly (and someone please correct me if I am wrong), when the end user changes the size of a control, the resize event would fire and then the SizeChanged event would fire. If the size of a control is changed programmatically the SizeChanged event would fire and then the resize would fire.

I had never really thought about the order of these events and never had any issue to use them, so I hope I am reading the information correctly ... anyone else???


Thanks
Robert