Browse By Tags

  • Style Manager Load event is hanging Application

    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…

  • Apply AppStyling with different Office2007ColorBlend on each form.

    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…

  • How can I change the color of an mdiTab that already has a style assigned to it?

    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">…

  • Issue in client system after installation.

    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…

  • How to use InboxControlStyler

    Hello,

    I'm using the following code to style Infragistics controls:

    // get a reference to the current assembly
    Assembly a = Assembly.GetExecutingAssembly();
    // load the office2007Blue stream
    Stream s = a.GetManifestResourceStream("namespace.Resources…
  • How do you retrieve colors from a theme ?

    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 ?…