Hi!
How to change the button caption/text align.
The button caption/text default is center align, I want some button caption left align .
Best regard !
Shuming Wang
@ nRow,nCol BUTTON oBtn PROMPT "LeftAlign" SIZE 300,90 PIXEL OF oDlg
if Empty( oBtn:hWnd )
oBtn:nStyle += BS_LEFT
else
oBtn:WinStyle( BS_LEFT, .t. )
endif
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Carles and 111 guests