Click here to Skip to main content
16,006,515 members
Home / Discussions / C#
   

C#

 
AnswerRe: Any difference between Console App and Windows Service for HttpWebRequest..? [Eureka!] Pin
Paladin200022-Feb-12 10:40
Paladin200022-Feb-12 10:40 
GeneralRe: Any difference between Console App and Windows Service for HttpWebRequest..? [Eureka!] Pin
jschell22-Feb-12 11:35
jschell22-Feb-12 11:35 
QuestionVisual Studio - Could not load file or assembly 'Microsoft MSXML' Pin
Michael Breeden21-Feb-12 6:27
Michael Breeden21-Feb-12 6:27 
AnswerRe: Visual Studio - Could not load file or assembly 'Microsoft MSXML' Pin
Eddy Vluggen21-Feb-12 10:15
professionalEddy Vluggen21-Feb-12 10:15 
GeneralNo help there Pin
Michael Breeden21-Feb-12 10:40
Michael Breeden21-Feb-12 10:40 
GeneralRe: No help there Pin
Eddy Vluggen21-Feb-12 10:59
professionalEddy Vluggen21-Feb-12 10:59 
AnswerWell, I solved it. Just install VS 2010 Express Pin
Michael Breeden21-Feb-12 15:42
Michael Breeden21-Feb-12 15:42 
QuestionClearing ZedGraph curves Pin
DerecL21-Feb-12 6:23
DerecL21-Feb-12 6:23 
Hello, I am making some program where I am using zedgraph libraries. And I have a little problem on clearing curves. When form loads I add graph and I want to clear the curves when I press the button Clear and then press Start start over again. Creating graph there is now problem but when I press Clear and Start again it doesn't start again. I give you some fragments of the code how I clear it.

C#
private void Clear_Click(object sender, EventArgs e)
{
    zg1.GraphPane.CurveList.Clear();

    zg1.GraphPane.GraphObjList.Clear();
    zg1.Invalidate();
}

AnswerRe: Clearing ZedGraph curves Pin
Eddy Vluggen21-Feb-12 10:18
professionalEddy Vluggen21-Feb-12 10:18 
Questionhot to get processor ID in C# Pin
venkateshsingaluri21-Feb-12 4:53
venkateshsingaluri21-Feb-12 4:53 
AnswerRe: hot to get processor ID in C# Pin
ProEnggSoft21-Feb-12 5:08
ProEnggSoft21-Feb-12 5:08 
AnswerRe: hot to get processor ID in C# Pin
Dave Kreskowiak21-Feb-12 5:43
mveDave Kreskowiak21-Feb-12 5:43 
AnswerRe: hot to get processor ID in C# Pin
Smart Arab21-Feb-12 6:50
Smart Arab21-Feb-12 6:50 
Jokejkjkjjkj Pin
sunil6021-Feb-12 2:48
sunil6021-Feb-12 2:48 
GeneralRe: jkjkjjkj Pin
loyal ginger21-Feb-12 2:52
loyal ginger21-Feb-12 2:52 
QuestionAutomatic fluid (in theory) resize of Windows Forms App Pin
brendanpi20-Feb-12 18:35
brendanpi20-Feb-12 18:35 
AnswerRe: Automatic fluid (in theory) resize of Windows Forms App Pin
OriginalGriff20-Feb-12 21:01
mveOriginalGriff20-Feb-12 21:01 
GeneralRe: Automatic fluid (in theory) resize of Windows Forms App Pin
brendanpi21-Feb-12 11:40
brendanpi21-Feb-12 11:40 
AnswerRe: Automatic fluid (in theory) resize of Windows Forms App Pin
Luc Pattyn21-Feb-12 13:56
sitebuilderLuc Pattyn21-Feb-12 13:56 
QuestionConvert from unicode to English Pin
Member 770211020-Feb-12 18:34
Member 770211020-Feb-12 18:34 
AnswerRe: Convert from unicode to English PinPopular
OriginalGriff20-Feb-12 21:03
mveOriginalGriff20-Feb-12 21:03 
AnswerRe: Convert from unicode to English Pin
Alan Balkany21-Feb-12 4:21
Alan Balkany21-Feb-12 4:21 
QuestionformPrintHelper Component compatible in .NET 4 Client Profile? Pin
aquahoya20-Feb-12 12:16
aquahoya20-Feb-12 12:16 
AnswerRe: formPrintHelper Component compatible in .NET 4 Client Profile? Pin
Dave Kreskowiak20-Feb-12 12:27
mveDave Kreskowiak20-Feb-12 12:27 
AnswerRe: formPrintHelper Component compatible in .NET 4 Client Profile? Pin
Luc Pattyn20-Feb-12 12:28
sitebuilderLuc Pattyn20-Feb-12 12:28 

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.