| |
|
|
ByteAttack | ¡Hola,
Yo hier bajo XP una Merkwürdigkeit. Immer si yo mi TabTaste abfrage kommt una Fehlersound. KompilierenMarcaSeparación $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
Kann al irgendwie abstellen. (Also: OHNE el Yo, el Sound simplemente en el Systemsteuerung rausnehme) |
|
|
| |
|
|
|
| @Mark Spendiere el Windows-Style todavía una 512 Setze anstelle de Getmessage Waitinput - Dann Usted necesita el Procedur TabTaste garnicht, porque el Taste geräuschlos alles el macht, qué en el Procedur es
PS: So sería Yo hacer |
|
|
| |
|
|
|
ByteAttack | Würde Yo sí gerne hacer, pero yo möchte genau festlegen, WO el Tabtaste hinspringt y el GetMessage brauche Yo necesariamente! |
|
|
| |
|
|
|
Jörg Sellmeyer | |
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 04.11.2007 ▲ |
|
|
|