Stormy Member Apr 11, 2013 69 11 Oct 10, 2013 #1 Hello everyone, I have a question. How can I make something I can change the text of label1 in an xml file (config) Thanks in advance.
Hello everyone, I have a question. How can I make something I can change the text of label1 in an xml file (config) Thanks in advance.
Markshall Русский Стандарт Contributor Dec 18, 2010 2,638 2,393 Oct 10, 2013 #2 I, for one, have no clue what you're on about. Can you show us a visual example of what you're trying to achieve, or maybe just explain it better? Upvote 0 Downvote
I, for one, have no clue what you're on about. Can you show us a visual example of what you're trying to achieve, or maybe just explain it better?
Stormy Member Apr 11, 2013 69 11 Oct 10, 2013 Thread starter #3 Look you have a label1 and the text is "hello" Now I want a config (xml) where I can change the text "hello" to "hello12345" Do you understand me? Upvote 0 Downvote
Look you have a label1 and the text is "hello" Now I want a config (xml) where I can change the text "hello" to "hello12345" Do you understand me?
Markshall Русский Стандарт Contributor Dec 18, 2010 2,638 2,393 Oct 10, 2013 #4 You must be registered for see links Read that, and then from there do a statement that will set the value of the Label to the value from the XML file. We're not going to spoon-feed you or you'll never learn. Upvote 0 Downvote
You must be registered for see links Read that, and then from there do a statement that will set the value of the Label to the value from the XML file. We're not going to spoon-feed you or you'll never learn.
Stormy Member Apr 11, 2013 69 11 Oct 10, 2013 Thread starter #5 Okay I'm going to try this. I really do not understand this script. Last edited: Oct 10, 2013 Upvote 0 Downvote
Adil DevBest CEO May 28, 2011 1,278 716 Oct 10, 2013 #6 It's very easy lol. As Mark said, parse an XML file (there are SO MANY C# RESOURCES FOR THIS) then set the value of the label with the parsed content. Upvote 0 Downvote
It's very easy lol. As Mark said, parse an XML file (there are SO MANY C# RESOURCES FOR THIS) then set the value of the label with the parsed content.