Click here to Skip to main content
16,010,650 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multiple forms Pin
andrei_dalcu3-Jun-06 1:05
andrei_dalcu3-Jun-06 1:05 
AnswerRe: Multiple forms Pin
Guffa3-Jun-06 8:49
Guffa3-Jun-06 8:49 
AnswerRe: Multiple forms Pin
Tamimi - Code3-Jun-06 1:21
Tamimi - Code3-Jun-06 1:21 
Questionerror using reflecion [modified] Pin
ey_cat2-Jun-06 23:40
ey_cat2-Jun-06 23:40 
AnswerRe: error using reflecion [modified] Pin
Stephan Samuel3-Jun-06 3:50
Stephan Samuel3-Jun-06 3:50 
QuestionAXShockwaveFlashObjects Pin
Nafiseh Salmani2-Jun-06 23:25
Nafiseh Salmani2-Jun-06 23:25 
QuestionConvert xml file to a class Pin
giplet2-Jun-06 23:10
giplet2-Jun-06 23:10 
AnswerRe: Convert xml file to a class Pin
Stephan Samuel3-Jun-06 3:53
Stephan Samuel3-Jun-06 3:53 
There are tools that will infer XML schemas (XSDs) from XML data files. The .NET framework has these features built in as well. System.Data.DataSet.ReadXml() has an option to infer the schema, as well as to write the schema in the WriteXml() method. You could write a quick-and-dirty application that reads your file, inferring the schema, and writes it to a file. Once you have that, you can use the xsd.exe tool (or the version built into VS.NET) to build a typed DataSet, that will essentially act as a class.

If you need specific code, explain which part you're stuck at.

GeneralRe: Convert xml file to a class Pin
anderslundsgard4-Jul-06 20:55
anderslundsgard4-Jul-06 20:55 
QuestionSocket programming Pin
TheEagle2-Jun-06 22:29
TheEagle2-Jun-06 22:29 
AnswerRe: Socket programming [modified] Pin
Darren_2-Jun-06 22:38
Darren_2-Jun-06 22:38 
GeneralRe: Socket programming [modified] Pin
TheEagle3-Jun-06 20:18
TheEagle3-Jun-06 20:18 
QuestionProblem with windows service implementation Pin
ventomito2-Jun-06 22:11
ventomito2-Jun-06 22:11 
AnswerRe: Problem with windows service implementation Pin
Stephan Samuel3-Jun-06 3:55
Stephan Samuel3-Jun-06 3:55 
QuestionCopy/Paste Problem Pin
malikjhangirahmed@hotmail.com2-Jun-06 21:36
malikjhangirahmed@hotmail.com2-Jun-06 21:36 
AnswerRe: Copy/Paste Problem Pin
ventomito2-Jun-06 22:05
ventomito2-Jun-06 22:05 
QuestionObjectarx with c# Pin
Aslam Bari2-Jun-06 20:00
Aslam Bari2-Jun-06 20:00 
QuestionAcces to a mapped network drive. Pin
Stephen_Mc2-Jun-06 19:34
Stephen_Mc2-Jun-06 19:34 
AnswerRe: Acces to a mapped network drive. Pin
Stephan Samuel3-Jun-06 4:03
Stephan Samuel3-Jun-06 4:03 
Questionhow can we run a program pernemently on our desktop? Pin
abiisalwayshappy2-Jun-06 18:14
abiisalwayshappy2-Jun-06 18:14 
AnswerRe: how can we run a program pernemently on our desktop? Pin
Stephen_Mc2-Jun-06 19:36
Stephen_Mc2-Jun-06 19:36 
AnswerRe: how can we run a program pernemently on our desktop? Pin
malikjhangirahmed@hotmail.com2-Jun-06 21:37
malikjhangirahmed@hotmail.com2-Jun-06 21:37 
Questionlearning C# - new operator - arrays Pin
venkat4562-Jun-06 16:46
venkat4562-Jun-06 16:46 
AnswerRe: learning C# - new operator - arrays Pin
leppie2-Jun-06 20:50
leppie2-Jun-06 20:50 
GeneralRe: learning C# - new operator - Generics - arrays Pin
venkat4563-Jun-06 3:43
venkat4563-Jun-06 3:43 

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.