Click here to Skip to main content
15,910,471 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using LinearGradientBrush Pin
Ed.Poore24-Mar-06 7:44
Ed.Poore24-Mar-06 7:44 
GeneralRe: Using LinearGradientBrush Pin
mav.northwind24-Mar-06 8:53
mav.northwind24-Mar-06 8:53 
GeneralRe: Using LinearGradientBrush Pin
Ed.Poore24-Mar-06 9:02
Ed.Poore24-Mar-06 9:02 
GeneralRe: Using LinearGradientBrush Pin
JuanAlbertoMD27-Mar-06 5:30
JuanAlbertoMD27-Mar-06 5:30 
QuestionNode Dragging. Please Help! Pin
zaboboa24-Mar-06 3:27
zaboboa24-Mar-06 3:27 
AnswerRe: Node Dragging. Please Help! Pin
Robert Rohde24-Mar-06 20:11
Robert Rohde24-Mar-06 20:11 
QuestionHelp with DataGridView Pin
mrkeivan24-Mar-06 3:14
mrkeivan24-Mar-06 3:14 
AnswerRe: Help with DataGridView Pin
Office Lineman24-Mar-06 7:18
Office Lineman24-Mar-06 7:18 
The DataGridView uses the DataSource property to bind data, but before you start binding things willy-nilly, you should really have a look at the BindingSource object. This item is new in .NET 2.0 and takes much of the hassle out of complex data binding.

You should be able to change the header text for column i in the DataGrid with something like m_MyDataGrid.Columns[i].HeaderText = "blah";.


--
I've killed again, haven't I?
Generalthat doesn't work man Pin
mrkeivan24-Mar-06 11:17
mrkeivan24-Mar-06 11:17 
AnswerRe: that doesn't work man Pin
Office Lineman24-Mar-06 11:59
Office Lineman24-Mar-06 11:59 
QuestionChanging MaxLocksPerFile Registy Setting in C#.NET Pin
beatle1124-Mar-06 2:59
beatle1124-Mar-06 2:59 
AnswerRe: Changing MaxLocksPerFile Registy Setting in C#.NET Pin
HakunaMatada24-Mar-06 22:23
HakunaMatada24-Mar-06 22:23 
AnswerRe: Changing MaxLocksPerFile Registy Setting in C#.NET Pin
CengBrothers16-Aug-18 5:48
CengBrothers16-Aug-18 5:48 
QuestionImage editor in C# Pin
jerzy.michalski@telemobile.pl24-Mar-06 2:40
jerzy.michalski@telemobile.pl24-Mar-06 2:40 
AnswerRe: Image editor in C# Pin
Judah Gabriel Himango24-Mar-06 5:25
sponsorJudah Gabriel Himango24-Mar-06 5:25 
QuestionSending email goes to bulk folder Pin
DannyAdler24-Mar-06 1:53
DannyAdler24-Mar-06 1:53 
QuestionHow to use lock in C# Pin
Bob_Sun24-Mar-06 1:17
Bob_Sun24-Mar-06 1:17 
AnswerRe: How to use lock in C# Pin
leppie24-Mar-06 1:40
leppie24-Mar-06 1:40 
GeneralRe: How to use lock in C# Pin
Bob_Sun24-Mar-06 4:54
Bob_Sun24-Mar-06 4:54 
GeneralRe: How to use lock in C# Pin
Guffa24-Mar-06 1:44
Guffa24-Mar-06 1:44 
GeneralRe: How to use lock in C# Pin
Bob_Sun24-Mar-06 4:48
Bob_Sun24-Mar-06 4:48 
GeneralRe: How to use lock in C# Pin
Guffa24-Mar-06 4:57
Guffa24-Mar-06 4:57 
GeneralRe: How to use lock in C# Pin
Bob_Sun24-Mar-06 5:39
Bob_Sun24-Mar-06 5:39 
AnswerRe: How to use lock in C# Pin
Guffa24-Mar-06 6:42
Guffa24-Mar-06 6:42 
GeneralRe: How to use lock in C# Pin
Bob_Sun24-Mar-06 6:54
Bob_Sun24-Mar-06 6:54 

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.