douba قام بنشر يونيو 15, 2006 قام بنشر يونيو 15, 2006 (معدل) اخواني الاعزاء لدي مشكلة اريد حل له اذا سمحتو لدي جدول ونموذج المشكلة انه عندا افتح النموذج و احرك دولب الموس يتم التنقل بين السجلات كيفة الغاء هذه العملية وشكرا تم تعديل يونيو 17, 2006 بواسطه rudwan
التقني قام بنشر يونيو 15, 2006 قام بنشر يونيو 15, 2006 السلام عليكم ورحمة الله لايقاف عجلة الماوس يرجى الاطلاع على المواضيع السابقة : http://www.officena.net/ib/index.php?showtopic=11917&hl
طولكرم قام بنشر يونيو 19, 2006 قام بنشر يونيو 19, 2006 كود تعطيل عجلة الماوس في النموذج: 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
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.