Hello,
I am fairly new to programming and such and I have been using Microsoft Visual C# Express. And it works great for the coding and stuff. The problem is what if I want to make a program that looks really nice?
It only has very basic looking buttons and textboxs so I can't make a really exceptional looking interface. Is there somewhere to download more or something?
Thanks for the help!
Loading
Suthish NairPosted Feb 9, 2011, 1:38 PM
The Windows Presentation Foundation, is a graphical subsystem for rendering user interfaces in Windows-based applications. Its a technology foundation built on .Net Framework by Microsoft :).
refer blog from Mahesh: http://www.c-sharpcorner.com/blogs/BlogDetail.aspx?BlogId=211
Raju KatarePosted Feb 9, 2011, 5:52 AM
You can get some custom controls which looks rich for free of cost from below link
http://demo.essentialobjects.com/Default.aspx
http://www.essentialobjects.com/Download.aspx?p=EO.Web
Amit ChoudharyPosted Jan 18, 2011, 12:08 AM
Here is the link of article that will help you in creating WPF application in visual c# express 2008/2010
http://msdn.microsoft.com/en-us/library/bb655895%28VS.90%29.aspx
Hope this helps you.
Tristen ShawPosted Jan 17, 2011, 10:03 PM
Tristen ShawPosted Jan 17, 2011, 1:57 AM
Also, I've been looking and I can't find where you download WPF.
Jiteendra SampathiraoPosted Jan 17, 2011, 1:49 AM
C# and VB etc are programming languages. WPF and Silverlight are applications which are developing by using C#, .... etc.
WPF and Silverlight are XAML based...
Tristen ShawPosted Jan 17, 2011, 1:40 AM
Jiteendra SampathiraoPosted Jan 17, 2011, 12:13 AM
If you are developing Windows Application, as Amit said use WPF and if you are developing Web application use Silverlight for Rich user Controls.
Madhu KPosted Jan 17, 2011, 12:10 AM
Kirtan PatelPosted Jan 17, 2011, 12:06 AM
Here are some Companies who makes Custom Controls
http://www.telerik.com/products/winforms.aspx they are paid . but have super GUi than any hand coded controls
or you need to code in WPF as Amit Said to make control Look and Feel as U need
Amit ChoudharyPosted Jan 16, 2011, 11:56 PM
you should go for WPF in .Net 4.0 you'll surely enjoy the look n feel stuff in that. and gud news is the coding stuff will remain
same as you do in your simple windows application. just a little bit difference in terms of few extra properties and events.
Enjoy the visual with WPF. :)
Thanks