Quote Originally Posted by Krool View Post
Correct. The OCX has just an trimmed down version of VisualStyles.bas. It has only functions to determine whether theming is on or not to control if some features are available or not.
In your Std-Exe you shall use the full VisualStyles.bas and apply the InitVisualStyles and SetupVisualStyles accordingly.
I have been using the ocx for some time now. I never had any problems, I never used the InitVisualStyles and SetupVisualStyles.
From what I am reading here, it looks like I have to include the full VisualStyles.bas in every project. is this correct? if so for what purpose.
please correct me If I misunderstood.