Form size

  • Thread starter Thread starter Andreas Schulz
  • Start date Start date
A

Andreas Schulz

Hi,

I want to create a windows form that is not full size. That is it should
be about 80px in height and full screen width. Setting the size
properties is no problem. But how do I place that form at the bottom of
my ppc screen as a modal dialog?

Thanks
 
Andreas,

You need to change the FormBorderStyle property of your form from
FixedSingle to None and then change your form size and to place it near the
bottom of the screen you will need to change the Location or X and Y
properties.

Regards,
Neville Lang
 
Back
Top