-
Re: How to add the Slider Control to SW VBA userform ?
Deepak Gupta Jan 11, 2016 6:13 AM (in response to Vincent Li)-
Re: How to add the Slider Control to SW VBA userform ?
Vincent Li Jan 11, 2016 8:46 PM (in response to Deepak Gupta)the slider bar I posted was on a macro run on SW2011, but fail in SW2015.
the SR told me that ,
SolidWorks 2013 SP0, and later, include
a new version of Microsoft Visual Basic for Applications (VBA 7), which
supports both 32-bit and 64-bit systems.The problem here is that the 64-bit
install does not support common controls of MSComCtl (TabStrip, Toolbar,
StatusBar, ProgressBar, TreeView, ListViews, ImageList, Slider, ImageComboBox)
or MSComCt2 (Animation, UpDown, MonthView, DateTimePicker, FlatScrollBar) so
legacy 32-bit code ported to 64-bit VBA code that depends on these common
controls will not function.For more information on VBA 7 please see
http://msdn.microsoft.com/en-us/library/ee691831.aspx
also see the information available on SolidWorks forum https://forum.solidworks.com/docs/DOC-2141I want to fix that macro on SW2015. So I need to try other way to handle it.
thank you
regards
Vincent
-