473,790 Members | 2,481 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to make GUI more beautiful?

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

Mar 8 '07 #1
5 6450
Perhaps you should explain what it is you want to
improve, else your question is rather unanswerable.
Adrian

"fAnSKyer/C# newbie" <fa******@gmail .comwrote in message
news:11******** **************@ 30g2000cwc.goog legroups.com...
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

Mar 8 '07 #2
On Mar 9, 4:44 am, "Adrian <" <x...@xx.xxwrot e:
Perhaps you should explain what it is you want to
improve, else your question is rather unanswerable.
Adrian

"fAnSKyer/C# newbie" <fansk...@gmail .comwrote in message

news:11******** **************@ 30g2000cwc.goog legroups.com...
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
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.

Mar 9 '07 #3
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

"fAnSKyer/C# newbie" <fa******@gmail .comwrote in message
news:11******** **************@ 30g2000cwc.goog legroups.com...
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

Mar 9 '07 #4
On 8 Mar, 21:21, "fAnSKyer/C# newbie" <fansk...@gmail .comwrote:
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.

Mar 9 '07 #5
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
On 3ÔÂ8ÈÕ, ÏÂÎç3ʱ21·Ö, "fAnSKyer/C# newbie" <fansk....@gmai l.comwrote:
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

Mar 11 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
38291
by: Chuck | last post by:
I have a report with three columns, accross then down, and two groups. Currently the group headers are only one column wide and appear in the left hand column. How can I make the group header be centered accross all columns? Chuck ....
2
2174
by: meyerkp | last post by:
Hi all, I'm trying to extract some information from an html file using beautiful soup. The strings I want get are after br tags, eg: <font size='6'> <br>this info <br>more info <br>and more info </font>
15
5997
by: Francach | last post by:
Hi, I'm trying to use the Beautiful Soup package to parse through the "bookmarks.html" file which Firefox exports all your bookmarks into. I've been struggling with the documentation trying to figure out how to extract all the urls. Has anybody got a couple of longer examples using Beautiful Soup I could play around with? Thanks, Martin.
6
8194
by: wei.niu | last post by:
I'm writing a little software for managing diary.I use only SDK,and I find it's hard to create a good GUI.I hope it's skin can be changed easily.But I don't know how to do it.Are there any articles or book about it?
1
7292
by: xahlee | last post by:
Elisp Tutorial: Make Google Earth Xah Lee, 2006-12 This page shows a example of writing a emacs lisp function that creates a Google Earth file, and creates a link to the file, as well a link to Google Map. If you don't know elisp, first take a gander at Elisp Basics. I often write travelogs on my website. If i traveled to Las Vegas, then
3
10778
by: cjl | last post by:
I am learning python and beautiful soup, and I'm stuck. A web page has a table that contains data I would like to scrape. The table has a unique class, so I can use: soup.find("table", {"class": "class_name"}) This isolates the table. So far, so good. Next, this table has a certain number of rows (I won't know ahead of time how many), and each row has a set number of cells (which will be constant).
0
1750
by: jack | last post by:
Check it out:Very good online resources,tons of cool men and beautiful women eager for lovers....: 1.Buy tickets online: http://groups.google.com/group/all-good-things/web/want-to-buy-tickets-online-come-here 2.No 1 social network: http://groups.google.com/group/all-good-things/web/1-social-network 3.Very good online resources:
8
2773
by: js | last post by:
Hi, Have you ever seen Beautiful Python code? Zope? Django? Python standard lib? or else? Please tell me what code you think it's stunning.
1
3439
by: Mark B | last post by:
I am trying to programmatically create some icons for an Office 2007 add-in (VB/C#) that will appear on the navigation Ribbon. The particular icon is simply a colored round circle representing a colored dot to indicate the category of an item. I have been able to draw basic circles using the System.Drawing.Drawing2D namespace. What I want though is 'beautiful' icons (e.g. that look the the Windows Vista bottom-left Start button, save...
0
9666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10413
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10145
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9021
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7530
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6769
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5422
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4094
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.