Posted by: TSEKERIS G.
Hi...
how can i 2 row to object tittle push button ?????
George
Posted by: TSEKERIS G.
Posted by: Sebastien Huleux
Code: Select all
WM_CREATE = 0x0001
BS_MULTILINE = 0x00002000
GWL_STYLE = -16
Code: Select all
On WM_CREATE
Call SetWindowLongA( hWndItem, GWL_STYLE, GetWindowLongA( hWndItem, GWL_STYLE ) | BS_MULTILINE )
On SAM_Create
Call SalSetWindowText( hWndItem, 'Line One' || SalNumberToChar( 13 ) || SalNumberToChar( 10 ) || 'Line Two' )
Users browsing this forum: [Ccbot] and 0 guests