Click here to Skip to main content
16,015,003 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to develop Application for inventory control and I want to know How to create an User Interface in C#.net

Thanks,
Posted
Comments
Sunny_Kumar_ 20-Jun-12 5:15am    
did you try anything by your own like Google, anything ??

Depends to a certain extent if you are talking WinForms or WPF, but the principle is the same.
The mechanics are simple:
1) Create a form
2) Add controls
3) Hook events and methods to do the work "behind the scenes"

But if you want to know how to design a good looking UI, that is another question altogether! And not one that can really be answered.
Google for "UI guidelines" to maybe get the basics, and look at what other people are doing. It's a matter of personal taste - I have seen UI designs that make your eyes bleed, but which the designer (and presumably his users) are happy with.
 
Share this answer
 
If you are aware of the tools but not the subject (Inventory management) you can search UI for inventory application on Google to get idea about UI related to your requirements
 
Share this answer
 
See on belowing link...it will help u to understand your query

http://msdn.microsoft.com/en-us/library/orm-9780596521066-01-01.aspx[^]
 
Share this answer
 

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