Click here to Skip to main content
16,004,406 members
Home / Discussions / C#
   

C#

 
Questionhi friends , do any one know how to create crystal reports Pin
prasadbuddhika11-Aug-07 0:06
prasadbuddhika11-Aug-07 0:06 
AnswerRe: hi friends , do any one know how to create crystal reports Pin
Rami Said Abd Alhalim11-Aug-07 1:43
Rami Said Abd Alhalim11-Aug-07 1:43 
QuestionRead a value from another form ! Pin
mrkeivan10-Aug-07 21:25
mrkeivan10-Aug-07 21:25 
AnswerRe: Read a value from another form ! Pin
Hessam Jalali10-Aug-07 21:49
Hessam Jalali10-Aug-07 21:49 
AnswerRe: Read a value from another form ! Pin
Giorgi Dalakishvili10-Aug-07 22:16
mentorGiorgi Dalakishvili10-Aug-07 22:16 
AnswerRe: Read a value from another form ! Pin
Michael Sync12-Aug-07 4:04
Michael Sync12-Aug-07 4:04 
Questionmdi parent form Pin
monuSaini10-Aug-07 20:09
monuSaini10-Aug-07 20:09 
AnswerRe: mdi parent form Pin
Hessam Jalali10-Aug-07 20:36
Hessam Jalali10-Aug-07 20:36 
GeneralRe: mdi parent form Pin
monuSaini10-Aug-07 20:58
monuSaini10-Aug-07 20:58 
GeneralRe: mdi parent form Pin
Hessam Jalali10-Aug-07 21:09
Hessam Jalali10-Aug-07 21:09 
Questioninternal /internal protected Pin
Sonia Gupta10-Aug-07 19:07
Sonia Gupta10-Aug-07 19:07 
GeneralRe: internal /internal protected Pin
Guffa11-Aug-07 2:10
Guffa11-Aug-07 2:10 
GeneralRe: internal /internal protected Pin
chinaQI11-Aug-07 6:39
chinaQI11-Aug-07 6:39 
QuestionThumbnail Pin
sathishkumar198210-Aug-07 18:44
sathishkumar198210-Aug-07 18:44 
AnswerRe: Thumbnail Pin
Csharp™11-Aug-07 23:24
Csharp™11-Aug-07 23:24 
QuestionAddDomain.Load() Pin
BoneSoft10-Aug-07 16:54
BoneSoft10-Aug-07 16:54 
QuestionToolStrip drags Pin
juFo10-Aug-07 13:15
juFo10-Aug-07 13:15 
Questionduplex images on a printer Pin
cmarmr10-Aug-07 11:04
cmarmr10-Aug-07 11:04 
QuestionCrystal Report Problem ! Pin
mrkeivan10-Aug-07 10:12
mrkeivan10-Aug-07 10:12 
AnswerRe: Crystal Report Problem ! Pin
Sonia Gupta10-Aug-07 18:18
Sonia Gupta10-Aug-07 18:18 
GeneralRe: Crystal Report Problem ! Pin
mrkeivan10-Aug-07 20:38
mrkeivan10-Aug-07 20:38 
AnswerRe: Crystal Report Problem ! Pin
Imranlogi12-Aug-07 21:00
Imranlogi12-Aug-07 21:00 
QuestionDeleting rows from a dataset Pin
tthellebuyck10-Aug-07 9:54
tthellebuyck10-Aug-07 9:54 
QuestionRegEx Headache Pin
Expert Coming10-Aug-07 9:49
Expert Coming10-Aug-07 9:49 
I am using Expresso to make a RegEx, I can't get it to work at all. I am horrible with RegEx in complex cases. If anyone could give me the RegEx to do what I am needing that would be great.

I have a web page I am scraping for Names on a web page. There will be multiple Names everytime, the Names can be any A-Z, as long as they want. The problem is, the browser puts this (& # 1 6 0 ; (Without the spaces in between each)) for a space character.

Samples:
&name=Will+Conquer">Will&#160;Conquer</A></TD>
&name=Wilsinhu+Knight">Wilsinhu&#160;Knight</A></TD>
&name=Xantiia">Xantiia</A></TD>

I want out of those:
Will&#160;Conquer
Wilsinhu&#160;Knight
Xantiia

Thanks for any responses. I am well aware that this isn't a forum to get your work done for you, this is a personal project and I have had a nightmare with RegEx. Any help is greatly appriciated.





The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
AnswerRe: RegEx Headache Pin
Expert Coming10-Aug-07 18:48
Expert Coming10-Aug-07 18:48 

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.