When you are adding window support to a windowless control you have to remember to add
m_bWindowOnly = TRUE;
In the constructor if you want your CreateControlWindow virtual function to be called.
code snippets
When you are adding window support to a windowless control you have to remember to add
m_bWindowOnly = TRUE;
In the constructor if you want your CreateControlWindow virtual function to be called.
No comments:
Post a Comment