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

    Question Antialised round corners in dialog

    Hi,

    I have a normal dialog application with round corners, (corners which doesn't look really good) and I want to give them a smoothly look.

    Any suggestions how could I do this? An example would be higly appreciated ... :)

    I use Visual .Net 2003, Windows XP and MFC :).

    Many thanks in advanced.

  2. #2
    Join Date
    Jul 2005
    Posts
    767

    Re: Antialised round corners in dialog

    Please Search CG articles / Code project or also Google before asking here.
    Here is one example I found in Code project.

  3. #3
    Join Date
    Mar 2006
    Posts
    14

    Unhappy Re: ANTIALISED round corners in dialog

    Quote Originally Posted by MrBeans
    Please Search CG articles / Code project or also Google before asking here.
    Here is one example I found in Code project.
    The example that you specified is not helpfull at all.
    The problem is not how to make the corners round, actually how to make the round corners antialised ...
    Last edited by shopgirl; May 2nd, 2006 at 08:20 AM.

  4. #4
    Join Date
    Sep 1999
    Posts
    66

    Re: Antialised round corners in dialog

    Hi,

    very good stuff about Antialiasing you will find on:
    - http://www.codeproject.com/gdi/antialias.asp
    - http://msdn2.microsoft.com/en-us/library/9t6sa8s9.aspx (gdi+)
    and some example:
    - http://www.codeproject.com/buttonctr...ButtonDemo.asp
    - http://www.codeproject.com/useritems/XAnalogClock.asp
    or ask your immediate neighbour ;-)

    See U tomorrow,
    Emil

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