| View previous topic :: View next topic |
| Author |
Message |
jwfv Valued Contributor

Joined: 19 Mar 2002 Posts: 422 Location: Beaufort, SC
|
Posted: Sun Nov 14, 2004 4:55 pm Post subject: Changing bitmap on BITBTN |
|
|
This may have been discussed before, but I couldn't find it. Is there any way to change the bitmap on a BITBTN element once it is on a dialog? _________________ Joe Floyd |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sun Nov 14, 2004 7:40 pm Post subject: |
|
|
Yes, use the following example:
DIALOG SET,<bitbtnname>,<newbmphere> _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
jwfv Valued Contributor

Joined: 19 Mar 2002 Posts: 422 Location: Beaufort, SC
|
Posted: Sun Nov 14, 2004 8:24 pm Post subject: |
|
|
Thanks! Couldn't be much simpler than that, could it?
That works great with the MOUSEOVER option with bitmap buttons. I use an alternative bitmap with underlined blue text. It really gives my app a professional appearance. It matches the look in a program I think has a nice interface - Quickbooks Customer Manager. _________________ Joe Floyd |
|
| Back to top |
|
 |
|