473,466 Members | 1,370 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

GUI Design Question

What books, articles, guides, etc. would you recommend on good GUI design
principles and practices? Thanks.

Dave

Jan 24 '06 #1
7 1287
Just "steal" from Microsoft Office. There are a few very good reasons to do
this:
1) Microsoft has invested a lot of time and research to make it a good
interface.
2) The user will feel "at home" right away in your app.
3) The controls supplied with VS2005 are all in line with that design
4) Gives your app a sophisticated and professional "look and feel"

Don't you hate it when you start an app where everything looks and works
"different"?

"Dave" <x@spamtrap.com> wrote in message
news:bZ******************@newssvr13.news.prodigy.c om...
What books, articles, guides, etc. would you recommend on good GUI design
principles and practices? Thanks.

Dave

Jan 24 '06 #2
Hi Dave,

Start with the basics:

Windows XP - Guidelines for Applications
http://www.microsoft.com/whdc/Resour...p/default.mspx

And then, books, web sites and newsletters. The greatest gurus are:

Alan Cooper (Windows apps)
http://www.cooper.com/content/insights/cooper_books.asp

His book "About Face" is a classic and a must.

Jacob Nielsen (Web sites)
http://www.useit.com/

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
"Dave" <x@spamtrap.com> escribió en el mensaje
news:bZ******************@newssvr13.news.prodigy.c om...
What books, articles, guides, etc. would you recommend on good GUI design
principles and practices? Thanks.

Dave

Jan 24 '06 #3

Martin wrote:
"Dave" <x@spamtrap.com> wrote in message
news:bZ******************@newssvr13.news.prodigy.c om...
What books, articles, guides, etc. would you recommend on good GUI design
principles and practices? Thanks.


Just "steal" from Microsoft Office. There are a few very good reasons to do
this:
1) Microsoft has invested a lot of time and research to make it a good
interface.
2) The user will feel "at home" right away in your app.
3) The controls supplied with VS2005 are all in line with that design
4) Gives your app a sophisticated and professional "look and feel"

Don't you hate it when you start an app where everything looks and works
"different"?


Mind you, that's going to happen to everyone when Office 12 is released
:)

--
Larry Lard
Replies to group please

Jan 24 '06 #4
"Dave" <x@spamtrap.com> schrieb:
What books, articles, guides, etc. would you recommend on good GUI design
principles and practices?


Official Guidelines for User Interface Developers and Designers
<URL:http://msdn.microsoft.com/library/en-us/dnwue/html/welcome.asp>

User Interface Design and Development
<URL:http://msdn.microsoft.com/library/en-us/dnanchor/html/anch_uidesigndev.asp>

Windows XP Visual Styles:

Windows XP - Guidelines for Applications
<URL:http://www.microsoft.com/whdc/hwdev/windowsxp/downloads/default.mspx>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jan 24 '06 #5
"Martin" <x@y.com> wrote in message
news:eY**************@TK2MSFTNGP10.phx.gbl...
Just "steal" from Microsoft Office. There are a few very good reasons to
do this:
1) Microsoft has invested a lot of time and research to make it a good
interface.
2) The user will feel "at home" right away in your app.
3) The controls supplied with VS2005 are all in line with that design
4) Gives your app a sophisticated and professional "look and feel"

Don't you hate it when you start an app where everything looks and works
"different"?


Just don't get too carried away with Tab controls ;-) Remember... One row of
tabs is plenty (say that until you believe it <g>)

MS is the star of the "User Interface Hall of Shame" in the Tabbed Dialog
department.
(http://homepage.mac.com/bradster/iarchitect/tabs.htm)

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
Jan 24 '06 #6
Hehehe, yes I absolutely agree with you on that.

But speaking of tabs... have you sen MultiEdit (my favorite code editor)? I
think that one tops the ranks of "too many tabs" ;-)
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:Oi****************@TK2MSFTNGP14.phx.gbl...
"Martin" <x@y.com> wrote in message
news:eY**************@TK2MSFTNGP10.phx.gbl...
Just "steal" from Microsoft Office. There are a few very good reasons to
do this:
1) Microsoft has invested a lot of time and research to make it a good
interface.
2) The user will feel "at home" right away in your app.
3) The controls supplied with VS2005 are all in line with that design
4) Gives your app a sophisticated and professional "look and feel"

Don't you hate it when you start an app where everything looks and works
"different"?


Just don't get too carried away with Tab controls ;-) Remember... One row
of tabs is plenty (say that until you believe it <g>)

MS is the star of the "User Interface Hall of Shame" in the Tabbed Dialog
department.
(http://homepage.mac.com/bradster/iarchitect/tabs.htm)

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..

Jan 25 '06 #7
Thanks for the suggestions, everyone. I will check them all out.
Feb 2 '06 #8

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

Similar topics

5
by: Don Vaillancourt | last post by:
Hello all, Over the years as I design more database schemas the more I come up with patterns in database design. The more patterns I recognize the more I want to try to design some kind of...
9
by: sk | last post by:
I have an applicaton in which I collect data for different parameters for a set of devices. The data are entered into a single table, each set of name, value pairs time-stamped and associated with...
2
by: Test User | last post by:
Hi all, (please excuse the crosspost as I'm trying to reach as many people as possible) I am somewhat familiar with Access 2000, but my latest project has me stumped. So, I defer to you...
6
by: rodchar | last post by:
Hey all, I'm trying to understand Master/Detail concepts in VB.NET. If I do a data adapter fill for both customer and orders from Northwind where should that dataset live? What client is...
17
by: tshad | last post by:
Many (if not most) have said that code-behind is best if working in teams - which does seem logical. How do you deal with the flow of the work? I have someone who is good at designing, but...
17
by: roN | last post by:
Hi, I'm creating a Website with divs and i do have some troubles, to make it looking the same way in Firefox and IE (tested with IE7). I checked it with the e3c validator and it says: " This...
6
by: JoeC | last post by:
I have a question about designing objects and programming. What is the best way to design objects? Create objects debug them and later if you need some new features just use inhereitance. Often...
0
by: | last post by:
I have a question about spawning and displaying subordinate list controls within a list control. I'm also interested in feedback about the design of my search application. Lots of code is at the...
19
by: neelsmail | last post by:
Hi, I have been working on C++ for some time now, and I think I have a flair for design (which just might be only my imagination over- stretched.. :) ). So, I tried to find a design...
8
by: indrawati.yahya | last post by:
In a recent job interview, the interviewer asked me how I'd design classes for the following problem: let's consider a hypothetical firewall, which filters network packets by either IP address,...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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,...
1
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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...
0
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.