اذهب الي المحتوي
أوفيسنا

كيف اوقف عجلة الماوس ؟


douba

الردود الموصى بها

اخواني الاعزاء

لدي مشكلة اريد حل له اذا سمحتو

لدي جدول ونموذج المشكلة انه عندا افتح النموذج و احرك دولب الموس يتم التنقل بين السجلات كيفة الغاء هذه العملية

وشكرا

تم تعديل بواسطه rudwan
رابط هذا التعليق
شارك

كود تعطيل عجلة الماوس في النموذج:

This is simply done by using the following code sample, attached to the OnLoad event of the Form:

Private Sub Form_Load()
' Turn the MouseWheel Off
Dim blRet As Boolean
' Call our MouseHook function in the MouseHook dll.
' Please note the Optional GlobalHook BOOLEAN parameter
' Several developers asked for the MouseHook to be able to work with
' multiple instances of Access. In order to accomodate this request I
' have modified the function to allow the caller to
' specify a thread specific(this current instance of Access only) or
' a global(all applications) MouseWheel Hook.
' Only use the GlobalHook if you will be running multiple instances of Access!
    blRet = MouseWheelOFF(False)
End Sub

رابط هذا التعليق
شارك

من فضلك سجل دخول لتتمكن من التعليق

ستتمكن من اضافه تعليقات بعد التسجيل



سجل دخولك الان
  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information