Hi!
please, help me about resizing controls(buttons,textboxes etc.) inside a windows form in VC#.
I created my application on 19“ monitor in form size: width=1292, height=1036. When i transfered mentioned application on laptop, which the largest form size are: width=1036 and height=780, i missing the most of controls.
Please, could anybody help me,how to resize my controls according to resized form, so that i can see all controls( entire contents of form) on the simplest way.
P.S. i try with Anchor and Dock but didn't help
Thank You very much.