Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I just want to make beautiful UI,winForm own UI is so ugly.
I want to learn how draw own UI,how hanlde defferent window message.
So I need know how to designer Good FormBase,User controlBase.
Can you give me some suggest?
something like open sourece or article
Thank you!~
Posted
Updated 21-Oct-11 23:35pm
v3

1 solution

WinForms is just about as intuitive as it can get. Just drag Controls from your toolbox on to the designer surface. Here[^] are some guidelines that can help you create a user friendly Interface. Of course this is only one way to do it and it perhaps also depends on requirements (client wants to see lots of dialogs, client does not want to see dialogs, client wants everything shown in grids with 100 columns (yes, I've had such weird reqs...). Anyway, this should set you well on your way :)

Edit:
It might also help to sometimes open a standard Windows or Microsoft window/program and look at its UI. How are they aligned, what is the space between Controls etc. This will keep your UI conform to the overall Windows look.
 
Share this answer
 
v2
Comments
Mehdi Gholam 22-Oct-11 5:32am    
my 5!
Sander Rossel 22-Oct-11 5:46am    
Thanks! :)

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