CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2006
    Posts
    2

    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

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    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
  •  





Click Here to Expand Forum to Full Width

Featured