Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
AnswerRe: Advanced Debugging Techiniques Pin
Shameel6-Jun-11 5:23
professionalShameel6-Jun-11 5:23 
GeneralRe: Advanced Debugging Techiniques Pin
GenJerDan6-Jun-11 6:34
GenJerDan6-Jun-11 6:34 
JokeRe: Advanced Debugging Techiniques Pin
MicroVirus6-Jun-11 12:38
MicroVirus6-Jun-11 12:38 
AnswerRe: Advanced Debugging Techiniques Pin
Abhinav S6-Jun-11 6:48
Abhinav S6-Jun-11 6:48 
AnswerRe: Advanced Debugging Techiniques Pin
AspDotNetDev6-Jun-11 10:11
protectorAspDotNetDev6-Jun-11 10:11 
QuestionWriting Regular Expression for local folder, shared folder and ftp path Pin
devvvy5-Jun-11 20:06
devvvy5-Jun-11 20:06 
AnswerRe: Writing Regular Expression for local folder, shared folder and ftp path [modified] Pin
BobJanova6-Jun-11 0:37
BobJanova6-Jun-11 0:37 
AnswerRe: Writing Regular Expression for local folder, shared folder and ftp path Pin
Pete O'Hanlon6-Jun-11 1:08
mvePete O'Hanlon6-Jun-11 1:08 
You could always use a variant of this regex:
^((([a-zA-Z]:)(\\{2}[a-zA-Z]+)(\\{2}\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))(?=(\\(\w[\w ]*)))(\\\w[\w ]*)*)$
This might have been better placed in the regular expression forum.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


QuestionHello Friends Help Needed for My Project [Automatic Login System] Pin
hackerzpark4-Jun-11 17:10
hackerzpark4-Jun-11 17:10 
AnswerRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
venomation4-Jun-11 17:24
venomation4-Jun-11 17:24 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
hackerzpark4-Jun-11 17:31
hackerzpark4-Jun-11 17:31 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
venomation4-Jun-11 17:42
venomation4-Jun-11 17:42 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
GenJerDan6-Jun-11 6:41
GenJerDan6-Jun-11 6:41 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
DaveyM694-Jun-11 23:03
professionalDaveyM694-Jun-11 23:03 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] Pin
hackerzpark6-Jun-11 6:16
hackerzpark6-Jun-11 6:16 
GeneralRe: Hello Friends Help Needed for My Project [Automatic Login System] [modified] Pin
DaveyM696-Jun-11 10:39
professionalDaveyM696-Jun-11 10:39 
QuestionHow to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 14:23
venomation4-Jun-11 14:23 
AnswerRe: How to disable a panels vertical scroll to the mouse wheel Pin
Mark Salsbery4-Jun-11 16:25
Mark Salsbery4-Jun-11 16:25 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 16:38
venomation4-Jun-11 16:38 
AnswerRe: How to disable a panels vertical scroll to the mouse wheel Pin
Philippe Mori4-Jun-11 16:28
Philippe Mori4-Jun-11 16:28 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 16:45
venomation4-Jun-11 16:45 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
Philippe Mori4-Jun-11 17:16
Philippe Mori4-Jun-11 17:16 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation4-Jun-11 17:35
venomation4-Jun-11 17:35 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
gavindon5-Jun-11 4:17
gavindon5-Jun-11 4:17 
GeneralRe: How to disable a panels vertical scroll to the mouse wheel Pin
venomation5-Jun-11 11:10
venomation5-Jun-11 11:10 

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.