Is there an upsizing wizard for VB6? |
Post Reply |
Author | |
rgelb
Newbie Joined: 14 March 2008 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 28 March 2013 at 11:02pm |
Hello, I am working with an old VB6 project with hundreds of forms full of native VB6 controls.
I'd love to replace all the native controls with SuitePro alternatives, so that the project is at least easier on the eyes. Is there a wizard or some such thing that will process the VB6 forms and replace all the native controls with their SuitePro analogs? I have Xtreme SuitePro ActiveX 2007 Vol 2 v11.2.2 (pretty old, I know). Thanks.
|
|
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
|
There is my Update Controls:
but only deal from v.12.1.0, because I don't have previous versions. Sorry. However, you can: 1. install any version of CodeJock (from 2. update your project using my UpdateControls 3. change 'by hand' the Object references into project file (VBP) 4. change 'by hand' the Object references into each forms (FRM) N.B. Step 4 require to change the 'Version' number also in designer-form (not in the code) Example of CommandBar in VBP file: Object={555E8FCC-830E-45CC-AF00-A012D5AE7451}#15.3#0; Codejock.CommandBars.v15.3.1.ocx Example of CommandBar in FRM file: Object = "{555E8FCC-830E-45CC-AF00-A012D5AE7451}#15.3#0"; "Codejock.CommandBars.v15.3.1.ocx" Note in FRM the double quotes. If FRM you need to update the _Version number, i.e.: _Version = 393216 Note that the _Version number is different by control to control. |
|
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |