is it possible to disable mouse wheel in combobox ?
Professional Software Development Tools
is it possible to disable mouse wheel in combobox ?
try this.....
HKEY_CURRENT_USER\Control Panel\Desktop
Look at the bottom of the list for "Wheel Scroll Lines" Right click and select modify.
Enter the value "0" thats a ZERO, and then close regedit. Restart your computer and the scroll wheel should be disabled.
no i have to do it on runtime and dont have to restart pc... maybe there is dll or something ?
See attached - It may help...
thanks for example abnrange
but this doesnt do what i want !!!
what is wrong with this code ?
Page On Show Code:
Code:Page.StartTimer(100);
Page On Timer Code:
Code:result = Page.GetFocus(); if result == "ComboBox1" then DLL.CallFunction("AutoPlay\\Docs\\DisableMouse.dll", "DisableMouseWheel", 1, DLL_RETURN_TYPE_LONG, DLL_CALL_CDECL); else DLL.CallFunction("AutoPlay\\Docs\\DisableMouse.dll", "DisableMouseWheel", 0, DLL_RETURN_TYPE_LONG, DLL_CALL_CDECL); end
any help please !!!
i really really need help with that !!!
here is the file i have been trying to disable mouse wheel... i only want to disable if page focus is in combobox and enable when focus is not in combobox !!!
thanks
help please
also just let me know if not possible
Code:result = Page.GetFocus(); if result == "ComboBox1" then DLL.CallFunction("AutoPlay\\Docs\\DisableMouse.dll", "DisableMouseWheel", 1, DLL_RETURN_TYPE_LONG, DLL_CALL_CDECL); else DLL.CallFunction("AutoPlay\\Docs\\DisableMouse.dll", "DisableMouseWheel", 0, DLL_RETURN_TYPE_LONG, DLL_CALL_CDECL); end
As I have sayd before, don't message me about existing threads!
Please DO NOT private message me regarding open forum threads.
If I or someone else see's your post and can help then they will.
No your not.
DaSoulRed is also a big PM abuser.
I want to be able to get private messages but it would be nice to have a BLOCK list as well.