Click here to Skip to main content
16,010,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to Overload bitwise AND operator Pin
Hashim Saleem22-Jun-03 4:40
Hashim Saleem22-Jun-03 4:40 
AnswerRe: How to Overload bitwise AND operator Pin
Joseph Dempsey22-Jun-03 13:28
Joseph Dempsey22-Jun-03 13:28 
GeneralDNS Insert/Modify/Delete Pin
vss-122-Jun-03 4:22
vss-122-Jun-03 4:22 
GeneralURGENT: MAPI won't work !!! Pin
Hadi Rezaee22-Jun-03 4:02
Hadi Rezaee22-Jun-03 4:02 
GeneralRe: URGENT: MAPI won't work !!! Pin
Hadi Rezaee22-Jun-03 9:48
Hadi Rezaee22-Jun-03 9:48 
GeneralCDialog disappearing Pin
gbenguita22-Jun-03 2:20
gbenguita22-Jun-03 2:20 
GeneralRe: CDialog disappearing Pin
valikac22-Jun-03 7:27
valikac22-Jun-03 7:27 
GeneralCant change mouse speed with SPI_SETMOUSE ! Pin
feederman22-Jun-03 1:36
feederman22-Jun-03 1:36 
hi

i have been trying for bout 2 hrs to change mosu espeed with the floowing code and just doesnt work. Im using windows xp.

long speed[3], new_speed[3];

// Get current mouse speed
SystemParametersInfo(SPI_GETMOUSE, NULL, speed, NULL);

new_speed[0] = speed[0];
new_speed[1] = speed[1];
new_speed[2] = speed[2] * 2;

// Set the mouse speed two times faster
SystemParametersInfo(SPI_SETMOUSE, NULL, new_speed, NULL);

When i debug i can see that new_speed[2] is changing but it has no visual effect on the cursor. It just doesnt make any sense. When i go into control panel the speed is always the same!!

I could rerally use some help here.

Cheers Guys
GeneralRe: Cant change mouse speed with SPI_SETMOUSE ! Pin
Ryan Binns22-Jun-03 5:16
Ryan Binns22-Jun-03 5:16 
GeneralChess-like brush Pin
Xakep22-Jun-03 0:23
Xakep22-Jun-03 0:23 
GeneralIBuildProject & IApplication Pin
YaronNir21-Jun-03 23:45
YaronNir21-Jun-03 23:45 
GeneralRe: IBuildProject & IApplication Pin
Andrew Walker22-Jun-03 1:47
Andrew Walker22-Jun-03 1:47 
GeneralRe: IBuildProject & IApplication Pin
YaronNir22-Jun-03 2:04
YaronNir22-Jun-03 2:04 
GeneralRe: IBuildProject & IApplication Pin
Andrew Walker22-Jun-03 2:12
Andrew Walker22-Jun-03 2:12 
GeneralRe: IBuildProject & IApplication Pin
YaronNir22-Jun-03 2:40
YaronNir22-Jun-03 2:40 
GeneralRe: IBuildProject & IApplication Pin
Andrew Walker22-Jun-03 2:55
Andrew Walker22-Jun-03 2:55 
GeneralRe: IBuildProject & IApplication Pin
YaronNir22-Jun-03 2:59
YaronNir22-Jun-03 2:59 
GeneralRe: IBuildProject & IApplication Pin
YaronNir22-Jun-03 3:36
YaronNir22-Jun-03 3:36 
GeneralCustom Appwizard help Pin
YaronNir21-Jun-03 21:56
YaronNir21-Jun-03 21:56 
GeneralRe: Custom Appwizard help Pin
Andrew Walker22-Jun-03 1:24
Andrew Walker22-Jun-03 1:24 
GeneralRe: Custom Appwizard help Pin
YaronNir22-Jun-03 1:35
YaronNir22-Jun-03 1:35 
Generalchanging the background color of CEdit Pin
YanivNahum21-Jun-03 21:48
YanivNahum21-Jun-03 21:48 
GeneralRe: changing the background color of CEdit Pin
Ryan Binns21-Jun-03 22:55
Ryan Binns21-Jun-03 22:55 
GeneralRe: changing the background color of CEdit Pin
Brian Delahunty22-Jun-03 0:45
Brian Delahunty22-Jun-03 0:45 
QuestionHow Can i control net connection? Pin
zhangyifei21-Jun-03 19:56
zhangyifei21-Jun-03 19:56 

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.