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

C#

 
AnswerRe: VGA output in C# Pin
Dan Neely18-Nov-08 10:05
Dan Neely18-Nov-08 10:05 
GeneralRe: VGA output in C# Pin
evertqin18-Nov-08 14:22
evertqin18-Nov-08 14:22 
GeneralRe: VGA output in C# Pin
Dave Kreskowiak18-Nov-08 14:33
mveDave Kreskowiak18-Nov-08 14:33 
GeneralRe: VGA output in C# Pin
evertqin18-Nov-08 17:02
evertqin18-Nov-08 17:02 
GeneralRe: VGA output in C# Pin
Dave Kreskowiak18-Nov-08 17:42
mveDave Kreskowiak18-Nov-08 17:42 
AnswerRe: VGA output in C# Pin
Christian Graus18-Nov-08 11:47
protectorChristian Graus18-Nov-08 11:47 
Questionregular expression cleanup! Pin
nesfrank18-Nov-08 9:14
nesfrank18-Nov-08 9:14 
AnswerRe: regular expression cleanup! Pin
sph3rex18-Nov-08 9:34
sph3rex18-Nov-08 9:34 
a regexp like [\x00-\x09\x0B-\x0C\x0E-\x1F\x22\x3B\x3C\x3E\x7C] which is equivalent with if ( (ASCii <=9) || (ASCii == 11) || (ASCii == 12) || ( (ASCii >=14) && (ASCii <=31) ) || (ASCii == 34) || (ASCii == 59) || (ASCii == 60) || (ASCii == 62) || (ASCii == 124) )... hope i didn`t omit any of the ascii numbers or miscalculated their value Sigh | :sigh:

Code? Yeah i love it fried together with a glass of wine.

AnswerRe: regular expression cleanup! Pin
carbon_golem18-Nov-08 9:54
carbon_golem18-Nov-08 9:54 
AnswerRe: regular expression cleanup! Pin
Garth J Lancaster18-Nov-08 10:17
professionalGarth J Lancaster18-Nov-08 10:17 
AnswerRe: regular expression cleanup! [modified] Pin
Robert.C.Cartaino18-Nov-08 11:16
Robert.C.Cartaino18-Nov-08 11:16 
QuestionDataset with 6 columns, how to display only 3 in a data grid? Pin
jeweladdict18-Nov-08 9:06
jeweladdict18-Nov-08 9:06 
AnswerRe: Dataset with 6 columns, how to display only 3 in a data grid? Pin
Wendelius18-Nov-08 9:39
mentorWendelius18-Nov-08 9:39 
AnswerRe: Dataset with 6 columns, how to display only 3 in a data grid? Pin
Priya Prk18-Nov-08 9:40
Priya Prk18-Nov-08 9:40 
GeneralRe: Dataset with 6 columns, how to display only 3 in a data grid? Pin
jeweladdict18-Nov-08 9:47
jeweladdict18-Nov-08 9:47 
Questionthoughts on localizing SQL exceptions? Pin
Member 232448318-Nov-08 8:46
Member 232448318-Nov-08 8:46 
AnswerRe: thoughts on localizing SQL exceptions? Pin
Wendelius18-Nov-08 9:17
mentorWendelius18-Nov-08 9:17 
GeneralRe: thoughts on localizing SQL exceptions? Pin
Member 232448318-Nov-08 9:39
Member 232448318-Nov-08 9:39 
GeneralRe: thoughts on localizing SQL exceptions? Pin
Wendelius18-Nov-08 9:47
mentorWendelius18-Nov-08 9:47 
GeneralRe: thoughts on localizing SQL exceptions? Pin
Member 232448318-Nov-08 10:15
Member 232448318-Nov-08 10:15 
GeneralRe: thoughts on localizing SQL exceptions? Pin
Wendelius18-Nov-08 10:34
mentorWendelius18-Nov-08 10:34 
QuestionSpecifying pointer address, or something like that... Pin
boberick218-Nov-08 8:08
boberick218-Nov-08 8:08 
AnswerRe: Specifying pointer address, or something like that... Pin
Dave Kreskowiak18-Nov-08 8:21
mveDave Kreskowiak18-Nov-08 8:21 
GeneralRe: Specifying pointer address, or something like that... Pin
boberick218-Nov-08 8:37
boberick218-Nov-08 8:37 
GeneralRe: Specifying pointer address, or something like that... Pin
Paul Conrad18-Nov-08 8:43
professionalPaul Conrad18-Nov-08 8:43 

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.