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
			
			
			
				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)
			
			
			
				Just one suggestion.
For quick view on control styles i always use
freeware ResEd - resource editor.
http://radasm.110mb.com/resed/index.html