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

C#

 
Questionto enlarge a window horizzontally Pin
lulaleila21-Nov-06 19:47
lulaleila21-Nov-06 19:47 
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 
Hi,
Ok i have my XML file a generate in my application which holds account information.
How can i populate only the "AccountName" field in a treeview?
i tried and am struggling it doesnt populate correct.
Im using VS2005 and this is a windows application.
my xml file looks like this:



<accountdatabase>
<xs:schema id="AccountDatabase" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xs:element name="AccountDatabase" msdata:isdataset="true" msdata:usecurrentlocale="true">
<xs:complextype>
<xs:choice minoccurs="0" maxoccurs="unbounded">
<xs:element name="AccountTable">
<xs:complextype>
<xs:sequence>
<xs:element name="AccID" msdata:autoincrement="true" msdata:autoincrementseed="1" type="xs:int">
<xs:element name="AccountName" type="xs:string" minoccurs="0">
<xs:element name="UserName" type="xs:string" minoccurs="0">
<xs:element name="Password" type="xs:string" minoccurs="0">
<xs:element name="Note" type="xs:string" minoccurs="0">





<xs:unique name="Constraint1" msdata:primarykey="true">
<xs:selector xpath=".//AccountTable">
<xs:field xpath="AccID">



<accounttable>
<accid>1
<accountname>gmail
<username>me
<password>1234
<note>njun

<accounttable>
<accid>3
<accountname>codeproject
<username>me2
<password>1234555
<note>hhhhhhhh

<accounttable>
<accid>8
<accountname>myacc1
<username>qwe
<password>111
<note>fgfg




I only want the "AccountName" field to show in the treeview so when they click on it the rest of the data shows in labels.
I have done this with a listbox but would like to use a treeview

thanks alot guys hope you can help

Regards
AnswerRe: Load XML data into treeview Pin
beatles169221-Nov-06 20:27
beatles169221-Nov-06 20:27 
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 

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.