Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
AnswerRe: to enlarge a window horizzontally Pin
Christian Graus21-Nov-06 20:03
protectorChristian Graus21-Nov-06 20:03 
QuestionRe: to enlarge a window horizzontally (not vertically)[modified] Pin
lulaleila21-Nov-06 20:08
lulaleila21-Nov-06 20:08 
AnswerRe: to enlarge a window horizzontally Pin
Steve Echols21-Nov-06 20:17
Steve Echols21-Nov-06 20:17 
JokeRe: to enlarge a window horizzontally Pin
Martin#21-Nov-06 20:24
Martin#21-Nov-06 20:24 
GeneralRe: to enlarge a window horizzontally Pin
Steve Echols21-Nov-06 20:27
Steve Echols21-Nov-06 20:27 
GeneralRe: to enlarge a window horizzontally (not vertically)[modified] Pin
Stefan Troschuetz21-Nov-06 21:19
Stefan Troschuetz21-Nov-06 21:19 
QuestionLoad XML data into treeview [modified] Pin
GermanDM21-Nov-06 19:45
GermanDM21-Nov-06 19:45 
AnswerRe: Load XML data into treeview Pin
beatles169221-Nov-06 20:27
beatles169221-Nov-06 20:27 
Hi You can use xpath to query a specific node within a xml file.
Open a xml file in a XmlDocument object (System.Xml namespace) and then you can get its elements using xpath.XmlDocument has some methods that you can use to query a xml file for example you can use SelectNodes or SelectSingleNode or GetElementsByTagName.
You can use serialization to serialize and deserialize your xml file into an object model.You can use xsd utility to build this object model from your xml file the you can use XmlSerializer (System.Xml.Serialization namespace) to deserialize your xml file into your object model and use this object model to populate a treeview.
Regards
Nima
QuestionNeed Examples/Course Link about {Set CSS Class} in Crystal Report Pin
M Riaz Bashir21-Nov-06 19:43
M Riaz Bashir21-Nov-06 19:43 
Questiongridview and linkbutton Pin
ashu.singh21-Nov-06 19:37
ashu.singh21-Nov-06 19:37 
AnswerRe: gridview and linkbutton Pin
MIHAI_MTZ22-Nov-06 1:38
MIHAI_MTZ22-Nov-06 1:38 
Questioncheckbox Pin
saurabh.lucky21-Nov-06 19:32
saurabh.lucky21-Nov-06 19:32 
AnswerRe: checkbox Pin
M Riaz Bashir21-Nov-06 19:35
M Riaz Bashir21-Nov-06 19:35 
GeneralRe: checkbox Pin
ashu.singh21-Nov-06 19:42
ashu.singh21-Nov-06 19:42 
GeneralRe: checkbox Pin
Neha_Gupta21-Nov-06 19:51
Neha_Gupta21-Nov-06 19:51 
GeneralRe: checkbox Pin
ashu.singh21-Nov-06 19:56
ashu.singh21-Nov-06 19:56 
GeneralRe: checkbox Pin
Christian Graus21-Nov-06 20:02
protectorChristian Graus21-Nov-06 20:02 
QuestionCrystalReport Pin
Manithar21-Nov-06 18:54
Manithar21-Nov-06 18:54 
Questioninternal keyword [modified] Pin
amaneet21-Nov-06 18:30
amaneet21-Nov-06 18:30 
AnswerRe: internal keyword Pin
Christian Graus21-Nov-06 19:04
protectorChristian Graus21-Nov-06 19:04 
GeneralRe: internal keyword Pin
Dave Doknjas22-Nov-06 13:47
Dave Doknjas22-Nov-06 13:47 
Questionfile format Pin
saqib8221-Nov-06 18:01
saqib8221-Nov-06 18:01 
AnswerRe: file format Pin
Christian Graus21-Nov-06 19:03
protectorChristian Graus21-Nov-06 19:03 
GeneralRe: file format Pin
saqib8221-Nov-06 19:05
saqib8221-Nov-06 19:05 
GeneralRe: file format Pin
Christian Graus21-Nov-06 19:20
protectorChristian Graus21-Nov-06 19:20 

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.