UP Down Control not registered in VB6 after port to win7 32bit
I'm stuck with a VB6 app until I get it converted to LINUX and c++
I got everything working except this up down control
Does anyone know what active x library it is in?
Or what lib or .ocx I have to include in the project to get the control recognized again?
Thanks in advance for help
Re: UP Down Control not registered in VB6 after port to win7 32bit
You will find it in the toolbox under Windows Common Controls -2 6.0. (Right click on the toolbox).
Re: UP Down Control not registered in VB6 after port to win7 32bit
Quote:
Originally Posted by
Steve Grant
You will find it in the toolbox under Windows Common Controls -2 6.0. (Right click on the toolbox).
Thank you Steve