1. [WIN] multiple lines of text on a button?
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Nov 14, 2000
- 553 views
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?
- Posted by Ken Roger <kennethroger at PRODIGY.NET> Nov 14, 2000
- 506 views
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?
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Nov 14, 2000
- 520 views
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.