Good day!
I've working quite some time to create my own HTPC app that basicly allows me to simply browse and play my movie collection. I wrote another little app the indexes everything and prepares an XML file with the layout you see below.
It's all…
I have an xml file that looks something like this
234233423445435
How do I display a specific node on a textbox control? Currently I'm trying to show the second…
I would like to bind a TreeView control I have defined in XAML to a property in its code-behind class. I already read through a WPF Basic Data Binding FAQ, but the example in the comments at the very bottom of the page didn't work when I tried to…
Okay, I'm going to try and explain my excercise now..
This is my PageOverzicht.xaml, and this code works. It gives me a dropdown with the colors of the flowers in (blue, orange, white, ...). Now the datacontext is hardcoded to find the flowers with…
I have a TreeView bound to an XmlDataProvider. The name of a node is reflected in the tree and the data of the node is in a TextBox. When you click on a tree item, it loads the data in the TextBox.
What is the best way to determine when a user has…
I'm using XmlDataProvider to bind some UI controls with XML file content.
In the following code, the DataGrid displays the list of instructions in the XML file.
I have two ComboBox. The first ComboBox should contain the selected instruction's (in…