Quote Originally Posted by MountainMan View Post
Krool,

In ComCtrlsDemo there are two lines in the Main procedure in Startup.bas for which I have a question.

Code:
Call ComCtlsInitIDEStopProtection
Call InitVisualStyles
Are these two lines required when using the OCX version of your controls or does your code do these steps automatically?
Call ComCtlsInitIDEStopProtection is not needed for OCX.
The other is needed depended if your app is manifested or not to use theming.