Re: Panel Control Migration
AXSSPanel sounds like a Sheridan control.
In .NET a panel behaves like a groupbox in that you can host other controls in it.
You will need to look at the behaviour it exhibits in the VB6 app and then determine if you do only require grouping functionality because I know some of the Sheridan controls provided other functionality like anchoring and sizing.
Having had a quick Google about though, it does look like it's just another container control. Try typing SSPanel and Sheridan into Google.
Hope this helps.
Re: Panel Control Migration
Hi
Installing vb6 on your dev. machine might solve the licensing issue.
Regards
Jorge
1 Attachment(s)
Re: Panel Control Migration
I replaced the damn thing with groupbox controls. I am still facing a problem trying to get things up. the first form won't even load up in design view. :(
Re: Panel Control Migration
Quote:
Originally Posted by Asgorath
Hi
Installing vb6 on your dev. machine might solve the licensing issue.
Regards
Jorge
Hey this is not working. I have got both VB5 and VS.NET on the machine.
Re: Panel Control Migration
It would only work if the sheridan control was part of the VB5/6 installs which it's not. It's a third party component that your company has purchased and doesn't ship with VB.
Is there anyone who can tell you what it is/where you can get the install from?
If not, take a look in the code behind file. The task list should reveal any errors in the file that you can comment out.
You also need to remove any references to AxThreeD