Вниз
Скачать: CL | DM;

Change focus to the next control in focus   Найти похожие ветки 

 
Boguslaw   (2003-10-07 02:45) [0]

HEllo,

I want to do this :

procedure TForm1.KodRapKeyDown(Sender: PControl; var Key: Integer;
 Shift: Cardinal);
begin
if (Key = VK_RETURN) and (Shift = 0) then PostMessage(Sender.Handle,WM_NEXTDLGCTL, 0, 0);
end;

But it seems not working in KOl right ? How can I do the same ? I know I can change Key from VK_RETURN to VK_TAB but this way is not perfect (according to WinAPI this message also modifies the border around the control)


 
Vladimir Kladov   (2003-10-07 15:55) [1]

procedure TForm2.EditBox1KeyDown(Sender: PControl; var Key: Integer;
 Shift: Cardinal);
begin
 if Key = VK_RETURN then
 begin
   Key := 0;
   Form.GotoControl( VK_TAB );
 end;
end;



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.44 MB
Время: 0.02 c
14-1080722086
vopros
2004-03-31 12:34
2004.04.25
Братья Украинцы нужна информация по провайдерам вашей страны


14-1080793291
Gero
2004-04-01 08:21
2004.04.25
Основателю Microsoft очень стыдно за Windows


1-1081319824
SM_Warlock
2004-04-07 10:37
2004.04.25
Скины (Help!!!)


1-1081414883
Idkfa
2004-04-08 13:01
2004.04.25
Как из приложения открыть документ Excel?


11-1064815249
bfg1000ke
2003-09-29 10:00
2004.04.25
Реестр




   Наверх