Setting form height

  • Thread starter Thread starter Michelangelo
  • Start date Start date
M

Michelangelo

Hello,

I am trying to make a form for little people, setting its height to 17. But
after the call to the property the height is 34? How do I set the height of
the form to 17?

Me.Height = 17
REM Me.Height is now 34.

Thanks
 
I am trying to make a form for little people, setting its height to 17.

/Very/ little.
But after the call to the property the height is 34?
How do I set the height of the form to 17?

I had a similar problem, but I was trying to make a very /narrow/
form.
Set the MinimumSize.Height and MaximumSize.Height as well.

Regards,
Phill W.
 
Very little indeed, but their gratetude is titanic. It works, thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top