Disabling Some items in ComboBox
C#
4
Posts
2
Posters
0
Views
1
Watching
-
hi, Item Means List Content. ************************** S r e e j i t h N a i r **************************
-
hi, Item Means List Content. ************************** S r e e j i t h N a i r **************************
-
Absolutely yes, I've found similar article but was done in VC++ 6.0 and I don't know how to convert it to C#..
hi, Change your DrawMode property of combobox to OwnerDrawVariable. And then try to override the DrawItem event of your combobox. Note : "DrawItemState enumeration" use this keyword to find help from MSDN. ************************** S r e e j i t h N a i r **************************