Click here to Skip to main content
15,899,126 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need a 3 position toggle switch implementation in VC++. If we are clicking in the top, the "top toggle" position should show. if middle, the position should show middle. If click low, the position should show bottom. Kindly give any sample for this.

Sree
Posted
Comments
[no name] 3-Dec-12 0:09am    
for console app ??

1 solution

You could start by looking at the 3-state checkbox control[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900