- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Use check boxes. Change the appearance to Sunken Circle. Let's say the check boxes are named CheckBox1 and CheckBox2. In the change event of CheckBox1 put:
CheckBox2.rawValue=0;
and for CheckBox2:
CheckBox1.rawValue=0;
Kyle
Views
Replies
0 Likes
Total Likes