
c++builder
aree
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
全局组合按键-老板键
全局组合按键-老板键 //--------------------------------------------------------------------------- int ALT_CTRL_L=0xB86F; void __fastcall TForm1::FormCreate(TObject *Sender) { if (!RegisterHotKey(this->H原创 2015-05-15 14:14:51 · 1038 阅读 · 0 评论 -
模拟鼠标和模拟键盘
模拟鼠标 void __fastcall TForm1::Button1Click(TObject *Sender) { HWND h,h1; TRect rc; int i,j; Sleep(500); h1=GetDesktopWindow(); h=GetForegroundWindow(); if(h1==h) { h=GetN转载 2015-05-15 14:06:22 · 613 阅读 · 0 评论