| |
|
|
| Ist zwar ya largo bekannt, hier fehlts aber todavía: KompilierenMarcaSeparaciónWindow 0,0-640,200
Print "Hallo Meister, jetzt bitte Fenster verkleinern oder Focus wechseln."
Print "Und dann F2 oder eine Maustaste drĂĽcken..."
Declare Ende%,Handle%
Def @GetAsyncKeyState(1) !"User32","GetAsyncKeyState"
ZurĂĽcksetzen
@GetAsyncKeyState($71) F2-Taste
@GetAsyncKeyState(2) rechte Maustast
@GetAsyncKeyState(65) Taste a
Whilenot Ende%
Sleep 10
If @GetAsyncKeyState($71)<>0
@destroywindow(Handle%)
LET Handle%=@createdialog(@getactivewindow(),"F2!",50,50,400,0)
elseIf @GetAsyncKeyState(2)<>0
@destroywindow(Handle%)
LET Handle%=@createdialog(@getactivewindow(),"Maustaste rechts!",0,0,400,0)
elseIf @GetAsyncKeyState(65)<>0
@destroywindow(Handle%)
LET Handle%=@createdialog(@getactivewindow(),"Taste a!",0,0,400,0)
endif
IF %MENUITEM=-2
setmenuitem 0
@destroywindow(Handle%)
endif
wend
end
|
|
|
| |
|
|
|
GDL | Hi AH
danke para el Tipp.Wenns en meiner Anwendung klappt,se diejene Freeware y du wirst natürlich como Ideengeber mitgenannt.
Mit freundlichen Grüßen Georg |
|
|
| |
|
|
|
| ¡Hola Georg...
Besten Dank - sag bescheid, wenns fertig es...
|
|
|
| |
|
|
|
J. Strahl | Gibt lo una tabla en cierto Tasten abzufragen ? Yo bräuchte 'Strg+v' ? |
|
|
| Windows 7 Ultimate 64 * 12 GB Ram * XProfan 11.2a * PRFellow * PRFPAD | 02.01.2012 ▲ |
|
|
|
|
|
|
|
| |
|
|
|
J. Strahl | |
|
| Windows 7 Ultimate 64 * 12 GB Ram * XProfan 11.2a * PRFellow * PRFPAD | 02.01.2012 ▲ |
|
|
|
|
| Löl, Tuve wohl auch ya una vez Nuevo: [...] ^ ^ |
|
|
| |
|
|