ATL, subclassed ListBox
Article Writing
3
Posts
2
Posters
0
Views
1
Watching
-
Ok, I've created a "full control" in atl object wizard. Edit, radio, etc - ok, except listbox nd combo. The subclassed listbox control window somehow becomes a little bit smaller, then dimensions i used in m_ctlZZZ.Create(...,rect,...) why? where to debug?
-
Ok, I've created a "full control" in atl object wizard. Edit, radio, etc - ok, except listbox nd combo. The subclassed listbox control window somehow becomes a little bit smaller, then dimensions i used in m_ctlZZZ.Create(...,rect,...) why? where to debug?
-
Use the listbox style LBS_NOINTEGRALHEIGHT to create the control. This disables the automatic resizing of the listbox ...