I have a form that I show as a Dialog but before I show it, I reset the
form's location. I have the StartPostion set to Manual. If I have
ControlBox set to True, all works ok but if I set the form's Controlbox to
False in the Design Properties window then run my app, the bottom part of the
form doesn't show.
Why is this happening? I can reset the form's controlbox property to False
in runtime code just before I show the form and all works well but if I set
it false in the Design Mode, it doesn't show the bottom 20 or 30 so pixel
lines.
--
Dennis in Houston
form's location. I have the StartPostion set to Manual. If I have
ControlBox set to True, all works ok but if I set the form's Controlbox to
False in the Design Properties window then run my app, the bottom part of the
form doesn't show.
Why is this happening? I can reset the form's controlbox property to False
in runtime code just before I show the form and all works well but if I set
it false in the Design Mode, it doesn't show the bottom 20 or 30 so pixel
lines.
--
Dennis in Houston
Comment