Click here to Skip to main content
15,913,221 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to programmatically delete cookies Pin
Ravi Bhavnani14-Dec-06 8:48
professionalRavi Bhavnani14-Dec-06 8:48 
QuestionPrinting HTML files without header, footer. Pin
zaboboa14-Dec-06 4:04
zaboboa14-Dec-06 4:04 
Questionpost xml to http and then retrieve that data Pin
theflux12314-Dec-06 3:42
theflux12314-Dec-06 3:42 
AnswerRe: post xml to http and then retrieve that data Pin
Ravi Bhavnani14-Dec-06 5:04
professionalRavi Bhavnani14-Dec-06 5:04 
QuestionTree View ??????? Pin
sajid.salim.khan14-Dec-06 1:14
sajid.salim.khan14-Dec-06 1:14 
AnswerRe: Tree View ??????? Pin
Tarakeshwar Reddy14-Dec-06 1:38
professionalTarakeshwar Reddy14-Dec-06 1:38 
GeneralRe: Tree View ??????? Pin
sajid.salim.khan14-Dec-06 2:23
sajid.salim.khan14-Dec-06 2:23 
QuestionHelp regarding regular expressions Pin
anu8114-Dec-06 0:19
anu8114-Dec-06 0:19 
hi all,

I needed to extract all the urls of a webpage in a windows application using C#. Say for eg,if i give the url as www.yahoo.com, all the links in that page are to be extracted.(starting with ).I tried using this regular expression

Regex r = new Regex("href\\s*=\\s*(?: (?:\\\"(?[^\\\"]*)\\\")|(?[^\\s]* ))");

But when i execute it,i get an error saying that

"Unrecognized grouping construct".

Any ideas on this please.

Thanks and regards

anu

AnswerRe: Help regarding regular expressions Pin
quiteSmart14-Dec-06 1:38
quiteSmart14-Dec-06 1:38 
GeneralRe: Help regarding regular expressions Pin
anu8114-Dec-06 1:44
anu8114-Dec-06 1:44 
GeneralRe: Help regarding regular expressions Pin
quiteSmart14-Dec-06 1:48
quiteSmart14-Dec-06 1:48 
AnswerRe: Help regarding regular expressions Pin
leppie14-Dec-06 1:55
leppie14-Dec-06 1:55 
AnswerRe: Help regarding regular expressions Pin
Guffa14-Dec-06 5:45
Guffa14-Dec-06 5:45 
QuestionXSD generated AutoIncrement problem Pin
Soundman32.213-Dec-06 23:41
Soundman32.213-Dec-06 23:41 
AnswerRe: XSD generated AutoIncrement problem Pin
Ritesh Mehrotra15-Dec-06 0:05
Ritesh Mehrotra15-Dec-06 0:05 
QuestionToolStripItem alignment Pin
Duong Tien Nam13-Dec-06 23:20
Duong Tien Nam13-Dec-06 23:20 
QuestionHow to encrypt an image file ? Pin
Zee Ahmed13-Dec-06 23:12
Zee Ahmed13-Dec-06 23:12 
AnswerRe: How to encrypt an image file ? Pin
Colin Angus Mackay13-Dec-06 23:24
Colin Angus Mackay13-Dec-06 23:24 
QuestionSql Connection testing Pin
TheKrazyNomaD13-Dec-06 23:04
TheKrazyNomaD13-Dec-06 23:04 
AnswerRe: Sql Connection testing Pin
althamda13-Dec-06 23:08
althamda13-Dec-06 23:08 
GeneralRe: Sql Connection testing Pin
TheKrazyNomaD13-Dec-06 23:17
TheKrazyNomaD13-Dec-06 23:17 
GeneralRe: Sql Connection testing Pin
Colin Angus Mackay13-Dec-06 23:21
Colin Angus Mackay13-Dec-06 23:21 
AnswerRe: Sql Connection testing Pin
Colin Angus Mackay13-Dec-06 23:20
Colin Angus Mackay13-Dec-06 23:20 
AnswerRe: Sql Connection testing Pin
Pete O'Hanlon14-Dec-06 0:23
mvePete O'Hanlon14-Dec-06 0:23 
QuestionSpecial characters in XML properties Pin
yonidebest13-Dec-06 22:56
yonidebest13-Dec-06 22:56 

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.