background preloader

WPF

Facebook Twitter

Développez des applications graphiques WPF grâce à XAML. WPF : 10 BONNES RAISON DE CHOISIR CETTE TECHNOLOGIE, Tutoriel N°998, Initiation à WPF. Ouvrir Visual C# Express 2008.

Initiation à WPF

Choisir dans le Menu File -> New Project -> WPF Application Cette couche ne contient que la définition de la structure strTagsMP3 qui est une représentation d'un fichier MP3 avec ses tags titre, artiste, et genre public struct strTagsMP3 { public string tagOK; public String titre; public String artiste; public short genre; }