2013年9月18日

易语言取窗口坐标

摘要: .版本 2.支持库 spec.子程序 _窗口1_创建完毕kk = API_SetWindowLong (标签1.取窗口句柄 (), -4, 到整数 (&Mycallback)).子程序 Mycallback, 整数型.参数 Hwnd.参数 uMsg.参数 消息参数WP.参数 消息参数LP.局部变量 msg, MSG.局部变量 pt, POINTAPI.如果真 (uMsg = 512) ' 移动消息 API_GetMessage (msg, Hwnd, 0, 0) pt.横向位置 = msg.pt.横向位置 pt.纵向位置 = msg.pt.纵向位置 API_Scree... 阅读全文

posted @ 2013-09-18 00:43 shellcode 阅读(2043) 评论(0) 推荐(0)

导航