-
Interface apperance
I am doing a desktop application in C#. I want to change the appearance of the windows in the porject. It want to avoid the common windows appearance. I want to get a MAC like apperance. Can anyone please tell me an idea for achieving this in C#.
Thanks
Hari
-
Re: Interface apperance
You can write your own modification of every control a implement your own OnPaint() method in it... I think it is not good idea. But I think that your gould sohuld be easier achieved with WPF (http://msdn.microsoft.com/winfx/tech...n/default.aspx, former known as Avalon), which should be part of Windows Vista. I cannot imagine other approach.