If I have more than one form in an Application where these forms are all started by an header form, I would like to have each of them styled differently according to userparameters. It looks like this has worked before but no longer. When I start the first form it gets the correct style (lets say Office-2007-blue). Then I start the second form which e.g. is styles "Claymation". As soon as this style is set the other form changes the style too.
Can I do something to avoid that - so that a style which is set does not change?
TIA
Josef
Hello Josef,
Maybe one possible approach could be if you are using StyleLibraryName. By this way you could load two or more styles into your StyleManager and use different styles for each of your controls. I made small sample for you. Please take a look at the attached sample and let me know if you have any questions.
Regards