Hi,
I want to implment styles in winform application. I found below link:
http://www.codeproject.com/cs/miscctrl/WinFormStyleSheet.asp
My question is how can I add another control (lable/textbox) within single file (ErrorLabel.cs in example) andalso disposing control?
also what are alternative ways to use stylesheet in winform appliation? Right now, Iam using a methodwhich find control on form and applying style accordingly.
Thanks