Link to home
Start Free TrialLog in
Avatar of xRalf
xRalf

asked on

User interface similar to klipfolio

Hi,

I'd like to make an application (in C#) with user interface similar to klipfolio http://www.klipfolio.com/ . I know that klipfolio is written in java :-( Do you know some API that has this nice user interface?

thanks
ASKER CERTIFIED SOLUTION
Avatar of Ramuncikas
Ramuncikas
Flag of Lithuania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of xRalf
xRalf

ASKER

I don't know much about WPF but I don't sympathize with it. Isn't it too slow? Isn't it only for Windows Vista? Isn't it only for Visual Studio 2008? (I have VS 2005). Which features are similar to klipfolio?
Klipfolio is really fast lightweight application.
Well, speed is up to developer and solution he/she implements.

WPF is not only for Vista. WPF applications run on Windows 2000 and later operating systems. I'm not sure about WPF support in VS2005, but there are free development IDEs from Microsoft supporting WPF.

What features are similar? Odd question to say the truth. WPF's and Klipfolio's features cannot be compared at all I think. But if you ask if you could make some application with UI similar to klipfolio then answer is YES.

WPF is way far more flexible comparing to windows forms in all point of views - databinding, layout, animation, concept.

R