Hello Guys,
We ve been developing windows application in .Net 2005 using infragistics components vol 3. We ve created own style, i want to apply those style programmatically to my application.Is that possible to apply via programmatically.
Thanks in Adavance
Maguesh
Did you set up "copy always" property?
that's all i've ever had to do...sorry
well actually first i was testing some Microsoft components.. as windows form components (button, textBox, Calendar) and it didnt work..
then i tried to put in the form an infragistics button with a calculator and a calendar.. also it didnt work.
so, cant i use the infragistics styles for other than infragistics controlls ???
and for infragistics controlls... what do i have to do else than adding that line of cod that loads the Style ???
thanks
App Sylist will only style infragistics controls. Are you using infragistics controls?
Also, I usually call in the constructor of the form instead of the Form_Load but either should work.
Also, I've noticed some style properties on controls...but they are usually defaulted so that they use loaded .isl. For example, StyleLibraryName, StyleSetName, UseAppStyling (should be true)
this is actually what i did yesterday... but nothing happend :S
any other suggestions ??
it didint worked at all !!!