Click here to Skip to main content
15,898,538 members
Home / Discussions / C#
   

C#

 
GeneralRe: Start Menu help Pin
Mabre of the Tadadas16-Mar-08 14:50
Mabre of the Tadadas16-Mar-08 14:50 
GeneralRe: Start Menu help Pin
Anthony Mushrow16-Mar-08 16:17
professionalAnthony Mushrow16-Mar-08 16:17 
GeneralRe: Start Menu help Pin
Not Active16-Mar-08 16:22
mentorNot Active16-Mar-08 16:22 
GeneralRe: Start Menu help Pin
CataclysmicQuantum16-Mar-08 16:45
CataclysmicQuantum16-Mar-08 16:45 
GeneralRe: Start Menu help Pin
Giorgi Dalakishvili16-Mar-08 20:58
mentorGiorgi Dalakishvili16-Mar-08 20:58 
Generalexport datagrid's data to Excel sheet (windows application) Pin
Walaza16-Mar-08 8:30
Walaza16-Mar-08 8:30 
GeneralRe: export datagrid's data to Excel sheet (windows application) Pin
Giorgi Dalakishvili16-Mar-08 8:35
mentorGiorgi Dalakishvili16-Mar-08 8:35 
GeneralRe: export datagrid's data to Excel sheet (windows application) Pin
Not Active16-Mar-08 8:39
mentorNot Active16-Mar-08 8:39 
You don't export the DtaGridView, you export the data that is used to construct the Grid. A simple, though not 1005 reliable, method would be to write the data to an xml (DataSet.WriteXml)file and change the extension to xls, or transform the xml. http://www.codeproject.com/KB/office/Excel_Export.aspx[^]

Otherwise, you will need to create a Workbook instance and add the columns and rows to it.


only two letters away from being an asset

Newsdouble post Pin
buchstaben16-Mar-08 12:11
buchstaben16-Mar-08 12:11 
GeneralRe: export datagrid's data to Excel sheet (windows application) Pin
Ravenet16-Mar-08 20:23
Ravenet16-Mar-08 20:23 
GeneralRe: export datagrid's data to Excel sheet (windows application) Pin
dhans16-Mar-08 20:55
dhans16-Mar-08 20:55 
GeneralRe: export datagrid's data to Excel sheet (windows application) Pin
Walaza16-Mar-08 21:16
Walaza16-Mar-08 21:16 
GeneralProperty Localization Pin
topksharma198216-Mar-08 7:14
topksharma198216-Mar-08 7:14 
GeneralRe: Property Localization Pin
Christian Graus16-Mar-08 11:04
protectorChristian Graus16-Mar-08 11:04 
GeneralRe: Property Localization Pin
topksharma198216-Mar-08 13:13
topksharma198216-Mar-08 13:13 
GeneralRe: Property Localization Pin
Christian Graus16-Mar-08 15:38
protectorChristian Graus16-Mar-08 15:38 
GeneralRe: Property Localization Pin
Not Active16-Mar-08 16:32
mentorNot Active16-Mar-08 16:32 
GeneralXML Generation Pin
gunner_uk200016-Mar-08 7:03
gunner_uk200016-Mar-08 7:03 
GeneralRe: XML Generation Pin
Not Active16-Mar-08 7:39
mentorNot Active16-Mar-08 7:39 
QuestionIs it possible to acquire .NET form object properties from another application? Pin
Duy Pham16-Mar-08 6:50
Duy Pham16-Mar-08 6:50 
AnswerRe: Is it possible to acquire .NET form object properties from another application? Pin
Not Active16-Mar-08 8:07
mentorNot Active16-Mar-08 8:07 
GeneralRe: Is it possible to acquire .NET form object properties from another application? Pin
Duy Pham16-Mar-08 8:23
Duy Pham16-Mar-08 8:23 
GeneralRe: Is it possible to acquire .NET form object properties from another application? Pin
Not Active16-Mar-08 8:42
mentorNot Active16-Mar-08 8:42 
GeneralRe: Is it possible to acquire .NET form object properties from another application? Pin
Duy Pham16-Mar-08 10:04
Duy Pham16-Mar-08 10:04 
GeneralMouseWheel Event Pin
MichaelCoder16-Mar-08 5:52
MichaelCoder16-Mar-08 5:52 

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.