1

Konu: Klavye Devre Dışı

Aktif olan bir formda klavyeyi devre dışı nasıl bırakabiliriz? (mouse aktif olacak)

2

Re: Klavye Devre Dışı

klavye nasıl kilitlenir bilmiyorum ama
yazı yazılan alanlara bilgi girmeyi engellesen olur mu ?

3

Re: Klavye Devre Dışı

ReadOnly=.T. Yapılabilir.
Haklısınız.

4

Re: Klavye Devre Dışı

Visual Fox Pro
thisform.SetAll('ReadOnly', .T.)

Ya da:
form  KeyPreview = .T.
Keypress kodu:

Visual Fox Pro
lparameters p1,p2

if m.p1 <> 151
  nodefault
endif