Setting the number of lines to scroll in Windows98 ... urgent....helppppp...
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I want to change the scroll lines number in Windows98(system wide). But it does not work. Could you please give me a hand ? Below is my code: int num = 10; SystemParameterInfo(SPI_SETWHEELSCROLLLINES, num, NULL, NULL); The same code works in WinMe, Win2000 and WinXP. Could you please give me your ideas? Thanks for your help.