Click here to Skip to main content
15,886,639 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
Hi all,

Since I am a beginner in this field, i apologized if my question were strange or unclear.

Our team are currently working on project using C# language, and one of the requirement is to come up with nice user interface. The Interface I mean will be something like apple mac os, not the typical old window form. I wonder if there are any tools outside (paid or free) to build this kind of interface? We tried to build customize object ourselves, but it was rather difficult and time consuming as none of us are expert in C#.

Your advice and suggestion are greatly appreciated.

Thanks

best regards,
Posted

Maybe those'll help you

* Infragistics[^]
* Telerik[^]
* DevExpress[^]
 
Share this answer
 
Comments
Member 10774223 13-Aug-14 1:15am    
Hi s_mon, thank you very much for your suggestion
Really appreciated it :-)
Yes, it's WPF or System.Windows.Forms, for people having Windows license, it all comes for free with (freely distributed) .NET Framework. Either option is quite sufficient for creation of such an "unusual" interface, as far as I can understand it. All it needs is hard work and skills.

However, I want to warn you: I hardly can imagine that really good interface can be obtained by mimicking Mac OS X UI (which is itself far, very far from perfect, especially if you want efficiency and user productivity, not vanity and "cool" look; I an not trying to say Apple designers are bad; they are brilliant; only their work is not oriented to productivity, but mostly to fashion and making money on people's vanity; this work is done with remarkable success). Moreover, it's not at all easy to create any unusual UI; yes, I know some brilliant examples of design, but almost all the rest turns out to be just a demonstration of bad taste and helpfulness. And visa versa, I saw some brilliant UI designs (extremely rarely), which looked remarkably modest.

Nevertheless, I wish you the best of luck and would be very interested to see such unusual UI designs. This is one of the things which could really fascinate me.

—SA
 
Share this answer
 
Comments
StM0n 13-Aug-14 0:09am    
Damn... forgot WPF :)
Sergey Alexandrovich Kryukov 13-Aug-14 1:01am    
Not only WPF, but it's OK... :-)
—SA
StM0n 13-Aug-14 1:02am    
;)
Member 10774223 13-Aug-14 1:28am    
Yeah, we tried WPF and managed to come up some "mac os" looking UI.
But to come up much more sophisticated framework, we are unable to proceed due too lack of skills and experience.
Thank for Your advice on UI designs, I totally agree with you.
I guess the design should focus more on efficiency and productivity instead of just "look"
Sergey Alexandrovich Kryukov 13-Aug-14 1:43am    
Great. Don't get me wrong: "look" is very important, too, but even look should be functional. I'm just saying that good the one of the signs of good taste is pretty modest look, but of course, it also should be clear, pleasing, well-balanced, sharp, and a lot more. Real beauty is in depth.

Good luck, call again.

—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900