Skip to main content

AccessTr.neT


Mouse İle Açık Formu Kapatmak

Mouse İle Açık Formu Kapatmak

Çözüldü #1
Merhaba, arkadaşlar formu kapat tuşu haricinde mouse ile çift tık veya tek tık ile kapatılabilirmi? Tşk.
Cevapla
#2
(Dün, 15:46)hmuratg yazdı: Merhaba, arkadaşlar formu kapat tuşu haricinde mouse ile çift tık veya tek tık ile kapatılabilirmi? Tşk.

Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
' Sol tıklama (1 = sol buton) ile formu kapat
If Button = 1 Then
DoCmd.Close
End If
End Sub
Cevapla
#3
(Dün, 16:16)C*e*l*o*y*c*e yazdı:
(Dün, 15:46)hmuratg yazdı: Merhaba, arkadaşlar formu kapat tuşu haricinde mouse ile çift tık veya tek tık ile kapatılabilirmi? Tşk.

Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
    ' Sol tıklama (1 = sol buton) ile formu kapat
    If Button = 1 Then
        DoCmd.Close
    End If
End Sub

Çok teşekkür ederim.
Cevapla
#4
(Dün, 16:16)C*e*l*o*y*c*e yazdı:
(Dün, 15:46)hmuratg yazdı: Merhaba, arkadaşlar formu kapat tuşu haricinde mouse ile çift tık veya tek tık ile kapatılabilirmi? Tşk.

Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
    ' Sol tıklama (1 = sol buton) ile formu kapat
    If Button = 1 Then
        DoCmd.Close
    End If
End Sub

Merhaba  C*e*l*o*y*c*e bey, kodu denedim ama çalışmadı nerde hata yapıyor olabilirim.
Cevapla
#5
Private Sub Form_DblClick(Cancel As Integer)
' Çift tıklama ile formu kapat
DoCmd.Close
End Sub
Cevapla
#6
(11 saat önce)C*e*l*o*y*c*e yazdı: Private Sub Form_DblClick(Cancel As Integer)
    ' Çift tıklama ile formu kapat
    DoCmd.Close
End Sub

Teşekkürler oldu..
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da
Task