Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Stop autom. updating control versions in VB6
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Stop autom. updating control versions in VB6

 Post Reply Post Reply
Author
Message
Fabian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 22 November 2004
Location: Switzerland
Status: Offline
Points: 336
Post Options Post Options   Thanks (0) Thanks(0)   Quote Fabian Quote  Post ReplyReply Direct Link To This Post Topic: Stop autom. updating control versions in VB6
    Posted: 08 January 2008 at 8:17am
Hi all
 
Shame on me, but I do not know if and if yes how to to go back to an older version of CJ controls in VB6. Each time I start the VB6 IDE the CJ controls would be updated to the newest version automatically. That is fine, but how can I keep an older version with older CJ controls?
 
Thanks
Product: Xtreme SuitePro (ActiveX) version 16.2.3

Platform: Windows 7 (32bit)

Language: Visual Basic 6.0 / SP6
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 08 January 2008 at 3:18pm
Hi,
If you have both old and new versions installed VB will always bug you and you will have always answer "no".
if you don't need new version, uninstall it and manually replace version in vbp and frm files in some text editor.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Fabian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 22 November 2004
Location: Switzerland
Status: Offline
Points: 336
Post Options Post Options   Thanks (0) Thanks(0)   Quote Fabian Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2008 at 1:57am
Hi oleg
 
Thanks for your fast respose. I have 11.1.3 and 11.2.2 installed but VB6 simply replaces all controls by the newer version SILENTLY???
 
Any idea?
Thanks
Product: Xtreme SuitePro (ActiveX) version 16.2.3

Platform: Windows 7 (32bit)

Language: Visual Basic 6.0 / SP6
Back to Top
mav46 View Drop Down
Groupie
Groupie
Avatar

Joined: 10 November 2006
Location: Italy
Status: Offline
Points: 63
Post Options Post Options   Thanks (0) Thanks(0)   Quote mav46 Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2008 at 6:26am
Originally posted by Fabian Fabian wrote:

Hi oleg
 
Thanks for your fast respose. I have 11.1.3 and 11.2.2 installed but VB6 simply replaces all controls by the newer version SILENTLY???
 
Any idea?
Thanks
 
.. me too in some project, in other ask for the update ? Why ? What is the difference ?
Product: Xtreme SuitePro (ActiveX) 12.1.1
Platform: Win XP (32bit)
Language: Visual Basic 6.0 SP5
Back to Top
joeliner View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 June 2006
Status: Offline
Points: 273
Post Options Post Options   Thanks (0) Thanks(0)   Quote joeliner Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2008 at 10:21am
quite a paradox for me, as well. Try this:

Open vb file in text editor.
precheck: ensure both old and new ocxs are registered. To make sure you get the correct GUI code for each control, create a new project and add the old ocxs. Then open the project file in a text editor.

1. add the line NoControlUpgrade=1 between Helpfile="" and Command32=""
2. Ensure the Object GUI code pertains to the older version and not the new one.  e.g. Object={BD0C1912-66C3-49CC-8B12-7B347BF6C846}#11.2#0;

3. save project and open in VB.

P/s: i cant assure anyone twil work but just try. :)
Back to Top
Fabian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 22 November 2004
Location: Switzerland
Status: Offline
Points: 336
Post Options Post Options   Thanks (0) Thanks(0)   Quote Fabian Quote  Post ReplyReply Direct Link To This Post Posted: 10 January 2008 at 10:03am
That's exactly what I needed
 
Thanks a lot!
Product: Xtreme SuitePro (ActiveX) version 16.2.3

Platform: Windows 7 (32bit)

Language: Visual Basic 6.0 / SP6
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.172 seconds.