Windows Forms

Windows Forms

Windows Forms est le nom de l'interface graphique qui est incluse dans .NET Framework, fournissant l'accès via du Managed code à l'API Windows.

Sommaire

Complexité d'utilisation

Pour les développeurs, il est moins complexe d'utilisation que les MFC (basés sur C++), mais il n'offre pas de paradigme comparable au Modèle-Vue-Contrôleur. Des bibliothèques logicielles tierces ont été créées pour rajouter cette fonctionnalité. La plus largement utilisée est User Interface Process Application Block[1].

Implémentation équivalente

Le projet Mono veut créer un standard ECMA compatible avec Framework .NET.

Exemple de programme source

Voici un exemple de programme source hello world :

using System.Windows.Forms;
using System;
 
public class SalutMonde
{
   [STAThread]
   public static void Main() {
      MessageBox.Show("Salut monde!");
   }
}

Voir aussi

Articles connexes


Références externes

Notes


Wikimedia Foundation. 2010.

Contenu soumis à la licence CC-BY-SA. Source : Article Windows Forms de Wikipédia en français (auteurs)

Игры ⚽ Поможем написать реферат

Regardez d'autres dictionnaires:

  • Windows Forms — ist der Name einer Programmierschnittstelle zur Erstellung graphischer Benutzeroberflächen (GUIs). Die API ist Teil des Microsoft .NET Frameworks und bietet Zugriff auf Elemente zur Erstellung von Microsoft Windows Benutzeroberflächen. Dies… …   Deutsch Wikipedia

  • Windows Forms — Данный API часть .NET Framework 3.0 Windows Forms название интерфейса программирования приложений (API), отвечающего за графический интерфейс пользователя и являющегося частью Micro …   Википедия

  • Windows Forms — Some after market and third party libraries have been created to address this issue. The most widely used of these is the [http://www.microsoft.com/downloads/details.aspx?familyid=98C6CC9D 88E1 4490 8BD6 78092A0F084E displaylang=en| User… …   Wikipedia

  • Windows Vista — Part of the Microsoft Windows family …   Wikipedia

  • Windows Presentation Foundation — (WPF) (nom de code Avalon) est la spécification graphique de Microsoft .NET 3.0. Il intègre le langage descriptif XAML qui permet de l utiliser d une manière proche d une page HTML pour les développeurs. WPF est pré installé avec Vista. Il est… …   Wikipédia en Français

  • Windows Presentation Foundation — Entwickler Microsoft Aktuelle Version WPF 4 (12. April 2010) Betriebssystem ab Windows XP Service Pack 2 Kategorie GUI Framework …   Deutsch Wikipedia

  • Windows Longhorn — Windows Vista Famille Microsoft Windows Type de noyau Noyau hybride État du proje …   Wikipédia en Français

  • Windows Vista — Famille Microsoft Windows Type de noyau Noyau hybride État du projet Sortie et stable …   Wikipédia en Français

  • Windows Vista Home Premium — Windows Vista Famille Microsoft Windows Type de noyau Noyau hybride État du proje …   Wikipédia en Français

  • Windows Vista SP1 — Windows Vista Famille Microsoft Windows Type de noyau Noyau hybride État du proje …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”