How to make GUI more beautiful?

  • Thread starter Thread starter fAnSKyer/C# newbie
  • Start date Start date
F

fAnSKyer/C# newbie

How to make GUI more beautiful?
Can any give any hint?
Or some examples that downloadeable from internet?
I am using C# and visual studio 2005

Thanks
 
Perhaps you should explain what it is you want to
improve, else your question is rather unanswerable.
Adrian
 
Perhaps you should explain what it is you want to
improve, else your question is rather unanswerable.
Adrian

I suppose you are looking for this...
try out Microsoft Expression Blend... It works with VS 2005. But's the
product is still in Beta.
 
I believe you're approaching the problem from the wrong perspective. Form
follows function. This does not mean that beauty does not necessarily
satisfy functional requirements in a GUI, but "beauty" is somewhat
subjective (in the eye of the beholder), and if there is a functional reason
for incorporating "beauty" into a GUI, such as marketability/usability, then
form is still following function. What I'm getting at is that in order to
come up with the best answer to your question, you need to approach it from
the same perspective that you approach business programming from. A GUI
should be attractive to the user, in order to make the product more
marketable, certainly. But one can apply the same logic to the design of the
GUI, in terms of satisfying a requirement for usability/marketability, and
be more successful than, for example, approaching the problem from a
subjective standpoint of determining what "beautiful" means.

For example, you will notice that programs created for home users have a
different look and feel than programs created for business users, or for
developers. Within each of these groups, there exist some common
preconceptions about what a program should look like. There also exist
preconceptions about where certain GUI elements should be, how they should
behave, etc.

So, identifying your consumer base, an evaluating their expectations and
needs will be helpful. This has to be factored in with the actual
functionality of your program, and usability issues. If you can successfully
calculate these, the "beauty" is likely to follow.

--
HTH,

Kevin Spencer
Microsoft MVP

Help test our new betas,
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
How to make GUI more beautiful?
Can any give any hint?
Or some examples that downloadeable from internet?
I am using C# and visual studio 2005

Thanks

If you are talking about changing the look of your application to not
use standard controls, etc. You could consider using skins.
 
Thanks all you guys.
I am sorry that I am not making my question clear.
The application is almost finished, and it is cheifly used to
introduce our lab works to the young students, So I just want to make
the GUI more attractive. I am gonna try the microsoft expression out.
I hope it works.


Thanks :P
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top