Click here to Skip to main content
15,881,413 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Notepad Clone using a Textbox (not RichTextBox) Find / Find Next Function help? Pin
BillWoodruff17-Mar-15 22:11
professionalBillWoodruff17-Mar-15 22:11 
GeneralRe: C# Notepad Clone using a Textbox (not RichTextBox) Find / Find Next Function help? Pin
Member 1153148717-Mar-15 23:49
Member 1153148717-Mar-15 23:49 
GeneralRe: C# Notepad Clone using a Textbox (not RichTextBox) Find / Find Next Function help? Pin
BillWoodruff18-Mar-15 17:01
professionalBillWoodruff18-Mar-15 17:01 
Questionhow to send any file from server to client in c# Pin
Member 1149066016-Mar-15 21:32
Member 1149066016-Mar-15 21:32 
AnswerRe: how to send any file from server to client in c# Pin
Eddy Vluggen16-Mar-15 23:27
professionalEddy Vluggen16-Mar-15 23:27 
AnswerRe: how to send any file from server to client in c# Pin
F-ES Sitecore16-Mar-15 23:40
professionalF-ES Sitecore16-Mar-15 23:40 
QuestionProblem parsing rss feed Pin
Member 1022623016-Mar-15 19:25
Member 1022623016-Mar-15 19:25 
AnswerRe: Problem parsing rss feed Pin
Pete O'Hanlon16-Mar-15 22:19
mvePete O'Hanlon16-Mar-15 22:19 
The problem is that you are missing a reference to the XML Namespace torrent from your code. The XML cannot parse this node without this information. Something like this should help
C#
var ns = new XmlNamespaceManager(doc.NameTable);
ns.AddNamespace("torrent", "http://xmlns.ezrss.it/0.1/");

QuestionHow to call protected override void OnPaint(PaintEventArgs e) in another method in C# Pin
Member 1068390216-Mar-15 8:47
Member 1068390216-Mar-15 8:47 
AnswerRe: How to call protected override void OnPaint(PaintEventArgs e) in another method in C# Pin
Eddy Vluggen16-Mar-15 9:08
professionalEddy Vluggen16-Mar-15 9:08 
GeneralRe: How to call protected override void OnPaint(PaintEventArgs e) in another method in C# Pin
Member 1068390216-Mar-15 9:48
Member 1068390216-Mar-15 9:48 
Questionask about windorms and containers Pin
fsdsc216-Mar-15 4:56
fsdsc216-Mar-15 4:56 
AnswerRe: ask about windorms and containers Pin
OriginalGriff16-Mar-15 5:04
mveOriginalGriff16-Mar-15 5:04 
GeneralRe: ask about windorms and containers Pin
fsdsc216-Mar-15 11:21
fsdsc216-Mar-15 11:21 
GeneralRe: ask about windorms and containers Pin
fsdsc217-Mar-15 9:12
fsdsc217-Mar-15 9:12 
Questioncreate PPPoe connection in c# Pin
KARFER16-Mar-15 4:38
KARFER16-Mar-15 4:38 
AnswerRe: create PPPoe connection in c# Pin
OriginalGriff16-Mar-15 5:05
mveOriginalGriff16-Mar-15 5:05 
QuestionDoubt about netinventory Pin
Raghuraman.tm1916-Mar-15 1:32
professionalRaghuraman.tm1916-Mar-15 1:32 
AnswerRe: Doubt about netinventory Pin
OriginalGriff16-Mar-15 2:18
mveOriginalGriff16-Mar-15 2:18 
Questionwriting XML document in C# Pin
Member 436171315-Mar-15 22:03
Member 436171315-Mar-15 22:03 
AnswerRe: writing XML document in C# Pin
manchanx15-Mar-15 22:22
professionalmanchanx15-Mar-15 22:22 
AnswerRe: writing XML document in C# Pin
Eddy Vluggen16-Mar-15 1:28
professionalEddy Vluggen16-Mar-15 1:28 
AnswerRe: writing XML document in C# Pin
amagitech16-Mar-15 6:21
amagitech16-Mar-15 6:21 
AnswerRe: writing XML document in C# Pin
Gerry Schmitz16-Mar-15 12:55
mveGerry Schmitz16-Mar-15 12:55 
AnswerRe: writing XML document in C# Pin
Subramanyam Shankar16-Mar-15 15:33
professionalSubramanyam Shankar16-Mar-15 15:33 

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.