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
Regards
Areang
Code: Select all
@10,10 BUTTONBMP "Delete" SIZE 30,12 BITMAP "button.bmp" TEXTRIGHT of oDlg
Code: Select all
@10,10 BUTTONBMP oBtn PROMPT "Delete" SIZE 30,12 BITMAP "button.bmp" TEXTRIGHT of oDlg
oBtn:cToolTip = "The tooltip text"