Search found 7684 matches
- Fri Nov 08, 2024 5:01 pm
- Forum: XMouse Button Control
- Topic: "Change movement to scroll" doesn't work after locking Windows session and login back
- Replies: 8
- Views: 11433
Re: "Change movement to scroll" doesn't work after locking Windows session and login back
Hummm, so button 7 is MOUSEWHEEL UP.... So it is ignoring the mouse wheel up/down because the MTS (movement to scroll) button 3 (middle button) is down... That suggests to me that you scrolled the wheel while the move to scroll was enabled - that shouldn't be a big deal... IF its you scrolling the w...
- Fri Nov 08, 2024 1:32 pm
- Forum: XMouse Button Control
- Topic: Dots replaced by semicolon
- Replies: 2
- Views: 84
Re: Dots replaced by semicolon
I can only assume this is a language/keyboard layout issue... I presume you have a French keyboard? Looks like the ; and . keys are the same key on a French keyboard, but the . is shift+; ? So you need to prefix the . with shift, just like you would have to do physically. Does something like: user{s...
- Fri Nov 08, 2024 1:28 pm
- Forum: InpOut32 (x64)
- Topic: Visual Studio 2010 errors
- Replies: 8
- Views: 57
Re: Visual Studio 2010 errors
InpOut32.dll is in the download binary package ... It needs to be in the same folder as your EXE (or anywhere in your PATH environment), as the sample code dynamically loads this DLL using HINSTANCE hInpOutDll ; hInpOutDll = LoadLibrary ( "InpOut32.DLL" ) ; Is it safe to assume your C++ kn...
- Thu Nov 07, 2024 10:54 am
- Forum: InpOut32 (x64)
- Topic: Visual Studio 2010 errors
- Replies: 8
- Views: 57
Re: Visual Studio 2010 errors
When I said it ran, I was commenting on this: The program '[3488] wdata.exe: Native' has exited with code -2 (0xfffffffe). That means it ran and returned -2 (negative return codes are often errors, but it ran to generate that!) You might want to put a breakpoint in the main function and step through...
- Wed Nov 06, 2024 8:09 pm
- Forum: InpOut32 (x64)
- Topic: Visual Studio 2010 errors
- Replies: 8
- Views: 57
Re: Visual Studio 2010 errors
Where are the errors? All I can see is that it failed to load some PDB (debug databases) for some Windows DLL's - hardly an error. Not being able to load PDB files is quite normal, unless you have downloaded all the windows DLL symbols (unlikely if your using 2010 (why so old?)) - but its not really...
- Tue Nov 05, 2024 11:11 pm
- Forum: InpOut32 (x64)
- Topic: Fortran access
- Replies: 1
- Views: 43
Re: Fortran access
Probably, but no idea how (never written Fortran). I would be surprised if Fortran has no way of calling out to C++ DLL's ??? Just be aware that InpOut32 is no longer supported by me (its open source, but to build it, you need a driver signing certificate which is pretty much impossible for an indiv...
- Sun Nov 03, 2024 11:31 pm
- Forum: XMouse Button Control
- Topic: Thank you for guiding me
- Replies: 4
- Views: 224
Re: Thank you for guiding me
It is not possible, If the game "locks" the mouse and does not respond to it, an external app (like XMBC) is not going to be able to override that. Because the game is ignoring mouse input, simulated or physical. More to the point, as I said, the API's that XMBC uses to set the cursor posi...
- Sat Nov 02, 2024 12:55 am
- Forum: XMouse Button Control
- Topic: Thank you for guiding me
- Replies: 4
- Views: 224
Re: Thank you for guiding me
I'm sorry but I'm not sure I can answer this. I do not know what gameloop is? And I have never put any videos on youtube (I know many other people have done so, but none are "officially" from me, the author of XMBC (maybe that's my bad, but in this case, probably not as I'm not familiar wi...
- Tue Oct 29, 2024 9:21 am
- Forum: XMouse Button Control
- Topic: XMBC not working with Windows 11
- Replies: 2
- Views: 194
Re: XMBC not working with Windows 11
Are you saying the modifier keys settings ere not transferred with the profile export and restore???
Did you use the "Save profile"/"load profile" buttons (which should do everything), or did you export/import individual app/window profiles?
Did you use the "Save profile"/"load profile" buttons (which should do everything), or did you export/import individual app/window profiles?
- Tue Oct 29, 2024 9:18 am
- Forum: XMouse Button Control
- Topic: Change movement to scroll not working horizontally
- Replies: 4
- Views: 1546
Re: Change movement to scroll not working horizontally
Well that's very odd, I certainly didn't make any changes specifically for Edge... The one change (if it was related, maybe not) should have been global - but its something to work with. Yes some debug log might be useful. Turn on debug logging in settings -> Updates & Logging (then hit OK and A...
- Sun Oct 27, 2024 7:31 pm
- Forum: XMouse Button Control
- Topic: XMBC 2.21 Beta
- Replies: 111
- Views: 196664
Re: XMBC 2.21 Beta
It has changed... In order to get it looking better at higher resolutions (like in the popup/notification window, and in explorer, I had to add additional high resolution images (that is important to some people apparently lol). I thought I left the 16x16 and 32x32 the same but I will check. It may ...
- Sun Oct 27, 2024 3:50 pm
- Forum: XMouse Button Control
- Topic: Trying to mimic Firefox on Edge not working
- Replies: 2
- Views: 216
Re: Trying to mimic Firefox on Edge not working
First guess is that you have setup the profile for something called "miscroftedge" but edge's executable is msedge.exe so I guess its not activating the profile, thus your sending the default buttons which are back/forward. When you setup the profile, you can just select a running applicat...
- Fri Oct 25, 2024 7:42 pm
- Forum: XMouse Button Control
- Topic: Change movement to scroll not working horizontally
- Replies: 4
- Views: 1546
Re: Change movement to scroll not working horizontally
Thanks for the new post... It may be the same problem, I'm not sure, but its working fine here on the latest (as of right now unreleased) beta. I did find one potential issue and put a fix into the latest beta (just published here ) so if you could check with that, it would be good. If its still not...
- Fri Oct 25, 2024 7:40 pm
- Forum: XMouse Button Control
- Topic: Right modifier keys not mapping to right keys, only left
- Replies: 5
- Views: 2458
Re: Right modifier keys not mapping to right keys, only left
I think I have found the problem and fixed this - can you try the new beta 2.21 Beta 38 and see if it works with {RCTRL} and {RALT}?
- Fri Oct 25, 2024 7:39 pm
- Forum: XMouse Button Control
- Topic: XMBC 2.21 Beta
- Replies: 111
- Views: 196664
Re: XMBC 2.21 Beta
Here is 2.21 Beta 38. Changes since 2.21 Beta 37 (above) - sorry for the delay!: #882 - Change Movement To Scroll locked mode displays wrong lock axis cursor initially. #881 - Fixed an issue where activate on hover could trigger a minimized window to immediately reappear. #879 - Fixed issue scrollin...