Replace SSTab with Codejock Tab Control |
Post Reply |
Author | |
Shragel
Groupie Joined: 15 May 2006 Status: Offline Points: 48 |
Post Options
Thanks(0)
Posted: 09 July 2007 at 7:06pm |
I have a large vb6 project that has alot of the SStab controls.
Is there any automatic way to change from the sstab control to the Codejock control? |
|
Shragel
Groupie Joined: 15 May 2006 Status: Offline Points: 48 |
Post Options
Thanks(0)
|
Didn't anybody have to do this?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Think you can try manually change controls in header of frm files in some text editor.
you need change class name and rename some properties:
from
Begin TabDlg.SSTab SSTab1
TabCaption(0) = "Tab 0" to
Begin XtremeSuiteControls.TabControl SSTab1
Item(0).Caption = "Tab 0"
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Shragel
Groupie Joined: 15 May 2006 Status: Offline Points: 48 |
Post Options
Thanks(0)
|
Is there a automated migration utility available?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
No.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |