Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: own == Operator and null Problem Pin
chrisx519-Jul-09 23:22
chrisx519-Jul-09 23:22 
AnswerRe: own == Operator and null Problem Pin
DaveyM699-Jul-09 7:37
professionalDaveyM699-Jul-09 7:37 
GeneralRe: own == Operator and null Problem Pin
chrisx519-Jul-09 23:24
chrisx519-Jul-09 23:24 
GeneralRe: own == Operator and null Problem Pin
DaveyM6910-Jul-09 4:26
professionalDaveyM6910-Jul-09 4:26 
GeneralRe: own == Operator and null Problem Pin
chrisx5112-Jul-09 23:32
chrisx5112-Jul-09 23:32 
AnswerRe: own == Operator and null Problem Pin
Dave Kreskowiak9-Jul-09 7:55
mveDave Kreskowiak9-Jul-09 7:55 
GeneralRe: own == Operator and null Problem [modified] Pin
chrisx519-Jul-09 23:27
chrisx519-Jul-09 23:27 
QuestionXML to ObservableCollection Pin
VickyC#9-Jul-09 6:08
VickyC#9-Jul-09 6:08 
How can I load an XML Document to an ObservableCollection class that preserves the XML tree structure?

My xml looks like this:

<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="http://none.none.none/webservices">
<TREENODES xmlns:sql="urn:schemas-microsoft-com:xml-sql">
<TREENODE code="1" text="None" >
<TREENODE code="2" text="America" >
<TREENODE code="16128" text="AUTOS">
<TREENODE code="ATO" text="ATO" />
<TREENODE code="ATO" text="ATO" />
</TREENODE>
</TREENODE>
</TREENODE>
<TREENODE code="11" text="None" >
<TREENODE code="21" text="America" >
<TREENODE code="3" text="AUTOS">
<TREENODE code="ATO44" text="ATO5" />
</TREENODE>
</TREENODE>
</TREENODE>
</TREENODES>
</string>

AnswerRe: XML to ObservableCollection Pin
Jeremy Likness9-Jul-09 6:45
professionalJeremy Likness9-Jul-09 6:45 
GeneralRe: XML to ObservableCollection Pin
VickyC#9-Jul-09 6:50
VickyC#9-Jul-09 6:50 
GeneralRe: XML to ObservableCollection Pin
VickyC#9-Jul-09 7:06
VickyC#9-Jul-09 7:06 
GeneralRe: XML to ObservableCollection Pin
Jeremy Likness9-Jul-09 7:14
professionalJeremy Likness9-Jul-09 7:14 
GeneralRe: XML to ObservableCollection Pin
VickyC#9-Jul-09 7:35
VickyC#9-Jul-09 7:35 
GeneralRe: XML to ObservableCollection Pin
VickyC#9-Jul-09 7:43
VickyC#9-Jul-09 7:43 
QuestionCross Domain Connection Error Pin
javab9-Jul-09 6:07
javab9-Jul-09 6:07 
QuestionPanel Issues Pin
aei_totten9-Jul-09 4:55
aei_totten9-Jul-09 4:55 
AnswerRe: Panel Issues Pin
Luc Pattyn9-Jul-09 9:26
sitebuilderLuc Pattyn9-Jul-09 9:26 
AnswerRe: Panel Issues Pin
aei_totten9-Jul-09 10:27
aei_totten9-Jul-09 10:27 
GeneralRe: Panel Issues Pin
aei_totten9-Jul-09 10:48
aei_totten9-Jul-09 10:48 
QuestionHow to convert html to image using webbrowser? Pin
jacekzorek9-Jul-09 4:45
jacekzorek9-Jul-09 4:45 
AnswerRe: How to convert html to image using webbrowser? Pin
Christian Graus9-Jul-09 4:53
protectorChristian Graus9-Jul-09 4:53 
AnswerRe: How to convert html to image using webbrowser? Pin
DoctorMick9-Jul-09 5:05
DoctorMick9-Jul-09 5:05 
AnswerRe: How to convert html to image using webbrowser? Pin
0x3c09-Jul-09 6:33
0x3c09-Jul-09 6:33 
GeneralRe: How to convert html to image using webbrowser? Pin
jacekzorek9-Jul-09 23:42
jacekzorek9-Jul-09 23:42 
QuestionEdge Detection in image to measure size [modified] Pin
shultas9-Jul-09 3:36
shultas9-Jul-09 3:36 

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.