Click here to Skip to main content
15,914,014 members
Home / Discussions / C#
   

C#

 
QuestionSimple hashcode [modified] Pin
gumi_r@msn.com9-May-07 13:04
gumi_r@msn.com9-May-07 13:04 
AnswerRe: Simple hashcode Pin
Luc Pattyn9-May-07 14:20
sitebuilderLuc Pattyn9-May-07 14:20 
GeneralRe: Simple hashcode [modified] Pin
gumi_r@msn.com9-May-07 22:33
gumi_r@msn.com9-May-07 22:33 
GeneralRe: Simple hashcode Pin
Luc Pattyn9-May-07 22:48
sitebuilderLuc Pattyn9-May-07 22:48 
GeneralRe: Simple hashcode [modified] Pin
gumi_r@msn.com9-May-07 23:02
gumi_r@msn.com9-May-07 23:02 
GeneralRe: Simple hashcode Pin
Luc Pattyn9-May-07 23:09
sitebuilderLuc Pattyn9-May-07 23:09 
QuestionRegular Expression for Getting file urls. Pin
Neo_Shehpar9-May-07 12:23
Neo_Shehpar9-May-07 12:23 
AnswerRe: Regular Expression for Getting file urls. Pin
Ed.Poore9-May-07 12:41
Ed.Poore9-May-07 12:41 
Can't you just search for
[^\"\<\>\|\x0000\x0001\x0002\x0003\x0004\x0005\x0006\a\b\t\n\v\f\r\x000e\x000f\x0010\x0011\x0012\x0013\x0014\x0015\x0016\x0017\x0018\x0019\x001a\x001b\x001c\x001d\x001e\x001f\:\*\?\\\/]+\.pdf
Basically what I've done here is used Reflector to look for all characters which .NET believes are invalid filename characters (the bit inside the [^...]+, the regex then looks for a group of one or more of these characters followed by a .pdf (\.pdf).

Have not tested it and do not accept resposability Poke tongue | ;-P



AnswerRe: Regular Expression for Getting file urls. Pin
zinc_z10-May-07 1:31
zinc_z10-May-07 1:31 
QuestionSharing an object in Assembly ? Pin
zinc_z9-May-07 11:59
zinc_z9-May-07 11:59 
AnswerRe: Sharing an object in Assembly ? Pin
Judah Gabriel Himango9-May-07 12:34
sponsorJudah Gabriel Himango9-May-07 12:34 
QuestionDeleting Leading White Spaces Pin
dboy2219-May-07 10:34
dboy2219-May-07 10:34 
AnswerRe: Deleting Leading White Spaces Pin
Giorgi Dalakishvili9-May-07 10:41
mentorGiorgi Dalakishvili9-May-07 10:41 
AnswerRe: Deleting Leading White Spaces Pin
Patrick Etc.9-May-07 10:44
Patrick Etc.9-May-07 10:44 
QuestionTrace messages from a service on 2003 Server not showing??!! Pin
LongRange.Shooter9-May-07 10:25
LongRange.Shooter9-May-07 10:25 
Question"Exception of type 'System.OutOfMemoryException' was thrown Pin
AAKAra9-May-07 10:14
AAKAra9-May-07 10:14 
AnswerRe: "Exception of type 'System.OutOfMemoryException' was thrown Pin
LongRange.Shooter10-May-07 10:12
LongRange.Shooter10-May-07 10:12 
QuestionSteps to developing a Proxy Server Pin
TheGecko9-May-07 9:18
TheGecko9-May-07 9:18 
AnswerRe: Steps to developing a Proxy Server Pin
Tarakeshwar Reddy9-May-07 9:30
professionalTarakeshwar Reddy9-May-07 9:30 
QuestionHow to have the DataSet available after getting disconnected from Database server? Pin
Khoramdin9-May-07 9:07
Khoramdin9-May-07 9:07 
AnswerRe: How to have the DataSet available after getting disconnected from Database server? Pin
Giorgi Dalakishvili9-May-07 9:33
mentorGiorgi Dalakishvili9-May-07 9:33 
GeneralRe: How to have the DataSet available after getting disconnected from Database server? Pin
Khoramdin9-May-07 9:42
Khoramdin9-May-07 9:42 
AnswerRe: How to have the DataSet available after getting disconnected from Database server? Pin
Khoramdin9-May-07 9:54
Khoramdin9-May-07 9:54 
QuestionHow to code this in C# Pin
Guangli(Glen) Liu9-May-07 7:46
professionalGuangli(Glen) Liu9-May-07 7:46 
AnswerRe: How to code this in C# Pin
Giorgi Dalakishvili9-May-07 7:50
mentorGiorgi Dalakishvili9-May-07 7:50 

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.