How to add Visual Styles to your C# Application (the easy way…)
On my attempt to create new controls i havediscovered one interesting thing about a property called "FlatStyle"that is found on some controls like the Button, RadioButton, CheckBoxand so on. When we set that property to "System" the control isrendered by the running operating system. Accidentally i had set the"FlatStyle" property of the CheckBox control to "System" with anapplication manifest file into application's directory, and what Idiscovered? There's no need to create an entire control from the groundup. Now I'm trying to do an approach similar to that Visual C++ does,using a manifest file as a resource file without the need of a manifestfile into application's directory. Some times the life seems to beironic Good programming for you all.












No comments yet... Be the first to leave a reply!