F flester New member Local time Today, 15:04 Joined Aug 26, 2002 Messages 8 Feb 2, 2006 #1 How do you make both the text and the icon visible on a command button? If the 'Picture' propery is set, I can't see the text.
How do you make both the text and the icon visible on a command button? If the 'Picture' propery is set, I can't see the text.
ghudson Registered User. Local time Today, 10:04 Joined Jun 8, 2002 Messages 6,194 Feb 2, 2006 #2 You can not have it both ways. Just put your text in the "ControlTip Text" property of the command button. As with most Windows apps the control tip will tell the user what the button will do when they hover their mouse pointer over it.
You can not have it both ways. Just put your text in the "ControlTip Text" property of the command button. As with most Windows apps the control tip will tell the user what the button will do when they hover their mouse pointer over it.
M MStCyr New member Local time Today, 10:04 Joined Sep 18, 2003 Messages 333 Feb 2, 2006 #3 I use Delphi to create the buttons that require both text and glyph ( image ), then I simply copy/save and import the button onto the required form.
I use Delphi to create the buttons that require both text and glyph ( image ), then I simply copy/save and import the button onto the required form.