Click here to Skip to main content
15,921,905 members
Home / Discussions / C#
   

C#

 
QuestionUse managed DLL in unmanaged and managed environment Pin
mpavas12-Sep-07 20:08
mpavas12-Sep-07 20:08 
AnswerRe: Use managed DLL in unmanaged and managed environment Pin
Parwej Ahamad12-Sep-07 20:29
professionalParwej Ahamad12-Sep-07 20:29 
GeneralRe: Use managed DLL in unmanaged and managed environment Pin
mpavas12-Sep-07 21:01
mpavas12-Sep-07 21:01 
QuestionWindows Services Pin
Elizma12-Sep-07 19:50
Elizma12-Sep-07 19:50 
AnswerRe: Windows Services Pin
Parwej Ahamad12-Sep-07 20:36
professionalParwej Ahamad12-Sep-07 20:36 
QuestionDatagridview Pin
iet200012-Sep-07 19:37
iet200012-Sep-07 19:37 
AnswerRe: Datagridview Pin
Parwej Ahamad12-Sep-07 20:19
professionalParwej Ahamad12-Sep-07 20:19 
AnswerRe: Datagridview Pin
C#Coudou12-Sep-07 20:20
C#Coudou12-Sep-07 20:20 
QuestionXML and Generic List Pin
satyaki mishra12-Sep-07 19:25
satyaki mishra12-Sep-07 19:25 
AnswerRe: XML and Generic List Pin
Pete O'Hanlon12-Sep-07 21:59
mvePete O'Hanlon12-Sep-07 21:59 
Question[C#] PageBreak in Excel Pin
kurisutofuJP12-Sep-07 19:22
kurisutofuJP12-Sep-07 19:22 
QuestionGet Value of Arbitrary ListBox Item Pin
Sukhjinder_K12-Sep-07 18:55
Sukhjinder_K12-Sep-07 18:55 
AnswerRe: Get Value of Arbitrary ListBox Item Pin
Pete O'Hanlon12-Sep-07 22:12
mvePete O'Hanlon12-Sep-07 22:12 
GeneralRe: Get Value of Arbitrary ListBox Item Pin
Sukhjinder_K12-Sep-07 22:29
Sukhjinder_K12-Sep-07 22:29 
GeneralRe: Get Value of Arbitrary ListBox Item Pin
Pete O'Hanlon12-Sep-07 22:39
mvePete O'Hanlon12-Sep-07 22:39 
GeneralSET Value of Arbitrary ListBox Item Pin
Sukhjinder_K12-Sep-07 23:33
Sukhjinder_K12-Sep-07 23:33 
GeneralRe: SET Value of Arbitrary ListBox Item Pin
Pete O'Hanlon12-Sep-07 23:55
mvePete O'Hanlon12-Sep-07 23:55 
GeneralRe: SET Value of Arbitrary ListBox Item Pin
Sukhjinder_K13-Sep-07 0:13
Sukhjinder_K13-Sep-07 0:13 
GeneralRe: SET Value of Arbitrary ListBox Item Pin
Pete O'Hanlon13-Sep-07 0:33
mvePete O'Hanlon13-Sep-07 0:33 
GeneralRe: SET Value of Arbitrary ListBox Item Pin
Sukhjinder_K13-Sep-07 1:59
Sukhjinder_K13-Sep-07 1:59 
AnswerRe: Get Value of Arbitrary ListBox Item Pin
pmarfleet12-Sep-07 22:15
pmarfleet12-Sep-07 22:15 
AnswerRe: Get Value of Arbitrary ListBox Item Pin
Luc Pattyn13-Sep-07 1:19
sitebuilderLuc Pattyn13-Sep-07 1:19 
QuestionPlz help me to go to a particular node in xml file Pin
P_Elza12-Sep-07 17:15
P_Elza12-Sep-07 17:15 
AnswerRe: Plz help me to go to a particular node in xml file Pin
Christian Graus12-Sep-07 18:39
protectorChristian Graus12-Sep-07 18:39 
This is a disaster


princymg wrote:
xmldoc.SelectSingleNode("family/name/firstname");


This would work if

a - you loaded your xml into xmldoc, and
b - you grabbed the return value from the call



Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: Plz help me to go to a particular node in xml file Pin
Jintal Patel12-Sep-07 19:15
Jintal Patel12-Sep-07 19:15 

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.