Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: version numbers Pin
Michael Flanakin24-Mar-04 10:32
Michael Flanakin24-Mar-04 10:32 
QuestionTransparent Label on a Progressbar? Pin
DennisMetz24-Mar-04 5:54
DennisMetz24-Mar-04 5:54 
AnswerRe: Transparent Label on a Progressbar? Pin
surgeproof24-Mar-04 6:24
surgeproof24-Mar-04 6:24 
AnswerRe: Transparent Label on a Progressbar? Pin
Heath Stewart24-Mar-04 9:54
protectorHeath Stewart24-Mar-04 9:54 
GeneralRe: Transparent Label on a Progressbar? Pin
DennisMetz24-Mar-04 11:40
DennisMetz24-Mar-04 11:40 
GeneralApps without Mice Pin
Andrew Torrance24-Mar-04 5:43
Andrew Torrance24-Mar-04 5:43 
GeneralRe: Apps without Mice Pin
surgeproof24-Mar-04 6:15
surgeproof24-Mar-04 6:15 
GeneralRe: Apps without Mice Pin
Colin Angus Mackay24-Mar-04 6:25
Colin Angus Mackay24-Mar-04 6:25 
Make sure that the tab order of the controls is logical. i.e. the tabs move through the controls in one logical group before jumping to the next.
.
.  +--------+  +--------+     +--------+ +--------+
.  | Ctrl1A |  | Ctrl1B |     | Ctrl2A | | Ctrl2B |
.  +--------+  +--------+     +--------+ +--------+
.
.  +--------+  +--------+     +--------+ +--------+
.  | Ctrl1C |  | Ctrl1D |     | Ctrl2C | | Ctrl2D |
.  +--------+  +--------+     +--------+ +--------+


So, in this example, you'd tab from 1A to 1B to 1C to 1D rather than go for a Left-To-Right-Top-To-Bottom reading order approach.

This is just the first thought that popped in my head. There was a thread in the lounge today on bad-design (Some of it was quite funny) so the second thought is: As you test the system with your nice handy mouse beside you - resist the temptation to use it! Smile | :)



"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)


GeneralRe: Apps without Mice Pin
Heath Stewart24-Mar-04 9:12
protectorHeath Stewart24-Mar-04 9:12 
Questionhow to wrap some dll functions from VC6 Pin
yyf24-Mar-04 5:37
yyf24-Mar-04 5:37 
AnswerRe: how to wrap some dll functions from VC6 Pin
Heath Stewart24-Mar-04 9:08
protectorHeath Stewart24-Mar-04 9:08 
GeneralRe: how to wrap some dll functions from VC6 Pin
yyf24-Mar-04 10:23
yyf24-Mar-04 10:23 
GeneralRe: how to wrap some dll functions from VC6 Pin
Heath Stewart24-Mar-04 11:19
protectorHeath Stewart24-Mar-04 11:19 
GeneralProperty Sheet Pin
DrGreen24-Mar-04 4:41
DrGreen24-Mar-04 4:41 
GeneralRe: Property Sheet Pin
Heath Stewart24-Mar-04 4:50
protectorHeath Stewart24-Mar-04 4:50 
GeneralRe: Property Sheet Pin
DrGreen24-Mar-04 5:08
DrGreen24-Mar-04 5:08 
GeneralRe: Property Sheet Pin
Heath Stewart24-Mar-04 5:13
protectorHeath Stewart24-Mar-04 5:13 
GeneralRe: Property Sheet Pin
DrGreen24-Mar-04 5:27
DrGreen24-Mar-04 5:27 
GeneralTreeview context menu remains visible Pin
CStiefeling24-Mar-04 4:26
CStiefeling24-Mar-04 4:26 
GeneralRe: Treeview context menu remains visible Pin
CStiefeling24-Mar-04 4:35
CStiefeling24-Mar-04 4:35 
GeneralRegistry Entry Pin
Guinness4Strength24-Mar-04 3:12
Guinness4Strength24-Mar-04 3:12 
GeneralRe: Registry Entry Pin
Guinness4Strength24-Mar-04 3:28
Guinness4Strength24-Mar-04 3:28 
GeneralRe: Registry Entry Pin
surgeproof24-Mar-04 6:17
surgeproof24-Mar-04 6:17 
GeneralRe: Registry Entry Pin
Jeremy Kimball24-Mar-04 9:30
Jeremy Kimball24-Mar-04 9:30 
GeneralRe: Registry Entry Pin
Guinness4Strength24-Mar-04 9:32
Guinness4Strength24-Mar-04 9:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.