Re: [perl-win32-gui-users] Vertical line spacing and a Win98/WinXP issue

2010-09-25 Thread Kevin Marshall
John, Question 1: After looking through the Windows SDK docs, as far as I can tell, labels don't allow you to set the line spacing of the text. The best I can think of is to either choose a font with a large line spacing, or you could create an owner drawn control and draw the text yourself.

Re: [perl-win32-gui-users] Vertical line spacing and a Win98/WinXP issue

2010-09-25 Thread Hulley, Rob (APJ GCC Storage TPM)
You could try the "style" common option parameter. I think one of them is line-height. -pushstyle -pushstyle => NUMBER Add the specified styles to the window's style mask. This option can be repeated multiple times, or values can be 'or'ed together. -Original Message- From: John Whit