| |
|
|
 dr.dirk | Hi,
there The Possibility one "Wait" only by the movement the Mouse auszulösen?  i want the my Programmschleife standing if nothing in the program happens, but again runs once I The Mouse move.
Dirk |
|
|
| |
|
|
|
 Andreas Miethe
 | |
|
| Gruss Andreas ________ ________ ________ ________ _ Profan 3.3 - XProfanX2 Win 95,98,ME,2000,XP,Vista - Win 7 32 / 64 Bit ASUS X93S - Intel Core I7-NVIDIA GForce 540M 8GB Arbeitsspeicher Homepage : [...]  | 08/16/09 ▲ |
|
|
|
|
 dr.dirk | thanks Andreas,
I will same time try.
Dirk |
|
|
| |
|
|
|
 dr.dirk | functions SubClassProc too under XProfan10?
I get not there 
Dirk |
|
|
| |
|
|
|
 Andreas Miethe
 | No, first ex XProfan11
so ought to it with Ver.10 functions. CompileMarkSeparationDEF &WM_MOUSEMOVE 512
Declare Ende&,Point#
Cls
Usermessages &WM_MOUSEMOVE
Whilenot Ende&
WaitInput
If %Umessage = &WM_MOUSEMOVE
Dim Point#,8
External("User32.dll","GetCursorPos",Point#)
External("User32.dll","MapWindowPoints",0,%hwnd,Point#,1)
Locate 0,0
Print Long(Point#,0),Long(Point#,4)
Dispose Point#
Endif
Endwhile
or so CompileMarkSeparation |
|
|
| Gruss Andreas ________ ________ ________ ________ _ Profan 3.3 - XProfanX2 Win 95,98,ME,2000,XP,Vista - Win 7 32 / 64 Bit ASUS X93S - Intel Core I7-NVIDIA GForce 540M 8GB Arbeitsspeicher Homepage : [...]  | 08/16/09 ▲ |
|
|
|
|
 | |
|
| |
|
|
|
 dr.dirk | Vielen Thanks you both, 
Have it now to that walk. 
Dirk |
|
|
| |
|
|