How to add tooltip on BUTTONBMP class ?
This is original code from sample directory :
- Code: Select all Expand view
@10,10 BUTTONBMP "Delete" SIZE 30,12 BITMAP "button.bmp" TEXTRIGHT of oDlg
Thank's
Regards
Areang
@10,10 BUTTONBMP "Delete" SIZE 30,12 BITMAP "button.bmp" TEXTRIGHT of oDlg
@10,10 BUTTONBMP oBtn PROMPT "Delete" SIZE 30,12 BITMAP "button.bmp" TEXTRIGHT of oDlg
oBtn:cToolTip = "The tooltip text"
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Adolfo and 75 guests