| |
|
|
ByteAttack | Salut,
j'ai ici sous XP une Merkwürdigkeit. toujours si je mon TabTaste abfrage venez un Fehlersound. KompilierenMarqueSéparation $P*
USERMESSAGES 16
Declare exit%,edit1&,edit2&,edit3&
Def GetSysColor(1) !USER32,GetSysColor
Proc TabTaste
if GetFocus(Edit1&)
SetFocus(Edit2&)
elseif GetFocus(Edit2&)
SetFocus(Edit3&)
elseif GetFocus(Edit3&)
SetFocus(Edit1&)
endif
EndProc
SetTrueColor 1
WindowStyle 26
WindowTitle TabTaste
Window ((%maxX/2)-115),((%maxY/2)-60)-230,120
CLS GetSysColor(15)
edit1&=Create(Edit,%hwnd,,10,10,200,24)
edit2&=Create(Edit,%hwnd,,10,35,200,24)
edit3&=Create(Edit,%hwnd,,10,60,200,24)
SetFocus(edit1&)
WhileNot exit%
GetMessage
Case %Umessage=16:exit%=1
Case IsKey(9):TabTaste
Wend
peux on cela irgendwie abstellen. (alors: OHNE le moi den Sound simple dans qui Systemsteuerung rausnehme) |
|
|
| |
|
|
|
| @Mark Spendiere dem Windows-Style encore un 512 mets anstelle de Getmessage Waitinput - ensuite brauchst Du qui Procedur TabTaste garnicht, weil qui bouton geräuschlos alles cela fait, quoi dans qui Procedur steht
PS: So serait je es faire |
|
|
| |
|
|
|
ByteAttack | Würde je oui volontiers faire, mais je voudrais oui c'est ca festlegen, WO qui Tabtaste hinspringt et cela GetMessage brauche je absolument! |
|
|
| |
|
|
|
Jörg Sellmeyer | |
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 04.11.2007 ▲ |
|
|
|