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

C#

 
GeneralRe: how to convert 15bits colors to 24bits colors? Pin
leppie13-Sep-06 22:11
leppie13-Sep-06 22:11 
GeneralRe: how to convert 15bits colors to 24bits colors? Pin
Christian Graus13-Sep-06 22:13
protectorChristian Graus13-Sep-06 22:13 
GeneralRe: how to convert 15bits colors to 24bits colors? Pin
leppie13-Sep-06 22:24
leppie13-Sep-06 22:24 
GeneralRe: how to convert 15bits colors to 24bits colors? Pin
Christian Graus13-Sep-06 22:30
protectorChristian Graus13-Sep-06 22:30 
GeneralRe: how to convert 15bits colors to 24bits colors? Pin
leppie13-Sep-06 22:35
leppie13-Sep-06 22:35 
GeneralRe: how to convert 15bits colors to 24bits colors? Pin
Dan Neely14-Sep-06 2:18
Dan Neely14-Sep-06 2:18 
Questionhow to save data in excel using windows forms Pin
indiaone13-Sep-06 21:25
indiaone13-Sep-06 21:25 
AnswerRe: how to save data in excel using windows forms Pin
swapnil0613-Sep-06 21:40
swapnil0613-Sep-06 21:40 
Get the Data in data set,data tables and set relationships etc.using data adapter.

Next step is to write into a file using stream object like FileStream
// Get a FileStream object
FileStream myFs =
new FileStream
("myXmlData.xml",FileMode.OpenOrCreate,FileAccess.Write);

You can loop through the rows of your data table and write xml elements and nodes to the xml file
or else
you can use dataset's writexml property

Questionexporting data from excel to grid wiew Pin
Uma Kameswari13-Sep-06 21:19
Uma Kameswari13-Sep-06 21:19 
AnswerRe: exporting data from excel to grid wiew Pin
Suelinda_W20-Sep-06 5:20
Suelinda_W20-Sep-06 5:20 
QuestionBinding listbox Pin
Sri harini13-Sep-06 21:18
Sri harini13-Sep-06 21:18 
AnswerRe: Binding listbox Pin
Not Active14-Sep-06 2:23
mentorNot Active14-Sep-06 2:23 
Questionstrong naming 3rd party assemblies Pin
kkadir13-Sep-06 20:44
kkadir13-Sep-06 20:44 
AnswerRe: strong naming 3rd party assemblies Pin
mav.northwind13-Sep-06 23:33
mav.northwind13-Sep-06 23:33 
Questionhow to implement zoom operations in C# Pin
kalaveer13-Sep-06 20:41
kalaveer13-Sep-06 20:41 
AnswerRe: how to implement zoom operations in C# Pin
Niiiissssshhhhhuuuuu13-Sep-06 20:51
Niiiissssshhhhhuuuuu13-Sep-06 20:51 
AnswerRe: how to implement zoom operations in C# Pin
g00fyman13-Sep-06 21:07
g00fyman13-Sep-06 21:07 
AnswerRe: how to implement zoom operations in C# Pin
Christian Graus13-Sep-06 21:39
protectorChristian Graus13-Sep-06 21:39 
AnswerRe: how to implement zoom operations in C# Pin
rryyjw13-Sep-06 23:06
rryyjw13-Sep-06 23:06 
QuestionButton Control C# Pin
oskardiazdeleon13-Sep-06 20:39
oskardiazdeleon13-Sep-06 20:39 
Questionsession management Pin
govind kanidapu13-Sep-06 19:51
govind kanidapu13-Sep-06 19:51 
AnswerRe: session management Pin
Christian Graus13-Sep-06 19:59
protectorChristian Graus13-Sep-06 19:59 
Questionhi,plz help (how can i access to xml node) Pin
premkamalg13-Sep-06 19:00
premkamalg13-Sep-06 19:00 
AnswerRe: hi,plz help (how can i access to xml node) Pin
Christian Graus13-Sep-06 19:10
protectorChristian Graus13-Sep-06 19:10 
GeneralThanks ,but let me knoe any wrong in my code Pin
premkamalg13-Sep-06 21:24
premkamalg13-Sep-06 21:24 

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.