Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Is there an upsizing wizard for VB6?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Is there an upsizing wizard for VB6?

 Post Reply Post Reply
Author
Message
rgelb View Drop Down
Newbie
Newbie


Joined: 14 March 2008
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote rgelb Quote  Post ReplyReply Direct Link To This Post Topic: Is there an upsizing wizard for VB6?
    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.
Back to Top
gibra View Drop Down
Senior Member
Senior Member


Joined: 31 October 2008
Location: Italy
Status: Offline
Points: 288
Post Options Post Options   Thanks (0) Thanks(0)   Quote gibra Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2013 at 5:30am
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.


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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.