I am looking at getting my Form resized using code, when you use a bigger monitor, than the one that I have, which is 19 inch widescreen. How can I do this and get everything right in the size up of each control and bitmap?

All I know is to use the Public Sub Form_Resize() type handler, and that is all.