| |
|
|
- Page 1 - |
|
Martin Kempf | i'd gladly over Subclassing above-mentioned Message inquire, as it too with ~wm_keydown functions. The windows.ph and Messages.ph have I drin, but the Mousewheel shining elsewhere To his... which Headerdatei must I indicate? |
|
|
| |
|
|
|
« this Posting watts as Solution marked. » |
|
Matthias Arlt | Yes, already clear. You can either the ~WM_MOUSEWHEEL in the program by the suitable HexWert (means $20A) supplant...
or
The vorgenannte Line in The PH insert, there tappt im dunkeln there not drin standing...
or
at the beginning Your Program the value self define, bspw. How follows: DEF &WM_MOUSEWHEEL $20A
and then instead of ~WM_MOUSEWHEEL even &WM_MOUSEWHEEL write. |
|
|
| WinXP SP2, Win7 - XProfan 10/11/FreeProfan32 - Xpia | 02/11/16 ▲ |
|
|
|
|
|
Matthias Arlt | |
|
| WinXP SP2, Win7 - XProfan 10/11/FreeProfan32 - Xpia | 02/11/16 ▲ |
|
|
|
|
Martin Kempf | so far come I do not - when calling the program in the Interpreter comes The Error Message: Definition in the Header missing: WM_MOUSEWHEEL. eingebundene Header: $H windows.ph $H Messages.ph |
|
|
| |
|
|
|
Matthias Arlt | Yes, already clear. You can either the ~WM_MOUSEWHEEL in the program by the suitable HexWert (means $20A) supplant...
or
The vorgenannte Line in The PH insert, there tappt im dunkeln there not drin standing...
or
at the beginning Your Program the value self define, bspw. How follows: DEF &WM_MOUSEWHEEL $20A
and then instead of ~WM_MOUSEWHEEL even &WM_MOUSEWHEEL write. |
|
|
| WinXP SP2, Win7 - XProfan 10/11/FreeProfan32 - Xpia | 02/11/16 ▲ |
|
|
|
|
Martin Kempf | thxalot, now Have ichs understood. |
|
|
| |
|
|
|
| Martin Kempf (11.02.2016)
i'd gladly over Subclassing above-mentioned Message inquire
These Message rather by User Messages process.
The SubClassProc can hierbei unfortunately small but möglicherweise spürbare Ausfälle cause - except it would a wProc on a nProc. |
|
|
| |
|
|
|
Martin Kempf | ok, thanks for Info. question yet: The direction, into the Rollrad moving becomes, I get over the omen of UwParam. what becomes me with UlParam transfer? this worth changed itself, if I the wheel quick turn. |
|
|
| |
|
|
|
| look time this is here directly of MS declared: [...]
wParam
The high-order word indicates the distance the wheel is rotated, expressed in multiples or divisions of WHEEL_DELTA, which is 120. A positive value indicates that the wheel what rotated forward, away from the user; a negatives value indicates that the wheel what rotated backward, toward the user.
The low-order word indicates whether various virtual keys are down. Diese parameter can be one or more of the following values.
lParam
The low-order word specifies the x-coordinate of the pointer, relative to the upper-left corner of the screen.
The high-order word specifies the y-coordinate of the pointer, relative to the upper-left corner of the screen.
|
|
|
| |
|
|
|
Martin Kempf | |
|
| |
|
|