Hello,
When we run this code the application in production (on many client systems) is hanging the application.
if (style == 1) { if (System.IO.File.Exists…
I'm using the sample style Office2007Black.isl and loading that in Main() with the StyleManager. My question is, I want to allow my users to choose a color blend for each form that opens up.
What is the best way to go about doing this? I'd like to…
I want to make the color of a tab change on a certain event. The ISL file for the project contains the following:
<styleLibrary> <styleSets defaultStyleSet="Default"> <styleSet name="Default" viewStyle="Standard">…
Hi,
I have installed my application in a client system using click once deployment.
I included all the infragistics dlls for deployment.
After installation, when I am trying to launch the applciation it is throwing the below error.
Could you please…
I'm using the following code to style Infragistics controls:
I'm using a ToolStrip ( no I don't want to use the Infragistics control for this particular case) and I'd like to set its background to the color of a themed infragistics control. Is it possible to retrieve the different colors of a loaded theme ?…