Click here to Skip to main content
15,917,177 members
Home / Discussions / C#
   

C#

 
AnswerRe: Making an Installation Wizard to my Project Pin
Semion_N10-Feb-07 20:44
Semion_N10-Feb-07 20:44 
Questionaccess the toolstripmenuItem of MDI form from child form Pin
red60mans10-Feb-07 17:18
red60mans10-Feb-07 17:18 
AnswerRe: access the toolstripmenuItem of MDI form from child form Pin
Stefan Troschuetz10-Feb-07 20:24
Stefan Troschuetz10-Feb-07 20:24 
GeneralRe: access the toolstripmenuItem of MDI form from child form Pin
hasbir8-Jul-10 0:13
hasbir8-Jul-10 0:13 
Questionchild form shows menustrip when automatically merging with MDI parent form Pin
red60mans10-Feb-07 16:17
red60mans10-Feb-07 16:17 
AnswerRe: child form shows menustrip when automatically merging with MDI parent form Pin
red60mans10-Feb-07 17:23
red60mans10-Feb-07 17:23 
Questionusing another program's web services Pin
dsl/fahk10-Feb-07 14:48
dsl/fahk10-Feb-07 14:48 
QuestionXml Navigation question plz Help Pin
Rizawn10-Feb-07 12:18
Rizawn10-Feb-07 12:18 
hi
here is the scenario.. When the user selects a Title from the list box the related info for that title is shown in the browser control.. As I am searching with the expr="rss/channel/item/title" -> this will get all titles from the xml document and the condition in the loop will check for the selected title, To show the related info for the title...such as link and description..

How can I access these elements(link and description)? one method is Nodes.Item(i).NextSibling but with this method I can't gaurentee the next element will be link or descriptionSigh | :sigh: ! So I have to navigate all the elements in the selected Node Right? How can I do that...

[CODE]
string expr="rss/channel/item/title";
XmlDocument d= new XmlDocument();
d.Load(path);
XmlNodeList Nodes =d.SelectNodes(expr);

for(int i=0;i<nodes.count;i++)
{
="" if(nodes.item(i).innertext="=s)
" get="" other="" elements=""
="" }
="" }

[="" code]=""

<div="" class="ForumSig">Q@!$3r
AnswerRe: Xml Navigation question plz Help Pin
Christian Graus10-Feb-07 13:22
protectorChristian Graus10-Feb-07 13:22 
AnswerRe: Xml Navigation question plz Help Pin
Stefan Troschuetz10-Feb-07 20:20
Stefan Troschuetz10-Feb-07 20:20 
QuestionReturnig parametrs from sql statment Pin
microuser_200010-Feb-07 11:30
microuser_200010-Feb-07 11:30 
AnswerRe: Returnig parametrs from sql statment Pin
Christian Graus10-Feb-07 11:46
protectorChristian Graus10-Feb-07 11:46 
Questionforeach Pin
ali_reza_zareian10-Feb-07 10:50
ali_reza_zareian10-Feb-07 10:50 
AnswerRe: foreach Pin
Christian Graus10-Feb-07 10:59
protectorChristian Graus10-Feb-07 10:59 
AnswerRe: foreach Pin
Luc Pattyn10-Feb-07 11:01
sitebuilderLuc Pattyn10-Feb-07 11:01 
GeneralRe: foreach Pin
ali_reza_zareian10-Feb-07 11:12
ali_reza_zareian10-Feb-07 11:12 
GeneralRe: foreach Pin
Luc Pattyn10-Feb-07 11:21
sitebuilderLuc Pattyn10-Feb-07 11:21 
GeneralRe: foreach Pin
ali_reza_zareian10-Feb-07 11:35
ali_reza_zareian10-Feb-07 11:35 
AnswerRe: foreach Pin
DavidNohejl10-Feb-07 11:04
DavidNohejl10-Feb-07 11:04 
GeneralRe: foreach Pin
PIEBALDconsult10-Feb-07 15:12
mvePIEBALDconsult10-Feb-07 15:12 
QuestionConvert Image to Bitmap Pin
max2929710-Feb-07 10:15
max2929710-Feb-07 10:15 
AnswerRe: Convert Image to Bitmap Pin
mav.northwind10-Feb-07 10:34
mav.northwind10-Feb-07 10:34 
AnswerRe: Convert Image to Bitmap Pin
Stefan Troschuetz10-Feb-07 10:37
Stefan Troschuetz10-Feb-07 10:37 
AnswerRe: Convert Image to Bitmap Pin
Luc Pattyn10-Feb-07 10:42
sitebuilderLuc Pattyn10-Feb-07 10:42 
AnswerRe: Convert Image to Bitmap Pin
Christian Graus10-Feb-07 10:43
protectorChristian Graus10-Feb-07 10: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.