Put Tooltip on BUTTONBMP class

Post Reply
areang
Posts: 128
Joined: Mon Jul 31, 2006 3:23 pm

Put Tooltip on BUTTONBMP class

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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"
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply