CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2009
    Location
    Kathmandu,Nepal
    Posts
    168

    [RESOLVED] Visual Effects!! in windows form??

    Hello Guys, What i wanted to ask is how to add different visual effects in the buttons and other areas to make it look a nicer on windows Form Application. I know It is easy on WPF using Xpression Blend but can we use same software for Windows Form? If not can we add effects on button like different effect on hover, different effect when clicked and different effect on idle stage?

  2. #2
    Join Date
    Dec 2009
    Location
    Kathmandu,Nepal
    Posts
    168

    Re: Visual Effects!! in windows form??

    BTW I meant the Button available at the Toolbox of the visual Studios.........

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Visual Effects!! in windows form??

    Sure you can do it, but it's a ton of work. Why not use WPF?

  4. #4
    Join Date
    Oct 2008
    Location
    Cologne, Germany
    Posts
    756

    Re: Visual Effects!! in windows form??

    Quote Originally Posted by Arjay View Post
    Why not use WPF?
    because of the ugly and blurry text?

    correct my if I'm wrong because last time I saw a WPF app it was about 1 year ago. maybe they improved something already, I'm not quite up-to-date
    win7 x86, VS 2008 & 2010, C++/CLI, C#, .NET 3.5 & 4.0, VB.NET, VBA... WPF is comming

    remeber to give feedback you think my response deserves recognition? perhaps you may want to click the Rate this post link/button and add to my reputation

    private lessons are not an option so please don't ask for help in private, I won't replay

    if you use Opera and you'd like to have the tab-button functionality for the texteditor take a look at my Opera Tab-UserScirpt; and if you know how to stop firefox from jumping to the next control when you hit tab let me know

  5. #5
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Visual Effects!! in windows form??

    Quote Originally Posted by memeloo View Post
    because of the ugly and blurry text?

    correct my if I'm wrong because last time I saw a WPF app it was about 1 year ago. maybe they improved something already, I'm not quite up-to-date
    I guess your mileage may vary. I've never noticed any blurry text issue.

    WPF rocks - there's really no need to build anything using the older Win forms technology.

  6. #6
    Join Date
    Dec 2009
    Location
    Kathmandu,Nepal
    Posts
    168

    Re: Visual Effects!! in windows form??

    ya wpf rocks... i wish i had worked on wpfbut i already have don ton of work on win forms so it is virtually impossible to migrate to wpf manually unless any relaiable converting tool..From my research i dont think there is any..If yes plz let me know..

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