Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
GeneralProcess.Start and return value Pin
Giorgi Dalakishvili15-Jan-08 9:55
mentorGiorgi Dalakishvili15-Jan-08 9:55 
GeneralRe: Process.Start and return value Pin
Dave Kreskowiak15-Jan-08 11:07
mveDave Kreskowiak15-Jan-08 11:07 
GeneralHelp a beginner.. Pin
Dio2215-Jan-08 9:03
Dio2215-Jan-08 9:03 
GeneralRe: Help a beginner.. Pin
led mike15-Jan-08 10:45
led mike15-Jan-08 10:45 
GeneralMS Access Pin
waheed awan15-Jan-08 8:11
waheed awan15-Jan-08 8:11 
GeneralRe: MS Access Pin
Dave Kreskowiak15-Jan-08 9:25
mveDave Kreskowiak15-Jan-08 9:25 
GeneralRe: MS Access Pin
Dan Neely15-Jan-08 10:48
Dan Neely15-Jan-08 10:48 
Questionxmlns validate with regex problem Pin
two_man_only15-Jan-08 8:05
two_man_only15-Jan-08 8:05 
how i can validate rdf's xmlns in c#
i.e.
<rdf:rdf xmlns:rdf = "http://www.here.com/why_the_how/rdf"
xmlns:rdfs = "http://www.there.com/how_the_why/schema"
xmlns:ex = "http://www.my.fake/animals">

here what i write so far:
if (output != "" && Regex.Match(output, "<[' ']*['\n']*[' ']*[a-z0-9]+[' ']*:[' ']*rdf[' ']*['\n']*[' ']*[xmlns[' ']*:[' ']*[a-z0-9]+[' ']*['\n']*[' ']*=[' ']*['\n']*[' ']*\"http://www.[a-z0-9]+.[a-z0-9]+[[/]*[a-z0-9]*[[_]*[a-z0-9]+]*[/[a-z0-9]*]*]*\"[' ']*['\n']*[' ']*]*>").Success)

but when duplicate an xmlns it say it is not valid
AnswerRe: xmlns validate with regex problem Pin
Shimmy Weitzhandler17-Jan-08 8:02
Shimmy Weitzhandler17-Jan-08 8:02 
GeneralRe: xmlns validate with regex problem Pin
two_man_only17-Jan-08 8:21
two_man_only17-Jan-08 8:21 
GeneralGet Current User From Windows Service Pin
Lash2015-Jan-08 5:53
Lash2015-Jan-08 5:53 
GeneralRe: Get Current User From Windows Service Pin
Justin Perez16-Jan-08 3:48
Justin Perez16-Jan-08 3:48 
GeneralDataTable Suggestion Please [modified] Pin
doubleas238015-Jan-08 5:09
doubleas238015-Jan-08 5:09 
GeneralRe: DataTable Suggestion Please Pin
Not Active15-Jan-08 5:37
mentorNot Active15-Jan-08 5:37 
Generalremoting and window service Pin
poqeqw15-Jan-08 4:41
poqeqw15-Jan-08 4:41 
GeneralRe: remoting and window service Pin
led mike15-Jan-08 4:46
led mike15-Jan-08 4:46 
Generalcustome Components Icon Pin
Abhijit Jana15-Jan-08 4:00
professionalAbhijit Jana15-Jan-08 4:00 
GeneralRe: custome Components Icon Pin
Judah Gabriel Himango15-Jan-08 11:27
sponsorJudah Gabriel Himango15-Jan-08 11:27 
GeneralRe: custome Components Icon Pin
Abhijit Jana15-Jan-08 18:11
professionalAbhijit Jana15-Jan-08 18:11 
GeneralEditing and Printing an word document Pin
Matjaz-xyz15-Jan-08 3:57
Matjaz-xyz15-Jan-08 3:57 
GeneralRe: Editing and Printing an word document Pin
martin_hughes15-Jan-08 4:12
martin_hughes15-Jan-08 4:12 
GeneralRe: Editing and Printing an word document Pin
Matjaz-xyz15-Jan-08 4:42
Matjaz-xyz15-Jan-08 4:42 
QuestionMonthCalendar Pin
Scotty15-Jan-08 3:14
Scotty15-Jan-08 3:14 
GeneralRe: MonthCalendar Pin
Pete O'Hanlon15-Jan-08 3:43
mvePete O'Hanlon15-Jan-08 3:43 
GeneralRe: MonthCalendar Pin
Scotty15-Jan-08 3:58
Scotty15-Jan-08 3:58 

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.