Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 15 of 40
  1. #1
    Join Date
    Mar 2007
    Posts
    452

    Grin is it possible to disable mouse wheel

    is it possible to disable mouse wheel in combobox ?

  2. #2
    Join Date
    Feb 2006
    Posts
    346
    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.

  3. #3
    Join Date
    Mar 2007
    Posts
    452
    no i have to do it on runtime and dont have to restart pc... maybe there is dll or something ?

  4. #4
    Join Date
    Feb 2006
    Posts
    346
    See attached - It may help...
    Attached Files

  5. #5
    Join Date
    Mar 2007
    Posts
    452
    thanks for example abnrange

    but this doesnt do what i want !!!

  6. #6
    Join Date
    Mar 2007
    Posts
    452

    Grin

    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

  7. #7
    Join Date
    Mar 2007
    Posts
    452
    any help please !!!

  8. #8
    Join Date
    Mar 2007
    Posts
    452

    Star

    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
    Attached Files

  9. #9
    Join Date
    Mar 2007
    Posts
    452

    Peekaboo!

    help please

    also just let me know if not possible

  10. #10
    Join Date
    Mar 2007
    Posts
    452

    Grin is this code wrong ?

    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

  11. #11
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    As I have sayd before, don't message me about existing threads!
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  12. #12
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417
    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.

  13. #13
    Join Date
    Aug 2003
    Posts
    2,427
    Quote Originally Posted by mwreyf1 (and others similar) View Post
    please do not private message me regarding open forum threads.
    It's not only me who is irritated then.

  14. #14
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417
    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.

  15. #15
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by mwreyf1 View Post
    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.
    Agreed. It's very annoying
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

Similar Threads

  1. Example: Make an Image 'Follow' the Mouse Cursor
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 05-18-2004, 09:06 AM
  2. disable right click mouse
    By themaestro in forum AutoPlay Media Studio 5.0
    Replies: 6
    Last Post: 01-24-2004, 02:32 PM
  3. disable right click mouse
    By themaestro in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 01-21-2004, 01:05 PM
  4. 1 AVI file = 1 Video + 2 Audio streams
    By dmla in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 07-15-2003, 09:41 AM
  5. Replies: 13
    Last Post: 04-18-2003, 08:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts