Click here to Skip to main content
15,885,915 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to do edit ,update and delete in DataGridview using C# Pin
Henry Minute17-Jan-11 5:58
Henry Minute17-Jan-11 5:58 
GeneralRe: How to do edit ,update and delete in DataGridview using C# Pin
Pete O'Hanlon17-Jan-11 6:17
mvePete O'Hanlon17-Jan-11 6:17 
QuestionHow to not allowing the user to kill a process from Task Manager Pin
Aseem Sharma16-Jan-11 6:22
Aseem Sharma16-Jan-11 6:22 
AnswerRe: How to not allowing the user to kill a process from Task Manager [modified] Pin
Dan Mos16-Jan-11 6:30
Dan Mos16-Jan-11 6:30 
AnswerRe: How to not allowing the user to kill a process from Task Manager Pin
Manfred Rudolf Bihy16-Jan-11 6:36
professionalManfred Rudolf Bihy16-Jan-11 6:36 
AnswerRe: How to not allowing the user to kill a process from Task Manager PinPopular
Pete O'Hanlon16-Jan-11 9:15
mvePete O'Hanlon16-Jan-11 9:15 
GeneralRe: How to not allowing the user to kill a process from Task Manager Pin
fjdiewornncalwe16-Jan-11 16:46
professionalfjdiewornncalwe16-Jan-11 16:46 
Questionsome questions about Chart control Pin
Erdinc2716-Jan-11 2:17
Erdinc2716-Jan-11 2:17 
hey guys..i have a chart control and a datagridview on my form..i want to show the values in a graphic which i have in datagridview..Here is how it looks..i have some questions about it.
1) how i can arrange YAxis increase rate as 1..it increases by 5.
2) how i can move the black lines on backround of my chart area?
3) there are two series(Series 1 and Sayilar) there..i couldnt find any example that i can use Series1..i mean the chart control already has..that is why i created new one(Sayilar)..my question is how i can use Series2 or how i can remove it..here is the codes i created and added it to my chart control
4) how i can add some texts of Chart control Axis to inform the user which columns means what
Series series = new Series("Sayilar");
            series.Color = Color.DarkGoldenrod;
            series.BackSecondaryColor = Color.OrangeRed;
            series.BackGradientStyle = GradientStyle.LeftRight;
            

            series.XValueMember = "Sayilar";

            series.XValueType = ChartValueType.String;
 
            series.YValueMembers = "Kaç Kere";
            series.YValueType = ChartValueType.String;
           

            series.ChartType = SeriesChartType.Column;
            
            chart1.Series.Add(series);

than ks for your helps and answers
vemedya.com

QuestionStatic label in taskbar Pin
WritinCode15-Jan-11 19:35
WritinCode15-Jan-11 19:35 
AnswerRe: Static label in taskbar Pin
Eddy Vluggen16-Jan-11 10:39
professionalEddy Vluggen16-Jan-11 10:39 
Questioncant play sound from source using MediaElement Pin
igalep13215-Jan-11 12:10
igalep13215-Jan-11 12:10 
AnswerRe: cant play sound from source using MediaElement [modified] Pin
RaviRanjanKr15-Jan-11 18:23
professionalRaviRanjanKr15-Jan-11 18:23 
GeneralRe: cant play sound from source using MediaElement Pin
igalep13216-Jan-11 11:16
igalep13216-Jan-11 11:16 
GeneralRe: cant play sound from source using MediaElement Pin
RaviRanjanKr16-Jan-11 17:57
professionalRaviRanjanKr16-Jan-11 17:57 
QuestionDo people know about LINQ expression trees for super fast reflection? Pin
SledgeHammer0115-Jan-11 9:15
SledgeHammer0115-Jan-11 9:15 
AnswerRe: Do people know about LINQ expression trees for super fast reflection? PinPopular
Pete O'Hanlon15-Jan-11 10:26
mvePete O'Hanlon15-Jan-11 10:26 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? Pin
SledgeHammer0115-Jan-11 11:23
SledgeHammer0115-Jan-11 11:23 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? Pin
N a v a n e e t h16-Jan-11 4:51
N a v a n e e t h16-Jan-11 4:51 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? Pin
Pete O'Hanlon16-Jan-11 5:06
mvePete O'Hanlon16-Jan-11 5:06 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? Pin
N a v a n e e t h16-Jan-11 5:15
N a v a n e e t h16-Jan-11 5:15 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? Pin
Pete O'Hanlon16-Jan-11 9:12
mvePete O'Hanlon16-Jan-11 9:12 
AnswerAll of this post is plagiarised (except for the smiley...) Pin
Keith Barrow15-Jan-11 11:24
professionalKeith Barrow15-Jan-11 11:24 
AnswerRe: Do people know about LINQ expression trees for super fast reflection? Pin
PIEBALDconsult15-Jan-11 14:10
mvePIEBALDconsult15-Jan-11 14:10 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? [modified] Pin
SledgeHammer0115-Jan-11 15:16
SledgeHammer0115-Jan-11 15:16 
GeneralRe: Do people know about LINQ expression trees for super fast reflection? Pin
SledgeHammer0115-Jan-11 15:22
SledgeHammer0115-Jan-11 15:22 

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.