473,386 Members | 1,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

GUI convention

Hi all,

I am writing some winform and asp.net applications.
is there a standard GUI convention provided by Microsoft (or maybe
someone else) to design application? (to design a windows-like
application).

For example:
- the menu bar should be on the top
- The first item in the menu should be "File", the last one should be
"Help"
- you should display the OK button first, then the CANCEL button. So =>
OK CANCEL rather than CANCEL OK
- The OK , CANCEL etc buttons should be displayed on the bottom of a
form
- when you update a record, you should always display a message box to
confirm...
- etc etc

I really don't know if this kind of convention exists.

I will really appreciate any help.

Rod

Nov 27 '06 #1
3 1621
webrod wrote:
Hi all,

I am writing some winform and asp.net applications.
is there a standard GUI convention provided by Microsoft (or maybe
someone else) to design application? (to design a windows-like
application).

For example:
- the menu bar should be on the top
- The first item in the menu should be "File", the last one should be
"Help"
- you should display the OK button first, then the CANCEL button. So =>
OK CANCEL rather than CANCEL OK
- The OK , CANCEL etc buttons should be displayed on the bottom of a
form
- when you update a record, you should always display a message box to
confirm...
- etc etc

I really don't know if this kind of convention exists.

I will really appreciate any help.
You could start at
http://msdn.microsoft.com/library/de...ml/welcome.asp.
--
Tom Porterfield

Nov 27 '06 #2
Hello webrod,

See my post http://groups.google.com/group/micro...05c5d69b7d404e

wHi all,
w>
wI am writing some winform and asp.net applications.
wis there a standard GUI convention provided by Microsoft (or maybe
wsomeone else) to design application? (to design a windows-like
wapplication).
wFor example:
w- the menu bar should be on the top
w- The first item in the menu should be "File", the last one should be
w"Help"
w- you should display the OK button first, then the CANCEL button. So
w=>
wOK CANCEL rather than CANCEL OK
w- The OK , CANCEL etc buttons should be displayed on the bottom of a
wform
w- when you update a record, you should always display a message box
wto
wconfirm...
w- etc etc
wI really don't know if this kind of convention exists.
w>
wI will really appreciate any help.
w>
wRod
w>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Nov 27 '06 #3
Hi,

thanks you very much to both of you!!
You are my friend for all the life ;)

Rod

Nov 28 '06 #4

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

Similar topics

22
by: Generic Usenet Account | last post by:
A lot has been said in this newsgroup regarding the "evil" set/get accessor methods. Arthur Riel, (of Vanguard Training), in his class, "Heuristis for O-O Analysis & Design", says that there is...
1
by: Asapi | last post by:
1. Are linkage convention and calling convention referring to the same thing? 2. Does calling convention differ between languages C and C++? 3. How does calling convention differ between...
19
by: John Salerno | last post by:
I just realized that the C# convention for uses braces is to put the opening brace immediately after the first line that defines the block (except for class declarations) like this: if...
0
by: Carl Colijn | last post by:
Hi all, Disclaimer: before I might trigger your "let's start a holy war!" button, I'd like to say I'm not intended to; I just post this message to get some input and not to promote "Yet Another...
4
by: **Developer** | last post by:
I looked at MSDN and a book and both described the naming convention for parameters should be camel style. The book used camel, except for Set (ByVal Value as ...) There it always used an...
12
by: Belebele | last post by:
Suppose that a class A depends on class B because an object of class B is passed into A's constructor. See below: class B { ... }; class A { public: A(B const& b); ... };
114
by: Jonathan Wood | last post by:
I was just wondering what naming convention most of you use for class variables. Underscore, "m_" prefix, camel case, capitalized, etc? Has one style emerged as the most popular? Thanks for...
35
by: Smithers | last post by:
Is it common practise to begin the name of form classes with "frm" (e.g., frmOneForm, frmAnotherForm). Or is that generally considered an outdated convention? If not "frm" what is a common or...
50
by: John Salerno | last post by:
I know it's popular and very handy, but I'm curious if there are purists out there who think that using something like: for x in range(10): #do something 10 times is unPythonic. The reason I...
6
by: Ole Nielsby | last post by:
VC has a __cdecl specifier which allows functions and methods to be called with varying parameter count. (I understand this is the default for functions in general but in VC, instances use...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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,...

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.