is there a way to change the color of the text of a say-object when the mouse is moved over it and the cursor changes to HAND?
I did this for years with an old class called sensitive say:
- Code: Select all Expand view
REDEFINE SENSITIVE SAY geSay2 ID 903 of SuchFolder:aDialogs[2];
COLOROVER RGB( 128, 0, 0 );
BOX TRANSPARENT;
ACTION (HelpTopic(IDH_SM_CHECK))
But now in Vista the transparent painting with this old class does not work any more.
Thanks for help,
Dietmar