Gambas France BETA


Pas de compte ? Incription

Dialog :

Exemple d'utilisation de Dialog :



Télechargeable ici : Les Boites de Dialog



Le Code :



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
' Gambas class file

PUBLIC SUB Form_Open()

ME.Center

END

PUBLIC SUB btnOuvrir_Click()

Ouvrir.ShowDialog()

END

PUBLIC SUB btnEnregistrer_Click()

Enregistrer.ShowDialog()

END

PUBLIC SUB btnColorier_Click()

Colorier.ShowDialog()

END

PUBLIC SUB btnQuitter_Click()

ME.Close()

END

PUBLIC SUB btnPolices_Click()

Polices.ShowDialog()

END

PUBLIC SUB btnRepertoire_Click()

Repertoire.ShowDialog()

END

PUBLIC SUB btnDate_Click()

maDate.ShowDialog()

END


====================

Navigation :



<-- Liens du Wiki : <--
<-- Accueil du WIKI : <--
<-- Contrôle par Contrôle <--

====================

Documentation :



====================