|
-
Jan 16th, 2009, 12:24 AM
#1
Thread Starter
Addicted Member
[2008] Mousewheel scrolling
Hi, is it possible to emulate a mouse wheel scroll up/down with VB?
If so can someone let me know how this works please
-
Jan 16th, 2009, 12:38 AM
#2
Re: [2008] Mousewheel scrolling
You can call the SendInput function from the Windows API. You should read the documentation on MSDN and then look for examples already posted on the forum. There may be examples in the CodeBank forum too.
-
Jan 16th, 2009, 01:02 AM
#3
Re: [2008] Mousewheel scrolling
Or the mouse_event API using the constant MOUSEEVENTF_WHEEL?
-
Jan 16th, 2009, 01:06 AM
#4
Re: [2008] Mousewheel scrolling
 Originally Posted by dee-u
Or the mouse_event API using the constant MOUSEEVENTF_WHEEL?
People still do use mouse_event but the doco does say that it's obsolete and you should use SendInput instead.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|