|
-
July 31st, 2006, 09:27 PM
#1
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
-
August 1st, 2006, 01:45 AM
#2
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.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|