Click here to Skip to main content
15,920,005 members
Home / Discussions / Article Writing
   

Article Writing

 
AnswerRe: Tree Control that expands upwards??? Pin
HuwDavid26-Sep-00 4:36
HuwDavid26-Sep-00 4:36 
GeneralDoDragDrop without MFC Pin
Andreas16-Feb-00 3:23
Andreas16-Feb-00 3:23 
GeneralSample codes of SEARCH function in VC++..pls Pin
Anonymous10-Feb-00 16:58
suss Anonymous10-Feb-00 16:58 
GeneralRE: Sample codes of SEARCH function in VC++..pls Pin
Andreas16-Feb-00 3:31
Andreas16-Feb-00 3:31 
GeneralInside MAPI - or any MAPI source... Pin
Jason Hattingh4-Feb-00 0:16
sussJason Hattingh4-Feb-00 0:16 
GeneralRE: Inside MAPI - or any MAPI source... Pin
Jeremy Davis24-Feb-00 22:16
Jeremy Davis24-Feb-00 22:16 
GeneralRe: Inside MAPI - or any MAPI source... Pin
Andrew3-Jun-00 4:22
Andrew3-Jun-00 4:22 
GeneralAccessing Mouse Sensitivity Pin
Anonymous1-Feb-00 4:03
suss Anonymous1-Feb-00 4:03 
I am trying to programmatically change the mouse
horizontal/vertical sensitivity within MSVC++ 5.0. I am
using inline assembly to invoke mouse interrupts (INT 33) to
Get and then Set the sensitivities. (Microsoft took the
Int86() function out of this version.) My problem is I lose
my mouse buttons when forcing this interrupt and I have to
reboot to get them back.

I have disassembled some current mouse drivers and am
confident(not really) that I am using the correct assembly
code. I suspect that because I am invoking the INT 33 as a
result of a button push on a dialog box that the message
queue or interrupt handler is going recursive. But I am not
sure.

I can set the mouse acceleration factors just fine by using
the SystemParametersInfo() function.

Can anyone give me a hint or a different technique on
setting the mouse sensitivities.

Below is the inline asm listing. It is in the OnHScroll
event for a slider bar.

__asm{
push ebx
push ecx
push edx
mov ax,0x001b
INT 0x33 //MOUSE_INT
mov [h], bx
mov [v], cx
mov [s], dx
pop edx
pop ecx
pop ebx
xor ax, ax
}

Thanks in advance. . .

--
C. Ehmke
ehmkec@uswest.net


GeneralIPX and CSocket Pin
Topher30-Jan-00 12:57
Topher30-Jan-00 12:57 
GeneralLayer Window Impl on 98 Pin
Eric Crahen21-Jan-00 15:55
Eric Crahen21-Jan-00 15:55 
GeneralRE: Layer Window Impl on 98 Pin
Erik Thompson24-Jan-00 16:14
sitebuilderErik Thompson24-Jan-00 16:14 
GeneralCWnd & CDC Pin
Ivan A. Fotan21-Jan-00 1:21
Ivan A. Fotan21-Jan-00 1:21 
GeneralAnyone got SHGetFileInfo with Windows CE Pin
Bruce Hearder19-Jan-00 20:34
Bruce Hearder19-Jan-00 20:34 
GeneralButton like the File-Open button in Word2000 Pin
Jeremy Davis19-Jan-00 3:58
Jeremy Davis19-Jan-00 3:58 
GeneralRE: Button like the File-Open button in Word2000 Pin
Norm Almond25-Jan-00 1:33
sussNorm Almond25-Jan-00 1:33 
GeneralRE: Button like the File-Open button in Word2000 Pin
Stas Levin31-Jan-00 13:13
Stas Levin31-Jan-00 13:13 
QuestionSource code to access Netscape's registry format nsreg.dat? Pin
Anonymous17-Jan-00 7:18
suss Anonymous17-Jan-00 7:18 
AnswerRE: Source code to access Netscape's registry format nsreg.dat? Pin
Brian V. Shifrin25-Jan-00 0:36
sussBrian V. Shifrin25-Jan-00 0:36 
AnswerRE: Source code to access Netscape's registry format nsreg.dat? Pin
Brian V. Shifrin25-Jan-00 0:41
sussBrian V. Shifrin25-Jan-00 0:41 
GeneralSending Formatted text through MAPI Pin
Eli Vingot17-Jan-00 2:42
sussEli Vingot17-Jan-00 2:42 
GeneralRE: Sending Formatted text through MAPI Pin
willi wacker7-Mar-00 20:48
willi wacker7-Mar-00 20:48 
QuestionThread pool? Pin
Member 252283214-Jan-00 5:11
Member 252283214-Jan-00 5:11 
AnswerRE: Thread pool? Pin
Andreas16-Feb-00 3:38
Andreas16-Feb-00 3:38 
QuestionProtected Storage API? Pin
Andrei Stcherbatchenko29-Dec-99 14:44
Andrei Stcherbatchenko29-Dec-99 14:44 
Generaldatabase & database cursor Pin
Valentin Rozescu13-Dec-99 4:04
Valentin Rozescu13-Dec-99 4:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.