User665608656 posted
Hi Fordyce_TPC,
According to your description, I suggest you can try using the InitCommonControls or InitCommonControlsEx API call in the Form_Initialise event of the first form your project loads.
If it doesn't work, you can also try with ExcludeModule method SkinFrameWork.ExcludeModule "Name of OCX or DLL".
Or don't apply new windows to be skinned automatically: SkinFrameWork.AutoApplyNewWindows = False and when a form has to be loaded, apply skin manually: SkinFramework.ApplyWindow(MyForm.hWnd).
For more details, you can refer to these links :
Crystal Reports Scrollbar Not Working
Scroll bars not working in preview window
Best Regards,
YongQing.