Click here to Skip to main content
15,885,998 members
Home / Discussions / C#
   

C#

 
GeneralRe: Detect Enter key press - click button when pressed Pin
BillWoodruff26-Dec-14 23:04
professionalBillWoodruff26-Dec-14 23:04 
GeneralRe: Detect Enter key press - click button when pressed Pin
Dave Kreskowiak27-Dec-14 5:13
mveDave Kreskowiak27-Dec-14 5:13 
AnswerRe: Detect Enter key press - click button when pressed Pin
tarun199126-Dec-14 19:16
professionaltarun199126-Dec-14 19:16 
GeneralRe: Detect Enter key press - click button when pressed Pin
robwm127-Dec-14 6:24
robwm127-Dec-14 6:24 
GeneralRe: Detect Enter key press - click button when pressed Pin
tarun199128-Dec-14 7:45
professionaltarun199128-Dec-14 7:45 
GeneralRe: Detect Enter key press - click button when pressed Pin
tarun199131-Dec-14 7:42
professionaltarun199131-Dec-14 7:42 
AnswerRe: Detect Enter key press - click button when pressed Pin
BillWoodruff26-Dec-14 20:02
professionalBillWoodruff26-Dec-14 20:02 
GeneralRe: Detect Enter key press - click button when pressed Pin
robwm127-Dec-14 6:22
robwm127-Dec-14 6:22 
Bill,

In your example you use TextBoxes_KeyUp. When you use the name "TextBoxes" are you suggesting that each textbox requires this treatment? I wasn't sure if I used the KeyPress event for the form if it would work for all controls.

I used my newly acquired regex skills that I learned from CodeProject to perform the validation and it exactly meets the specifications for the project. Works great.

In testing this app, I seem to have a habit of pressing the enter key when the form is filled out. Since it feels natural to press the enter key to submit the form, I thought it would be a good idea to add this feature. That is where I'm at with this app at the moment. After submit is clicked, the heart of the program will begin to take place. That could spark a few discussions as I continue to develop the app.

-Rob
QuestionIn Custom Featured MessageBox how to change font size Pin
Member 1111316725-Dec-14 18:47
Member 1111316725-Dec-14 18:47 
AnswerRe: In Custom Featured MessageBox how to change font size Pin
BillWoodruff25-Dec-14 18:57
professionalBillWoodruff25-Dec-14 18:57 
AnswerRe: In Custom Featured MessageBox how to change font size Pin
syed shanu25-Dec-14 19:56
mvasyed shanu25-Dec-14 19:56 
AnswerRe: In Custom Featured MessageBox how to change font size Pin
deepankarbhatnagar26-Dec-14 1:46
professionaldeepankarbhatnagar26-Dec-14 1:46 
AnswerRe: In Custom Featured MessageBox how to change font size Pin
OriginalGriff26-Dec-14 2:46
mveOriginalGriff26-Dec-14 2:46 
Questionloop through user controls Pin
Jassim Rahma24-Dec-14 4:32
Jassim Rahma24-Dec-14 4:32 
AnswerRe: loop through user controls Pin
OriginalGriff24-Dec-14 4:46
mveOriginalGriff24-Dec-14 4:46 
GeneralMessage Closed Pin
24-Dec-14 7:07
professionalBillWoodruff24-Dec-14 7:07 
GeneralRe: loop through user controls Pin
OriginalGriff24-Dec-14 7:13
mveOriginalGriff24-Dec-14 7:13 
GeneralRe: loop through user controls Pin
Jassim Rahma24-Dec-14 19:31
Jassim Rahma24-Dec-14 19:31 
AnswerRe: loop through user controls Pin
Kornfeld Eliyahu Peter24-Dec-14 19:48
professionalKornfeld Eliyahu Peter24-Dec-14 19:48 
GeneralRe: loop through user controls Pin
OriginalGriff24-Dec-14 20:05
mveOriginalGriff24-Dec-14 20:05 
QuestionBest way to generate bulk pdf reports from DB. Pin
Member 1133296924-Dec-14 2:06
Member 1133296924-Dec-14 2:06 
SuggestionRe: Best way to generate bulk pdf reports from DB. Pin
Richard MacCutchan24-Dec-14 2:16
mveRichard MacCutchan24-Dec-14 2:16 
GeneralRe: Best way to generate bulk pdf reports from DB. Pin
Member 1133296924-Dec-14 2:53
Member 1133296924-Dec-14 2:53 
AnswerRe: Best way to generate bulk pdf reports from DB. Pin
OriginalGriff24-Dec-14 3:07
mveOriginalGriff24-Dec-14 3:07 
AnswerRe: Best way to generate bulk pdf reports from DB. Pin
jschell24-Dec-14 11:14
jschell24-Dec-14 11:14 

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.