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

C#

 
GeneralRe: DGVPrinter how to print Logo and a frame in the text Pin
OriginalGriff8-Feb-19 3:10
mveOriginalGriff8-Feb-19 3:10 
QuestionDisable focus in button with arrow right left up down Pin
Member 114269867-Feb-19 2:29
Member 114269867-Feb-19 2:29 
AnswerRe: Disable focus in button with arrow right left up down Pin
Ralf Meier7-Feb-19 2:41
mveRalf Meier7-Feb-19 2:41 
GeneralRe: Disable focus in button with arrow right left up down Pin
Member 114269867-Feb-19 2:53
Member 114269867-Feb-19 2:53 
GeneralRe: Disable focus in button with arrow right left up down Pin
Richard MacCutchan7-Feb-19 4:40
mveRichard MacCutchan7-Feb-19 4:40 
GeneralRe: Disable focus in button with arrow right left up down Pin
Richard MacCutchan7-Feb-19 6:10
mveRichard MacCutchan7-Feb-19 6:10 
AnswerRe: Disable focus in button with arrow right left up down Pin
Alan N7-Feb-19 5:22
Alan N7-Feb-19 5:22 
GeneralRe: Disable focus in button with arrow right left up down Pin
BillWoodruff9-Feb-19 19:56
professionalBillWoodruff9-Feb-19 19:56 
Upvoted ! A good solution.

One issue to examine is whether you want to special case the Button's Click event to distinguish whether it's a "regular" click, or a click whose purpose is to set focus to the Button so that you can then move it with the arrow keys.

After all, we use a Button Click event to trigger some action.

Another consideration is whether to confine Button movement so it stays within the bounds of its container.

If I have time, I may post some code addressing these points.
«Where is the Life we have lost in living? Where is the wisdom we have lost in knowledge? Where is the knowledge we have lost in information?» T. S. Elliot

AnswerRe: Disable focus in button with arrow right left up down Pin
Gerry Schmitz7-Feb-19 6:22
mveGerry Schmitz7-Feb-19 6:22 
GeneralRe: Disable focus in button with arrow right left up down Pin
BillWoodruff10-Feb-19 9:07
professionalBillWoodruff10-Feb-19 9:07 
QuestionC# GUI for plotting real time MPU(acceleration) scensors Pin
Member 141421336-Feb-19 7:23
Member 141421336-Feb-19 7:23 
AnswerRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
Gerry Schmitz6-Feb-19 8:01
mveGerry Schmitz6-Feb-19 8:01 
GeneralRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
Member 141421336-Feb-19 8:41
Member 141421336-Feb-19 8:41 
GeneralRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
Gerry Schmitz6-Feb-19 16:59
mveGerry Schmitz6-Feb-19 16:59 
GeneralRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
Member 141421337-Feb-19 6:24
Member 141421337-Feb-19 6:24 
GeneralRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
Gerry Schmitz7-Feb-19 6:32
mveGerry Schmitz7-Feb-19 6:32 
GeneralRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
Dave Kreskowiak7-Feb-19 2:21
mveDave Kreskowiak7-Feb-19 2:21 
AnswerRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
OriginalGriff6-Feb-19 8:02
mveOriginalGriff6-Feb-19 8:02 
GeneralRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
Member 141421336-Feb-19 8:39
Member 141421336-Feb-19 8:39 
GeneralRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
Pete O'Hanlon6-Feb-19 9:36
mvePete O'Hanlon6-Feb-19 9:36 
GeneralRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
Mycroft Holmes6-Feb-19 13:37
professionalMycroft Holmes6-Feb-19 13:37 
AnswerRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
OriginalGriff6-Feb-19 20:00
mveOriginalGriff6-Feb-19 20:00 
GeneralRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
Member 141421337-Feb-19 6:26
Member 141421337-Feb-19 6:26 
GeneralRe: C# GUI for plotting real time MPU(acceleration) scensors Pin
OriginalGriff7-Feb-19 6:40
mveOriginalGriff7-Feb-19 6:40 
AnswerRe: C# GUI for plotting real time MPU(acceleration) sensors Pin
Luc Pattyn7-Feb-19 5:52
sitebuilderLuc Pattyn7-Feb-19 5:52 

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.