1. [WIN] multiple lines of text on a button?
Can anyone tell me how to put multiple lines of text on a push button
control?
Dan Moyer
2. Re: [WIN] multiple lines of text on a button?
Dan B Moyer writes:
> Can anyone tell me how to put multiple lines of text on a push button
control?
Create the button with the style BS_MULTILINE and then imbed a \n in the
text.
3. Re: [WIN] multiple lines of text on a button?
Hey, it works!
Thank Ken!
Dan
----- Original Message -----
From: "Ken Roger"
Subject: Re: [WIN] multiple lines of text on a button?
> Dan B Moyer writes:
> > Can anyone tell me how to put multiple lines of text on a push button
> control?
>
> Create the button with the style BS_MULTILINE and then imbed a \n in the
> text.