The question goes to Microsoft insiders (employees). Are there any new classes, controls, etc...? Software is too expensive to build cheaply...
A
Andrew Komiagin
@Andrew Komiagin
Posts
-
Does anybody know what's new in MFC 8.0? -
CTreeCtrl weird problemThis is a known issue. There is a MS article about that. The problem can be resolved by calling SetRedraw(TRUE). Example: DeleteAllItems(); SetRedraw(TRUE); InsertItem(...); The problem is that DeleteAllItems resets internal counter (number of items) to -1 instead of 0.