Hello, Does MFC provide us with a check list control. If not, how can I do it? I need to build multi columns list with a check box at the left. Thanks, With Best Regards, Rula Ghabbiesh.
R
Rula Ghabbiesh
@Rula Ghabbiesh
Posts
-
Check list control -
Where I have to call CoUnInitialize function if I have COM interfaces in (MFC) application main class?It doesn't solve my problem. The same crash will happen when the application releases smart pointers members.:)
-
Where I have to call CoUnInitialize function if I have COM interfaces in (MFC) application main class?I couldn't call CoUnInitialize function in ExitInstance or in class destructor(there will be crash), since I have COM interfaces (member variables)in application main class,(They are smart pointers),so a calling to COM interfaces release function will make the problem.