#define TTM_SETMAXTIPWIDTH (WM_USER + 24)
...
hWnd = CreateToolTip( ... )
SendMessage( hWnd, TTM_SETMAXTIPWIDTH, 0, <nNewLength> )
...
#define TTM_SETDELAYTIME (WM_USER + 3)
#define TTDT_AUTOPOP 2
...
hWnd = CreateToolTip( ... )
SendMessageDelay( hWnd, TTM_SETDELAYTIME, TTDT_AUTOPOP, 32767 )
...
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 60 guests