Click here to Skip to main content
15,893,668 members
Home / Discussions / C#
   

C#

 
AnswerRe: Save a file path within an XML document? Pin
Ravi Bhavnani12-Jun-06 9:27
professionalRavi Bhavnani12-Jun-06 9:27 
GeneralRe: Save a file path within an XML document? Pin
Nick H. Lauritsen12-Jun-06 9:34
Nick H. Lauritsen12-Jun-06 9:34 
GeneralRe: Save a file path within an XML document? Pin
Nougat H.12-Jun-06 9:50
Nougat H.12-Jun-06 9:50 
GeneralRe: Save a file path within an XML document? Pin
Nick H. Lauritsen12-Jun-06 11:07
Nick H. Lauritsen12-Jun-06 11:07 
GeneralRe: Save a file path within an XML document? Pin
Nougat H.12-Jun-06 11:31
Nougat H.12-Jun-06 11:31 
GeneralRe: Save a file path within an XML document? Pin
Nick H. Lauritsen12-Jun-06 11:39
Nick H. Lauritsen12-Jun-06 11:39 
QuestionClass objects as Datasources [modified] Pin
Andrew Stampor12-Jun-06 9:19
Andrew Stampor12-Jun-06 9:19 
AnswerRe: Class objects as Datasources Pin
Office Lineman12-Jun-06 10:09
Office Lineman12-Jun-06 10:09 
You can create your own columns for the DataGridView by setting its AutoGenerateColumns property to false and then adding DataGridViewColumn-derived (e.g. DataGridViewTextBoxColumn) columns to it with your desired HeaderText and DataPropertyName properties, in the order you want, preferably prior to data binding.

--
I've killed again, haven't I?
QuestionCE.net C# Call One App From Another Pin
Handheld Programmer12-Jun-06 8:59
Handheld Programmer12-Jun-06 8:59 
QuestionHow can i do table like this one Pin
mariuszfryta12-Jun-06 8:42
mariuszfryta12-Jun-06 8:42 
AnswerRe: How can i do table like this one Pin
Luis Alonso Ramos12-Jun-06 8:46
Luis Alonso Ramos12-Jun-06 8:46 
JokeRe: How can i do table like this one Pin
Jun Du12-Jun-06 8:46
Jun Du12-Jun-06 8:46 
QuestionForcing Validated event before Click event for a ToolStrip button Pin
Luis Alonso Ramos12-Jun-06 8:31
Luis Alonso Ramos12-Jun-06 8:31 
QuestionProgress Message Box? Pin
ahall@mirapoint.com12-Jun-06 7:33
ahall@mirapoint.com12-Jun-06 7:33 
AnswerRe: Progress Message Box? [modified] Pin
Ed.Poore12-Jun-06 9:08
Ed.Poore12-Jun-06 9:08 
GeneralRe: Progress Message Box? Pin
ahall@mirapoint.com12-Jun-06 11:33
ahall@mirapoint.com12-Jun-06 11:33 
QuestionPassing an instance of the base class to a child class Pin
MrEyes12-Jun-06 6:37
MrEyes12-Jun-06 6:37 
AnswerRe: Passing an instance of the base class to a child class Pin
Dustin Metzgar12-Jun-06 6:49
Dustin Metzgar12-Jun-06 6:49 
AnswerRe: Passing an instance of the base class to a child class Pin
Jun Du12-Jun-06 7:40
Jun Du12-Jun-06 7:40 
QuestionFixing flicker in a DataGridView? Pin
Andrew Stampor12-Jun-06 6:24
Andrew Stampor12-Jun-06 6:24 
GeneralRe: Fixing flicker in a DataGridView? Pin
Office Lineman12-Jun-06 9:22
Office Lineman12-Jun-06 9:22 
GeneralRe: Fixing flicker in a DataGridView? Pin
Andrew Stampor12-Jun-06 9:53
Andrew Stampor12-Jun-06 9:53 
GeneralRe: Fixing flicker in a DataGridView? Pin
Office Lineman12-Jun-06 10:04
Office Lineman12-Jun-06 10:04 
GeneralRe: Fixing flicker in a DataGridView? Pin
Andrew Stampor13-Jun-06 4:19
Andrew Stampor13-Jun-06 4:19 
GeneralRe: Fixing flicker in a DataGridView? Pin
Office Lineman13-Jun-06 7:09
Office Lineman13-Jun-06 7:09 

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.