User (Legacy) Posted April 7, 2002 Report Posted April 7, 2002 hi, I am using ChartFX 98 along with MFC. I have created a custom toolbar and custom commands without any problem, but I was unable to find any informationon how to make a icon inactive(grayed out) on a toolbar. Can someone please drop some hints? Thank You. Jason
Software FX Posted April 15, 2002 Report Posted April 15, 2002 For Custom commands, you need to set the Enabled property to False. For example: ChartFX1.Command(1).Enabled = False -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.