IonicWind Software

IWBasic => General Questions => Topic started by: Robert34 on June 30, 2009, 06:03:03 PM

Title: Left justify text in button
Post by: Robert34 on June 30, 2009, 06:03:03 PM
Is it possible to left justify the text in a button control?
Is there a list of the style flags that apply to controls?

Thanks,
Robert
Title: Re: Left justify text in button
Post by: sapero on July 01, 2009, 01:33:42 AM
It should be working with BS_LEFT bit (0x100). The list of ther styles you can wind in winuser.inc or beter in the downloadable help framework from Microsoft - huge (about 1GB) MSDN or older, small (about 200MB) but still good Platform SDK for windows Server 2003.
Here's the latest release: Microsoft Windows SDK for Windows 7 (http://www.microsoft.com/downloads/details.aspx?familyid=6DB1F17F-5F1E-4E54-A331-C32285CDDE0C&displaylang=en)
Title: Re: Left justify text in button
Post by: aurelCB on July 01, 2009, 04:56:35 AM
Just one suggestion.
For quick view on control styles i always use
freeware ResEd - resource editor.
http://radasm.110mb.com/resed/index.html