473,401 Members | 2,068 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,401 software developers and data experts.

Msgbox icons - rules for using?

TC
How are people currently using the messagebox icons?

Originally, I used:

o vbInformation for informatory messages,
"No more records found"

o vbExclamation for error messages
"Field must be entered"

o vbCritical for serious or system errors.
Now I use:

o vbInformation when the user is not given choices on how to proceed, or,
it would not be a problem if he made the wrong choice; eg:
"Field must be entered"
"Print record? (yes/no)"

o vbExclamation when the user has choices on how to proceed, and it
*could* be a problem if he made the wrong choice; eg:
"Delete record? (yes/no"

o vbCritical for serious or system errors.
(1) What are other peoples' rules?

(2) What would you do in the following specific case. I have some code
which autmatically allocates unique IDs. Unfortunately, this can
inadvertantly produce IDs that are rude, profane or offensive words! So I
have a list of such words behind the scenes, for the system to avoid. There
is a small maintenance form to add/edit/delete those words, but I do not
want that form to display unless the user has accepted that he will see such
words. I'd like to use vbCritical, since this is the only one that is likely
to catch the user's attention. But that would break my rules for msgbox
icons. What would you use in that case?

TIA,
TC

Nov 12 '05 #1
2 3906
I think your original standards are fine, the icon displayed in a msgbox is
not really that important, it just makes your app look that bit more
professional and gives the user something to look at when your (or my) code
breaks down.

As for your naughty word problem, I'd use vbExclamation.

P
"TC" <a@b.c.d> wrote in message news:1065933216.789370@teuthos...
How are people currently using the messagebox icons?

Originally, I used:

o vbInformation for informatory messages,
"No more records found"

o vbExclamation for error messages
"Field must be entered"

o vbCritical for serious or system errors.
Now I use:

o vbInformation when the user is not given choices on how to proceed, or, it would not be a problem if he made the wrong choice; eg:
"Field must be entered"
"Print record? (yes/no)"

o vbExclamation when the user has choices on how to proceed, and it
*could* be a problem if he made the wrong choice; eg:
"Delete record? (yes/no"

o vbCritical for serious or system errors.
(1) What are other peoples' rules?

(2) What would you do in the following specific case. I have some code
which autmatically allocates unique IDs. Unfortunately, this can
inadvertantly produce IDs that are rude, profane or offensive words! So I
have a list of such words behind the scenes, for the system to avoid. There is a small maintenance form to add/edit/delete those words, but I do not
want that form to display unless the user has accepted that he will see such words. I'd like to use vbCritical, since this is the only one that is likely to catch the user's attention. But that would break my rules for msgbox
icons. What would you use in that case?

TIA,
TC

Nov 12 '05 #2
(2) What would you do in the following specific case. I have some code
which autmatically allocates unique IDs. Unfortunately, this can
inadvertantly produce IDs that are rude, profane or offensive words! So I
have a list of such words behind the scenes, for the system to avoid. There is a small maintenance form to add/edit/delete those words, but I do not
want that form to display unless the user has accepted that he will see such words. I'd like to use vbCritical, since this is the only one that is likely to catch the user's attention. But that would break my rules for msgbox
icons. What would you use in that case?


How about using TWO messages boxes in a row .... in case they clicked Yes
mechanically, ask 'em again...
Nov 12 '05 #3

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

Similar topics

5
by: Christoph | last post by:
For retrieving CSS rules that can not be interpreted by an layout engine I can use the UnknownRule interface of DOM. Unfortunately in Gecko (Firefox 1.0.5), I cannot access such rules using...
1
by: pnp | last post by:
Hi all, I'm developing a win app in C# and I am drawing by myself the icons that I'm going to use in Corel Draw 11, then turn them to icons by using Axialis and then use them from an imagelist in...
3
by: Tim Marshall | last post by:
For making a custom message box, ie, an Access form, instead of the msgbox function, I'd like to be able to use the same icons as are available for a message box function. A picture control with...
24
by: ypjofficial | last post by:
Hello all, I have written a class with many private data members.and i am putting it in a separate dll file. Now when i link that file while writing my main program module,natuarally i have to...
1
by: Henrik | last post by:
I'm sorry to trouble you once again but somebody must know how to get a list of the desktop icons and their respective positions. I know that I have to look into shell but I have no idea how to...
13
by: Susan Beebe | last post by:
I have downloaded the code described in Microsoft article Q154078. I am trying to send raw ZPL (zebra barcode printer) code from Microsoft access. It works just fine if I hard code the actual...
2
by: TyBreaker | last post by:
Is there a way to access icons within Windows XP for use in projects? -- ______ ___ __ /_ __/_ __/ _ )_______ ___ _/ /_____ ____ / / / // / _ / __/ -_) _ `/ '_/ -_) __/ /_/ ...
1
by: edenigma | last post by:
I am fairly new to the land of Visual Basic, I was wondering if it were possible to create an InputBox in code, a MsgBox in code, and with the Event being the Click of a button, to take information...
3
by: Jeff Jarrell | last post by:
We are migrating a large app to .net. There are many forms and there will be many, many icons. What are some suggested techniques for more or less sharing imagelists (easy enough), BUT without...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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
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...

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.