Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
QuestionRe: help me in attendence management system urgentlyy Pin
Richard MacCutchan27-Mar-14 22:21
mveRichard MacCutchan27-Mar-14 22:21 
AnswerRe: help me in attendence management system urgentlyy Pin
OriginalGriff27-Mar-14 23:34
mveOriginalGriff27-Mar-14 23:34 
QuestionC# Refresher / Bare Minimums Course Pin
C-P-User-326-Mar-14 10:43
C-P-User-326-Mar-14 10:43 
AnswerRe: C# Refresher / Bare Minimums Course Pin
BillWoodruff26-Mar-14 15:21
professionalBillWoodruff26-Mar-14 15:21 
GeneralRe: C# Refresher / Bare Minimums Course Pin
C-P-User-327-Mar-14 1:44
C-P-User-327-Mar-14 1:44 
GeneralRe: C# Refresher / Bare Minimums Course Pin
BobJanova27-Mar-14 7:00
BobJanova27-Mar-14 7:00 
AnswerRe: C# Refresher / Bare Minimums Course Pin
Ravi Bhavnani28-Mar-14 5:17
professionalRavi Bhavnani28-Mar-14 5:17 
GeneralRe: C# Refresher / Bare Minimums Course Pin
C-P-User-329-Mar-14 15:59
C-P-User-329-Mar-14 15:59 
Thanks Ravi, perfect.

What I have is a box where the user Enters hex bytes, and I have a button next to it that says "Check Syntax"

When he clicks, I need to examine the text in the box (thanks for this refresher)...
string myString = myTextBox.Text;


Then I need to pop up an "OK" box with an exit only or a "Bad" box with an okay on it.

We might want to show him the details of which byte was wrong.

In this case, "OK" text will be

-- 0-thru-9
-- A-thru-F
-- An asterisk (Ascii 02Ah)
-- A question mark (Ascii 03Fh)

Oh, just remembered; we want a comma between each element.

I will have to work out the details of White space (none, one, and multiple instances between the digits) and the single digit problem for values 00h thru 0Fh
GeneralRe: C# Refresher / Bare Minimums Course Pin
Ravi Bhavnani29-Mar-14 18:07
professionalRavi Bhavnani29-Mar-14 18:07 
GeneralRe: C# Refresher / Bare Minimums Course Pin
C-P-User-331-Mar-14 9:45
C-P-User-331-Mar-14 9:45 
Questioncross thread issue Pin
Member 1068390226-Mar-14 9:22
Member 1068390226-Mar-14 9:22 
AnswerRe: cross thread issue Pin
Richard Andrew x6426-Mar-14 11:22
professionalRichard Andrew x6426-Mar-14 11:22 
GeneralRe: cross thread issue Pin
Member 1068390226-Mar-14 16:50
Member 1068390226-Mar-14 16:50 
AnswerRe: cross thread issue Pin
Bernhard Hiller26-Mar-14 22:04
Bernhard Hiller26-Mar-14 22:04 
GeneralRe: cross thread issue Pin
Member 1068390227-Mar-14 5:51
Member 1068390227-Mar-14 5:51 
GeneralRe: cross thread issue Pin
BobJanova27-Mar-14 6:54
BobJanova27-Mar-14 6:54 
GeneralRe: cross thread issue Pin
Bernhard Hiller27-Mar-14 23:26
Bernhard Hiller27-Mar-14 23:26 
GeneralRe: cross thread issue Pin
BobJanova28-Mar-14 0:26
BobJanova28-Mar-14 0:26 
SuggestionBUILDING a GUI that talks to two energy-meters through the serial port Pin
Henri Aghaei26-Mar-14 7:51
Henri Aghaei26-Mar-14 7:51 
GeneralRe: BUILDING a GUI that talks to two energy-meters through the serial port Pin
Dave Kreskowiak26-Mar-14 8:38
mveDave Kreskowiak26-Mar-14 8:38 
GeneralRe: BUILDING a GUI that talks to two energy-meters through the serial port Pin
V.27-Mar-14 0:04
professionalV.27-Mar-14 0:04 
GeneralRe: BUILDING a GUI that talks to two energy-meters through the serial port Pin
BobJanova27-Mar-14 6:53
BobJanova27-Mar-14 6:53 
GeneralRe: BUILDING a GUI that talks to two energy-meters through the serial port Pin
Henri Aghaei7-Apr-14 9:18
Henri Aghaei7-Apr-14 9:18 
QuestionConvert .mp3 file to .vox in vb.net or c# Pin
Member 1070135326-Mar-14 6:46
Member 1070135326-Mar-14 6:46 
AnswerRe: Convert .mp3 file to .vox in vb.net or c# Pin
Eddy Vluggen26-Mar-14 8:02
professionalEddy Vluggen26-Mar-14 8:02 

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.