Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
395
UltraFormManager on base form?
posted

Hi,
We are working on a large conversion from vb6 to vb.net and we'd like to have a base form that has the ultraformmanger control on it rather than adding it to each form. 

We have setup a form with this on which we inherit from, however the forms don't get skinned.

Any ideas on how to get this working?

Regards
Chris

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Chris,

    I tried this out in a very simple sample where I put an UltraFormManager on Form1 and then created Form2 which derives from Form1. Form2 displays in the Office2007 style both at run-time and design-time for me. So I'm not sure why it's not working for you.

    What version of the controls are you using? Do you have the latest service release?

    How to get the latest service release - Infragistics Community

    If that doesn't help, then there must be some particular set of property setting you are using in your application that is causing this. Can you reproduce the issue in a small sample?

Children