Click here to Skip to main content
15,896,285 members
Home / Discussions / C#
   

C#

 
AnswerRe: Class Stucture Question Pin
Christian Graus24-Oct-05 15:26
protectorChristian Graus24-Oct-05 15:26 
GeneralRe: Class Stucture Question Pin
jgallen2324-Oct-05 15:35
jgallen2324-Oct-05 15:35 
GeneralRe: Class Stucture Question Pin
Christian Graus24-Oct-05 15:39
protectorChristian Graus24-Oct-05 15:39 
GeneralRe: Class Stucture Question Pin
jgallen2324-Oct-05 16:46
jgallen2324-Oct-05 16:46 
GeneralRe: Class Stucture Question Pin
Christian Graus24-Oct-05 16:47
protectorChristian Graus24-Oct-05 16:47 
Question2 question in C# Pin
Yanshof24-Oct-05 14:33
Yanshof24-Oct-05 14:33 
AnswerRe: 2 question in C# Pin
Christian Graus24-Oct-05 15:24
protectorChristian Graus24-Oct-05 15:24 
QuestionHelp with REGEX match cases Pin
jeweladdict24-Oct-05 13:57
jeweladdict24-Oct-05 13:57 
Can you guys tell me if these are correct? I'm parsing a file, word by word, and I'm trying to see if they fit into the correct format.

The first format is if the token is a double. Meaning we have 1234 or 1234.0123
What I have is if( (Regex.IsMatch( token, @"\d*")) || (Regex.IsMatch( token, @"\d*[.]\d*")) )

The second is if it is a letter followed by any other alphanumeric up to 10 characters total in length:
if( Regex.IsMatch( token, @"\b[a-zA-z]\w{2,3,4,5,6,7,8,9}\b") )

Do those look right?
Thanks in advance!
AnswerRe: Help with REGEX match cases Pin
Christian Graus24-Oct-05 14:00
protectorChristian Graus24-Oct-05 14:00 
GeneralRe: Help with REGEX match cases Pin
jeweladdict25-Oct-05 5:39
jeweladdict25-Oct-05 5:39 
QuestionRichtextbox -> ListBox Pin
Stathread24-Oct-05 13:49
Stathread24-Oct-05 13:49 
AnswerRe: Richtextbox -> ListBox Pin
Christian Graus24-Oct-05 14:02
protectorChristian Graus24-Oct-05 14:02 
GeneralRe: Richtextbox -> ListBox Pin
Stathread24-Oct-05 14:06
Stathread24-Oct-05 14:06 
GeneralRe: Richtextbox -> ListBox Pin
Christian Graus24-Oct-05 14:11
protectorChristian Graus24-Oct-05 14:11 
GeneralRe: Richtextbox -> ListBox Pin
Stathread24-Oct-05 14:13
Stathread24-Oct-05 14:13 
GeneralRe: Richtextbox -> ListBox Pin
Christian Graus24-Oct-05 14:15
protectorChristian Graus24-Oct-05 14:15 
GeneralRe: Richtextbox -> ListBox Pin
Stathread24-Oct-05 14:15
Stathread24-Oct-05 14:15 
GeneralRe: Richtextbox -> ListBox Pin
Christian Graus24-Oct-05 14:17
protectorChristian Graus24-Oct-05 14:17 
GeneralRe: Richtextbox -> ListBox Pin
Stathread24-Oct-05 14:20
Stathread24-Oct-05 14:20 
QuestionIs it possible to copy or delete or move a locked file? Pin
Sasuko24-Oct-05 12:49
Sasuko24-Oct-05 12:49 
AnswerRe: Is it possible to copy or delete or move a locked file? Pin
enjoycrack24-Oct-05 12:58
enjoycrack24-Oct-05 12:58 
QuestionPassing an active Socket from C# to Managed C++ Pin
DeepToot24-Oct-05 11:58
DeepToot24-Oct-05 11:58 
AnswerRe: Passing an active Socket from C# to Managed C++ Pin
S. Senthil Kumar24-Oct-05 19:21
S. Senthil Kumar24-Oct-05 19:21 
GeneralRe: Passing an active Socket from C# to Managed C++ Pin
DeepToot25-Oct-05 3:53
DeepToot25-Oct-05 3:53 
QuestionDisplay Window's Explorer menu in MY program's context menu Pin
Kasdoffe24-Oct-05 11:47
Kasdoffe24-Oct-05 11:47 

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.