Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > General Discussion
  New Posts New Posts RSS Feed - Assistance with TabControl / Project Upgrade
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Assistance with TabControl / Project Upgrade

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


Joined: 08 June 2009
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote d1rkg3ntly Quote  Post ReplyReply Direct Link To This Post Topic: Assistance with TabControl / Project Upgrade
    Posted: 08 June 2009 at 7:21am
I'm trying to upgrade a VB5 project that uses XtremeSuite Controls v11.2.2 (specifically the tab control) to VB.NET (Visual Studio 2008).

When I try to open the upgraded form in VS2008 I get the following:

Catastrophic failure(Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

Call Stack:

at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
at XtremeSuiteControls._DTabControl.get_Font()
at AxXtremeSuiteControls.AxTabControl.get_Font()
at System.Windows.Forms.Control.GetParentFont()
at System.Windows.Forms.Control.get_Font()
at System.Windows.Forms.AxHost.get_Font()
at System.Windows.Forms.Control.GetParentFont()
at System.Windows.Forms.Control.get_Font()
at System.Windows.Forms.ComboBox.get_PreferredHeight()
at System.Windows.Forms.ComboBox.get_CreateParams()
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.ComboBox.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.ControlCollection.Add(Control value)
at System.Windows.Forms.Form.ControlCollection.Add(Control value)
at System.Windows.Forms.Design.ControlDesigner.DesignerControlCollection.Add(Control c)

My assumption is that for whatever reason the XtremeSuite TabControl will not work at all in .NET.

Can anyone provide some guidance as to how we can get our forms to open, even if it's just to remove these controls?

Thanks.

DG
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: 09 June 2009 at 2:20am
Hello,
 
Yes, TabControl for VB6 users only :( Use standard TabControl from Windows Forms.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.125 seconds.