![]() |
{filelink=14626}
class="codeShade">
/*
User Interfaces in C#: Windows Forms and Custom Controls
by Matthew MacDonald
Publisher: Apress
ISBN: 1590590457
*/
usin
|
Author: user
Modifier la couleur d’une image
![]() |
{filelink=14627}
/*
Extrait du livre Programming in C# and VB .NET
par Nick Symmonds
Maison d'edition: Apress
ISBN: 159059035X
*/
using System;
using System.D
|
Exemple d’Anchor
![]() |
{filelink=14629}
class="codeShade">
using System;
using System.Drawing;
using System.Windows.Forms;
class TwoButtonsAnchor: Form
{
public static void Ma
|
‘Anchoring’: Modifier le ‘anchor’ d’un bouton
![]() |
{filelink=14630}
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 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.
|