I have to start working on a project that involves making an application with user friendly interface. I can do all of the programming in Visual Studio by making a c# application but I don’t know how to customize the interface.
It has to be quite interactive..like dragging things to a bin or list, customized buttons and menus (or something like that).
Could you please refer me to a program that I could use to achieve that?
You can use
WPF ApplicationLink : http://msdn.microsoft.com/en-us/library/bb820878(v=vs.90).aspx
In Visual Studio you can start with creating project
Some Patterns around WPF Application (Best practises) :
Prism: http://compositewpf.codeplex.com/