I understand that PB9 introduced some new functions for handling some common controls (Listview, Tab, Statusbar, etc.).
If we use them, do we still need to call InitCommonControlsEx, or is PB handling that behind the scenes? If PB is handling it, is it initializing all common controls or just the ones that are being used with PB functions?
If I want to use the DateTimepicker, for instance, does it matter if I set %NOLISTVIEW = 1 before including CommCtrl.INC?
If we use them, do we still need to call InitCommonControlsEx, or is PB handling that behind the scenes? If PB is handling it, is it initializing all common controls or just the ones that are being used with PB functions?
If I want to use the DateTimepicker, for instance, does it matter if I set %NOLISTVIEW = 1 before including CommCtrl.INC?
Comment