| |
|
|
- page 1 - |
|
Walter | X4. Lt Aider: Fenêtre Style 128 ($0080) - cela Programme peux weder avec <Strg-Esc>, <Alt-Tab> encore <Alt-F4> sortir de volonté. je peux cela Programme zwar pas avec <ALT-F4> finissons, cependant stets mittels <Alt-Tab> sortir de. peux je cela irgendwie unterbinden?
style de fenêtre 128 window %MaxX,%MaxY declare end%,b% b%=Create("Button",%hwnd,"Ende",100,100,100,20) end%=0
whilenot end% waitinput cas clicked(b%): end%=1 endwhile end |
|
|
| |
|
|
|
| |
|
- page 1 - |
|
Jörg Sellmeyer | avec AddHotKey ca va pas. |
|
|
| |
|
|
|
p.specht
| merci.
P.S.: merci pour qui Reparaturen! |
|
|
| XProfan 11Computer: Gerät, daß es in Mikrosekunden erlaubt, 50.000 Fehler zu machen, zB 'daß' statt 'das'... | 01.07.2018 ▲ |
|
|
|
|
Walter | |
|
| |
|
|
|
Walter | Funktioniert chez mir malheureusement doch pas. |
|
|
| |
|
|
|
Jörg Sellmeyer | quoi funktioniert car pas? et quelle Version Windows la hâte du? je hab encore XP et peux tout autor pour höhere Versionen aucun Aussagen rendez-vous. |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 02.07.2018 ▲ |
|
|
|
|
Walter | Windows 10 ALT+TAB wechselt plus comment üblich dans un d'autre Programme, wobei cela XProfan-Programme weiterläuft et je aussi wieder trop ihm zurückwechseln peux (sowohl im Interpreter comme aussi dans qui exe). cela %uMessage-Ereignis wird nie ausgelöst. |
|
|
| |
|
|
| |
|
- page 2 - |
|
|
Jörg Sellmeyer | tant pis. ensuite musst du toi wohl doch la fois par iFs Originalpost avec XPSE et nProcs durchkämpfen. |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 02.07.2018 ▲ |
|
|
|
|
Walter | oui, fais je. Hab déjà begonnen. merci jedenfalls! |
|
|
| |
|
|
|
| Verhindern de "Alt+Tab" per Hook funktioniert chez mir so sur XP:
Herunterladen
//XProfan 11.2, XPSE
{$cleq}
/**/
const pNam="Hux v0.1"
createMutex(0,1,pNam)
cas getLastError()==183:end
/**/
//si unsichtbares hWnd erwünscht:
/*
windowtitle pNam
style de fenêtre 80 | 512 | 1024
window 0,0 - 0,0
*/
cls
imprimer "Beenden: \qRollen\q-Taste"
/**/
messages de l'utilisateur wm_user+1234
initMyHook()
/**/
do{
waitInput
cas (uMessage==wm_user+1234) && (ulparam==0) and (uwparam==145) : pause
imprimer uwparam,ulparam
}
/**/
whileloop 1500,100,-250 {sound loop,10}
/**/
end
nProc initMyHook{
return SetWindowsHookEx(13,procAddr(myLowLevelKeyboardHookProc),getModuleHandle(0),0)/*WH_KEYBOARD_LL*/
}
nProc myLowLevelKeyboardHookProc(long code,wp,lp){
sendMessage(hWnd,wm_user+1234,long(lp,0),long(lp,8))
cas (long(lp,0)==20) and (long(lp,8)==0) : return//caps
cas (long(lp,0)==9) : return//tab
CallNextHookEx(0, Code, wp, lp)
}
la ligne "case (long(lp,0)==20) and (long(lp,8)==0) : return" verhindert "Caps" zum Test comme Spielerei.
"Tab" verhindern alleine hilft vers "Alt+Tab".
Exe peut-être simple la fois sur Windows10 essayer.
finissons per "Rollen"-bouton. |
|
|
| |
|
|
|
Michael W. | Win 8.1 qui Task-Umschalter greift et cela Programme bekommt es pas avec. [...]
Evtl. veux Microsoft avec cela verhindern, cela on sich par un pas richtig funktionierendes Programme cela Multitasking blockiert.
Siehe aussi: [...] |
|
|
| System: Windows 8/10, XProfan X4 Programmieren, das spannendste Detektivspiel der Welt. | 03.07.2018 ▲ |
|
|
|
|
Michael W. | qui nProc-variante funktioniert.
Wird Zeit pour un XPSE-Update... |
|
|
| |
|
|
|
Walter | qui exe funktioniert dans Windows 10 comment gewünscht - ALT+TAB schaltet pas sur d'autre Programme um! |
|
|
| |
|
|