Runtime Dimension Switching: Excluded Controls

To implement runtime dimension switching, VBLM stores dimension data and inserts code that reads it and resizes forms and controls. Some control classes, however (timers for example), should not be moved or resized even though they may have origin properties. Because this distinction is arbitrary, VBLM maintains an editable list of control classes that should not be resized. The list includes CommonDialog, ImageList, Menu, and Timer by default, but you can add to it using the pseudo-listbox on the Controls Excluded from Dimension Switching page of the Build window.

image\NO_RDS_CONTROLS.gif

See Also

Runtime Dimension Switching Overview

Implementing RDS