摘要:
1、在主窗体的private中定义过程:procedure doenterastab(var Msg:TMsg;var Handled:Boolean);begin if Msg.message=WM_KEYDOWN then begin if Msg.wParam=VK_RETURN then keybd_event(VK_TAB,0,0,0); end; end;2、在主窗体的oncreate事件中加入:Application.OnMessage:=doenterastab; 阅读全文
posted @ 2013-11-26 21:52
Greyed Wolf
阅读(300)
评论(0)
推荐(0)
2013年11月26日