How to modify CListBox's style?
C / C++ / MFC
6
Posts
4
Posters
0
Views
1
Watching
-
alan top wrote:
How to modify CListBox's style?
Refer
ModifyStyle
orModifyStyleEx
orSetWindowLong
.
Nibu thomas A Developer Programming tips[^] My site[^]
-
CListBox m_List; m_List.ModifyStyle(...);_**
**_
whitesky
-
CListBox m_List; m_List.ModifyStyle(...);_**
**_
whitesky
-
I use m_ListBox.ModifyStyle(0, LBS_MULTIPLESEL), but don't modify its style to "multiple". why? thanks! alantop
-
I use m_ListBox.ModifyStyle(0, LBS_MULTIPLESEL), but don't modify its style to "multiple". why? thanks! alantop
Are you sure that style can be changed at run-time? Some can, other can't.
"The largest fire starts but with the smallest spark." - David Crow