IonicWind Software

IWBasic => General Questions => Topic started by: Brian on March 22, 2021, 04:16:37 AM

Title: Common Controls
Post by: Brian on March 22, 2021, 04:16:37 AM
Info, please,

When you use $include "commctrl.inc" in your program, is it always a given that you should also include the line 'InitCommonControls()' as well?

And what is the difference between InitCommonControls() and InitCommonControlsEx()? And if you use either, are both calls using the same "commctrl.inc"?

Brian