How do I initialize visual styles on program startup when using the ActiveX version of VBCCR? The only documentation is MountainMan's, and in the "VBCCR OCX Version Guide" section it says to call InitVisualStyles, but that procedure is only present in the StdEXE version of VisualStyles.bas. In the same section it also says, "The easiest thing to do is to include the standard module VisualStyles.bas from the StdEXE version and then in your program". Why would I include the StdEXE version of VisualStyles.bas when using the OCX? Is this an error in the documentation?