InitCommonControls() what the heck does that do?
Printable View
InitCommonControls() what the heck does that do?
It ensures the windows common control libraries are loaded in memory. Usually, you have to call this before using some of the more 'advanced' controls.
hmmm.
alright, sounds good.
Thanks.