Page 1 of 2
Back & foward button from mouse does not work.
Posted: 13 Jun 2005 22:42
by duckjibe
When using 'back' & 'forward' buttons on the mouse, nothing happens.
I'm using Logitech mouse & these button are working OK with all programs.
( Explorer IE, Firefox)
I'm always using this mouse buttons so it'd be great if it could work.
An another bug I have just seen is that hidden drives are shown
(
http://forum.iamnotageek.com/archive/in ... 57459.html ).
Re: Back & foward button from mouse does not work.
Posted: 14 Jun 2005 19:51
by admin
duckjibe wrote:When using 'back' & 'forward' buttons on the mouse, nothing happens.
I'm using Logitech mouse & these button are working OK with all programs.
I don't have such a mouse and could not find any information about the keycodes it is sending when those buttons are pressed. If any VB-programmer can help me here, you're welcome!
duckjibe wrote:An another bug I have just seen is that hidden drives are shown.
Hey, thanks! This still should be working under 98/ME, but anyway, I fixed it for XP.
Posted: 14 Jun 2005 21:24
by duckjibe
With my my logitech mouse I'm using the .... Microsoft Intellipoint driver !
With these drivers you can configure the action for any mouse button.
If you configure back & forward on left & right buttons you can find the
keycodes ( unless you are using a mouse with no buttons

)
Posted: 14 Jun 2005 21:30
by admin
duckjibe wrote:If you configure back & forward on left & right buttons you can find the
keycodes ( unless you are using a mouse with no buttons

)
Yeah, I did exactly that and found a nice keycode for "back" but then I found that "fore" gave the
same code

That was the point when I stopped that route of investigation...
Posted: 14 Jun 2005 21:43
by admin
Here's the confusing news: I configured my middlebutton as back and my rightbutton as fore, and it works without any code changes! What now?
Posted: 15 Jun 2005 01:01
by duckjibe
Still does not work on my PC.
I tried to assign "back" on left or right button, it does not work.
If I assign "normal click" on back button "normal click" works correctly.
So it is not a problem with the button but with the code not understood
by the program.
Does other users have the same problem ?
Posted: 15 Jun 2005 10:58
by admin
Just to be sure: we are talking about back/fore in the history, right? The same that can be done by ALT-LeftArrow and ALT+RightArrow.
Posted: 15 Jun 2005 12:12
by duckjibe
Yes, we are talking about back/fore in the history
Alt + Keys works fine, but I'd like to use mouse butons like in the windows
explorer or internet browser.
Posted: 15 Jun 2005 12:30
by admin
Well, as I said, it works fine here.
If you define your normal right-button as "fore", does it work then?
Posted: 15 Jun 2005 13:26
by duckjibe
No , even on another PC with a intellimouse
Posted: 15 Jun 2005 13:31
by admin
Out of ideas

Posted: 13 Sep 2005 08:51
by The_Dude
Have you looked at the documentation for the mouse events ?
Posted: 13 Sep 2005 11:14
by admin
The_Dude wrote:Have you looked at the documentation for the mouse events ?
You mean VB's?
Since I cannot fully reproduce the problem, it's hard to tackle it. If somebody can give the needed keycodes I will happily add them to the code...
Posted: 13 Sep 2005 19:21
by The_Dude
Okay, I went into the Intellimouse software, and you can program to buttons to issue keystrokes only under a specified program.
I assigned back and forward to alt-left and alt-right under TrackerV3 and that is working.
However, I don't mind helping you get this working automatically for everyone.
By "VB's", are you saying that the language you are using (at least in the code that receives mouse events) is Visual Basic ?
I need to know that in order to get the right information.
PS I believe that MS call those two buttons the X1 button and X2 button (if I am not confusing two different things).
Posted: 13 Sep 2005 19:31
by admin
The_Dude wrote:I assigned back and forward to alt-left and alt-right under TrackerV3 and that is working....
PS I believe that MS call those two buttons the X1 button and X2 button (if I am not confusing two different things).
Yes, it's working here, too.
Yes, Visual Basic.
X1 button and X2 button ... never heard of this.
Thanks for helping!