Win form user controls
-
Hi I wand to develop a tri state Check listed box (That allows tickboxs to be in three states: ticked, unticked and crossed.) for a win form application. There is no such control in the .Net, shall any one suggest how to do or shall I get any sample code for the same. Regards
-
Hi I wand to develop a tri state Check listed box (That allows tickboxs to be in three states: ticked, unticked and crossed.) for a win form application. There is no such control in the .Net, shall any one suggest how to do or shall I get any sample code for the same. Regards
Given that you need to draw and store three states ( and it's a pretty simple control ), I'd be inclided to create an enum for the state and derive a control from the absolute base class, and handle all events and drawing myself. Then I'd be inclined to write a CP article when I was done :-) Christian Graus - Microsoft MVP - C++