Advertisement
1_2002 Miscellaneous #108636

Control Resizing on Form_Resize

You know... Real resize function needs some information about what to do. It cannot be done without information. The program even doesn't know what I want until I give it!!! For example, Let's say you have 4 controls. First one is command box, so it should be moved on form_resize. Second one is text box, so it should be wider or vice versa on form_resize. Third one is multi-line text box, so it should vary on width and height both. Fourth one is a label below the third one, so it should move vertically. You can DEFINE very easily how your controls should resized according to the parent form's resizing. If you are doing a lot of forms(maybe over 30, 50, 100?), this function will be very helpful.

AI

Ringkasan AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Kode Sumber
original-source
Upload
Komentar Asli (3)
Dipulihkan dari Wayback Machine