B
Bernie Yaeger
I'm having more difficulty than I expected.
When I run this in a form's load event:
Dim iwidth As Int32
iwidth = SystemInformation.PrimaryMonitorSize.Width
me.scale(iwidth / 1280)
The controls' text is not changed as you would expect. So the text is
truncated in several of the labels and buttons, etc, and the layout of
controls is also somewhat bizarre. Any ideas as to how I can solve this?
Doing a loop on the scale method for each control in the form doesn't seem
to help.
Thanks for your assistance.
Bernie Yaeger
When I run this in a form's load event:
Dim iwidth As Int32
iwidth = SystemInformation.PrimaryMonitorSize.Width
me.scale(iwidth / 1280)
The controls' text is not changed as you would expect. So the text is
truncated in several of the labels and buttons, etc, and the layout of
controls is also somewhat bizarre. Any ideas as to how I can solve this?
Doing a loop on the scale method for each control in the form doesn't seem
to help.
Thanks for your assistance.
Bernie Yaeger