Access 2000 boucle lorsqu'un bouton est enfoncé - Programmation
MarshPosté le 12-08-2002 à 15:19:50
slut Voila, j'aimerai que tant qu'on enfonce un bouton de commande, une action s'exécute, mais je ne connait pas le "code" adéquat pour déterminé qu'un bouton est effectivement enfoncé.
Private Sub zoom_plus_Click()
Dim intWidth As Integer Dim intHeight As Integer
While zoom_plus.(ICI il manque un truc mais quoi ) = True With Me![Aperçu_Image] intWidth = .Width intHeight = .Height
.Width = intWidth * 1.05 .Height = intHeight * 1.05 .SizeMode = acOLESizeZoom End With DoEvents Wend End Sub
merci d'avance j'espère que pour une fois g été clair (ça me changera )
Marsh Posté le 12-08-2002 à 15:19:50
slut
Voila, j'aimerai que tant qu'on enfonce un bouton de commande, une action s'exécute, mais je ne connait pas le "code" adéquat pour déterminé qu'un bouton est effectivement enfoncé.
Private Sub zoom_plus_Click()
Dim intWidth As Integer
Dim intHeight As Integer
While zoom_plus.(ICI il manque un truc mais quoi ) = True
With Me![Aperçu_Image]
intWidth = .Width
intHeight = .Height
.Width = intWidth * 1.05
.Height = intHeight * 1.05
.SizeMode = acOLESizeZoom
End With
DoEvents
Wend
End Sub
merci d'avance
j'espère que pour une fois g été clair (ça me changera )