Click here to Skip to main content
15,881,852 members
Home / Discussions / C#
   

C#

 
AnswerRe: Playing with Enumerations Pin
Gideon Engelberth22-Sep-09 2:51
Gideon Engelberth22-Sep-09 2:51 
GeneralRe: Playing with Enumerations Pin
ezazazel22-Sep-09 6:49
ezazazel22-Sep-09 6:49 
AnswerRe: Playing with Enumerations Pin
PIEBALDconsult22-Sep-09 4:07
mvePIEBALDconsult22-Sep-09 4:07 
GeneralRe: Playing with Enumerations Pin
ezazazel22-Sep-09 6:47
ezazazel22-Sep-09 6:47 
GeneralRe: Playing with Enumerations Pin
PIEBALDconsult22-Sep-09 13:52
mvePIEBALDconsult22-Sep-09 13:52 
QuestionGetting data from a Listbox controlled by WPF and XML Pin
reg.orton22-Sep-09 0:24
reg.orton22-Sep-09 0:24 
AnswerRe: Getting data from a Listbox controlled by WPF and XML Pin
vivasaayi22-Sep-09 19:37
vivasaayi22-Sep-09 19:37 
GeneralRe: Getting data from a Listbox controlled by WPF and XML Pin
reg.orton23-Sep-09 3:37
reg.orton23-Sep-09 3:37 
Hi there,

Thanks for the help. Most appreciated!
THe only thing is that I was using XML in the listbox so it outputs XML instead of a string.

I have included

using System.Xml;

and then the code is now
XmlNodeList FSQUES = ((XmlElement)listboxScenes.SelectedItem).GetElementsByTagName("FreeStyleCue");<br />
<br />
           foreach (XmlNode FreeStyleCue in FSQUES)<br />
           {<br />
               SelectQueueInFS(FreeStyleCue.InnerText);<br />
<br />
           }


Hope this helps someone.

Reg
QuestionHow to insert javascript funtion dynamically ? Pin
Jacobb Michael21-Sep-09 23:38
Jacobb Michael21-Sep-09 23:38 
AnswerRe: How to insert javascript funtion dynamically ? Pin
Amit Patel198521-Sep-09 23:49
Amit Patel198521-Sep-09 23:49 
GeneralRe: How to insert javascript funtion dynamically ? Pin
Jacobb Michael21-Sep-09 23:52
Jacobb Michael21-Sep-09 23:52 
AnswerRe: How to insert javascript funtion dynamically ? Pin
Amit Patel198522-Sep-09 0:03
Amit Patel198522-Sep-09 0:03 
GeneralRe: How to insert javascript funtion dynamically ? Pin
Jacobb Michael22-Sep-09 0:10
Jacobb Michael22-Sep-09 0:10 
Questionhow to Collect selected text in the richtextbox Pin
amir-haghighi21-Sep-09 22:40
amir-haghighi21-Sep-09 22:40 
AnswerRe: how to Collect selected text in the richtextbox Pin
SummerBulb21-Sep-09 23:18
SummerBulb21-Sep-09 23:18 
AnswerRe: how to Collect selected text in the richtextbox Pin
OriginalGriff21-Sep-09 23:29
mveOriginalGriff21-Sep-09 23:29 
GeneralRe: how to Collect selected text in the richtextbox Pin
amir-haghighi22-Sep-09 5:33
amir-haghighi22-Sep-09 5:33 
GeneralRe: how to Collect selected text in the richtextbox Pin
OriginalGriff22-Sep-09 6:05
mveOriginalGriff22-Sep-09 6:05 
GeneralRe: how to Collect selected text in the richtextbox Pin
amir-haghighi27-Oct-09 0:33
amir-haghighi27-Oct-09 0:33 
Question[Message Deleted] Pin
ShaktisinhRathod21-Sep-09 22:15
ShaktisinhRathod21-Sep-09 22:15 
AnswerRe: Invalid Argument in Word.Document.SaveAS(,,) Interop.Microsoft.Office.Core.dll Pin
OriginalGriff21-Sep-09 23:19
mveOriginalGriff21-Sep-09 23:19 
General[Message Deleted] Pin
ShaktisinhRathod22-Sep-09 0:39
ShaktisinhRathod22-Sep-09 0:39 
GeneralRe: Invalid Argument in Word.Document.SaveAS(,,) Interop.Microsoft.Office.Core.dll Pin
OriginalGriff22-Sep-09 0:49
mveOriginalGriff22-Sep-09 0:49 
General[Message Deleted] Pin
ShaktisinhRathod22-Sep-09 1:36
ShaktisinhRathod22-Sep-09 1:36 
GeneralRe: Method Not Found Word._Document.SaveAs(System.Object Byref..,,,,16 argument).. Pin
OriginalGriff22-Sep-09 3:37
mveOriginalGriff22-Sep-09 3:37 

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.