Print Page | Close Window

Is there an upsizing wizard for VB6?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=21569
Printed Date: 22 June 2024 at 11:09pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Is there an upsizing wizard for VB6?
Posted By: rgelb
Subject: Is there an upsizing wizard for VB6?
Date 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.



Replies:
Posted By: gibra
Date Posted: 02 April 2013 at 5:30am
There is my Update Controls:

http://forum.codejock.com/forum_posts.asp?TID=16449&title=update-15130908replace-vbcontrols-to-cjcontrol" rel="nofollow - http://forum.codejock.com/forum_posts.asp?TID=16449&title=update-15130908replace-vbcontrols-to-cjcontrol

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.


Wink



-------------
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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net