Hallo,
ich habe mal einwenig rumgeschaut. Mann kann über die Registry die Mausgeschwindigkeit einstellen:
Platform Builder for Microsoft Windows CE 5.0
Mouse Registry Settings
The mouse registry stores information necessary to configure the behavior of the mouse. The mouse registry entries are located under the HKEY_CURRENT_USER\Control Panel\Mouse registry key.
You can set two acceleration thresholds for the mouse. To set the first threshold, set the value of the MouseThreshold1 registry entry. The default value of this entry is 6. To set the second threshold, set the value of the MouseThreshold2 registry entry. The default value of this entry is 10. The following code examples show how to set these registry entries.
"MouseThreshold1"=dword:4
"MouseThreshold2"=dword:9
You can also set the speed of the mouse pointer by setting the MouseSpeed registry entry. The value of this entry can be 0, 1, or 2. The default value is 1. The following code example shows how to set this registry entry.
"MouseSpeed"=dword:2
Mouse Speed sets the relationship between mouse and cursor movement when the value of either MouseThreshold1 or MouseThreshold2 is exceeded. When this occurs, cursor movement accelerates according to the value of MouseSpeed.
MouseThreshold1 and MouseThreshold2 set the maximum number of pixels the mouse can move between mouse interrupts before the system alters the relationship between mouse and cursor movement. If the mouse movement exceeds the threshold defined by MouseThreshold1 and if MouseSpeed is greater than 0, the system moves the cursor at twice the normal speed. If the mouse movement exceeds the threshold defined by MouseThreshold2 and if MouseSpeed is 2, the system moves the cursor at four times the normal speed.
Nun ist die Frage: können die Einstellungen über die SOT.ini Datei verändert werden ?
@ NEELIXThomas: Wäre das möglich ?
Viele Grüße
Ignatzo