Originally posted by Dale Yarker
View Post

FWIW, when I use PBForms to design dialogs, which I do frequently, I never save back into PBEdit. I just do a "View DDT code" and copy/paste the relevant DIALOG and CONSTANTS sections. I never use any of the other #PBFORMS blocks - including the #PBFOORMS INCLUDE block
And frequently I don't have ANY include files.
IOW I never have any InitCommonControls(Ex) statements, yet I've never experienced any problems.
and the includes for both PBWin 9 and 10 have DECLAREs for InitCommonControlsEx not InitCommonControls (no Ex).
Comment