![]() |
{filelink=14648}
using System;
using System.Windows.Forms;
public class EvenementBouton : Form
{
public static void Main()
{
Application.Run(new Evene
|
Author: user
Créer un bouton en CSharp
![]() |
{filelink=14649}
using System;
using System.Drawing;
using System.Windows.Forms;
class ExempleBouton: Form
{
public static void Main()
{
App
|
Gestion des événements d’un bouton
![]() |
{filelink=14650}
using System;
using System.Windows.Forms;
using System.Drawing;
public class TextBouton : Form {
Button textBouton = new Button();
pub
|
Afficher une image dans un Form
![]() |
{filelink=14621}
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Collections;
using System.ComponentModel;
using Sy
|
Style ‘Anchor’: Indiquer aux composants de dessiner son bas à l’égard du forme parent
![]() |
{filelink=14631}
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System
|
Style ‘Anchor’: Indiquer aux composants de dessiner son bord superieur à gauche superieur du composant parent
![]() |
{filelink=14632}
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System
|
Créer une application Office en C#: Exemple de document Word
![]() |
{filelink=15056}
using System;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using Word;
namespace office
{
public class CreationApplic
|
Manipulation des événements Offices en C#: Exemple d’excel
![]() |
{filelink=15057}
using System;
using System.Reflection;
using Microsoft.Office.Interop.Excel;
namespace office
{
public class CreationDocumentExcel
{
p
|
Modifier les propriété d’un document Microsoft Office: Exemple de word
![]() |
{filelink=15058}
using System;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Reflection;
using Word;
namespace office
{
publ
|
Manipulation d’office en C#: Exemple d’une barre de contrôle.
![]() |
{filelink=15059}
using System;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Reflection;
using Word;
using Office = Microsoft.
|