TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Heinrich Roglin
NA
2
505
XML Daten in Combobox laden WPF Projekt VS 2015
Dec 12 2019 5:16 AM
Guten Tag,
ich hoffe auf eine Simple Lösung ich habe ein XML Dokument, welches nun als Quelle für eine Combobox dienen soll.
diese Combobox ist bereits vorhanden und sill den Inhalt "Name" annehmen und zwar alle die einen Wert in diesem Attribut haben.
Mein Code bisher:
using
System;
using
System.Collections.Generic;
using
System.Linq;
using
System.Text;
using
System.Threading.Tasks;
using
System.Windows;
using
System.Windows.Controls;
using
System.Windows.Data;
using
System.Windows.Documents;
using
System.Windows.Input;
using
System.Windows.Media;
using
System.Windows.Media.Imaging;
using
System.Windows.Navigation;
using
System.Windows.Shapes;
using
System.Xml.Serialization;
using
System.IO;
using
MessageBox = System.Windows.MessageBox;
namespace
Auslegung
{
public
partial
class
MainWindow : Window
{
public
MainWindow()
{
InitializeComponent();
string
file = @
"C:\Users\hr\documents\visual studio 2015\Projects\Auslegung\Auslegung\XMLFile1.xml"
;
DataSet1.ReadXml(file);
this
.comboBox5.ItemsSource = DataSet1.Tables;
this
.comboBox5.DataContext =
"name"
;
XML verfolgt folgenden Aufbau:
1
WATER
0
0
0
.
.
.
Vielen Dank schon mal Vorab.
Reply
Answers (
2
)
Page counter a website.
Create a batch file