Has anyone seen any generic code to re-size controls on a form when the
form resizes, not simply stretching them per ADH or Peters Software, but
using the width and height properties to actually see more information? I'm
thinking primarily of lists and contuous subforms here. I have never seen
much point simply making the form and it's controls bigger. But code that
could dynamically change the height and width of a list box, together with
the adjusting the column widths property as the form resizes would be very
useful, and I dont think too difficult, even for someone of my limited VB
coding skills. Just wondered if anyone already has such a thing before I go
off and write my own.
form resizes, not simply stretching them per ADH or Peters Software, but
using the width and height properties to actually see more information? I'm
thinking primarily of lists and contuous subforms here. I have never seen
much point simply making the form and it's controls bigger. But code that
could dynamically change the height and width of a list box, together with
the adjusting the column widths property as the form resizes would be very
useful, and I dont think too difficult, even for someone of my limited VB
coding skills. Just wondered if anyone already has such a thing before I go
off and write my own.
Comment