Page 1 of 1

Put Tooltip on BUTTONBMP class

Posted: Fri Dec 29, 2006 4:55 am
by areang
Mr. Antonio/Mr. Enrico

How to add tooltip on BUTTONBMP class ?

This is original code from sample directory :

Code: Select all

@10,10 BUTTONBMP "Delete" SIZE 30,12 BITMAP "button.bmp" TEXTRIGHT of oDlg
Thank's

Regards
Areang

Posted: Fri Dec 29, 2006 6:59 am
by Antonio Linares
Areang,

Code: Select all

@10,10 BUTTONBMP oBtn PROMPT "Delete" SIZE 30,12 BITMAP "button.bmp" TEXTRIGHT of oDlg
oBtn:cToolTip = "The tooltip text"