NextYearSox
Active Member
- Joined
- Oct 24, 2003
- Messages
- 287
I have a number of shapes that I am using as buttons (hotspots) to launch various subroutines (basically, they are being used as sorting buttons). I have these shapes grouped together such that they maintain their physical proximity to each other.
When each button is clicked, I'd like it to be highlighted (i.e., the background is turned yellow, or the text is bold, etc.). However, because they are grouped together, I am unable to do so within VB (I can manually). I thought that I might get around this problem by: (1) ungrouping the buttons; (2) highlighting the button; and (3) re-grouping the buttons. However, each time I regroup, the name of the group changes; so this doesn't seem to be a workable solution.
Any ideas on how to skin this particular cat?
When each button is clicked, I'd like it to be highlighted (i.e., the background is turned yellow, or the text is bold, etc.). However, because they are grouped together, I am unable to do so within VB (I can manually). I thought that I might get around this problem by: (1) ungrouping the buttons; (2) highlighting the button; and (3) re-grouping the buttons. However, each time I regroup, the name of the group changes; so this doesn't seem to be a workable solution.
Any ideas on how to skin this particular cat?