Sağ Menü Treeview

1 2 3 4
26/04/2020, 05:39

alicimri

Kod:
Private Sub Ayrıntı_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Y > 1000 or X > 4000 Then
Komut3.Visible = False
Komut4.Visible = False
Komut9.Visible = False
Komut10.Visible = False
End If
End Sub
Yukardaki kodda X ve Y değerlerini kendinize göre ayarlayın.
27/04/2020, 08:52

accessman

sağ treeview menu değil ama 
access için menu olsun isteyenlere güzel bir alternatif olabilir
https://accesstr.net/konu-forma-createme...lemek.html
bu adreste 5. mesajdaki örnek
1 2 3 4