Hi,
Is there any way in winforms that on change of any text, back color will change.... like dirty bit... want to do via appstyling..??? so that it should be applied to whole application ..
Thanks
rohit
Thanks Mike
You could do this in one of two ways.
1) You could load a different isl file when the "dirty" state changes.
2) You could modify the style information that is currently in memory and change the color. There's some sample code here that shows how to change the font, rather than the BackColor, but it should point you in the right direction.
I mean, on change of Text of a text box or comboboc...etc.... we can change the back color etc.....