How do lappling CSS to windows application
-
lm working on central bakery system and l want to fix the look of my forms is it possible to use CSS on windows application forms lm using C# on visual studio 2008
-
lm working on central bakery system and l want to fix the look of my forms is it possible to use CSS on windows application forms lm using C# on visual studio 2008
CSS cannot be used for windows forms (TTBOMK). There is a company[^] selling something they claim is similar, but I've never investigated. The best you can do is define a single form with the style you want, and derive from it, but that won't give you the button, text etc styles you probably want.
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
-
CSS cannot be used for windows forms (TTBOMK). There is a company[^] selling something they claim is similar, but I've never investigated. The best you can do is define a single form with the style you want, and derive from it, but that won't give you the button, text etc styles you probably want.
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
can u please send me a code sample of what u are talking abt it seems like a good idea
-
can u please send me a code sample of what u are talking abt it seems like a good idea
Step one: Create a form that looks like what you want. Call it "GeneralForm" Step two: Create a new form. Where it says "public partial class Form1 : Form" change "Form" to "GeneralForm" Step three: Learn what you are being paid for?
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones