| |
|
|
ByteAttack | Hi,
I have here XP a Merkwürdigkeit. always if I my Tab key request comes one Fehlersound. CompileMarkSeparation $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
Can the somehow turn off. (means: WITHOUT the I the Sound simply In the Control Panel rausnehme) |
|
|
| |
|
|
|
| @marrow Spendiere the windows-Style another 512 set in lieu of of Getmessage Waitinput - then will need you The Procedur Tab key not at all, because the Button geräuschlos everything the power, what in the Procedur standing
PS: so would I it make |
|
|
| |
|
|
|
ByteAttack | would be I Yes gladly make, but I would like very determine, WO The Tabtaste hinspringt and the GetMessage need I absolutely! |
|
|
| |
|
|
|
Jörg Sellmeyer | |
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 11/04/07 ▲ |
|
|
|