搜索:SendMessage
找到约 11 项符合「SendMessage」的查询结果
结果 11
按分类筛选
https://www.eeworm.com/dl/666/368317.html
Delphi控件源码
dephi视频控制(Demo+源码) SendMessage做视频捕获,不要驱动
dephi视频控制(Demo+源码) SendMessage做视频捕获,不要驱动
https://www.eeworm.com/dl/519/347505.html
加密解密
用VB做万象密码查询工具
用VB做万象密码查询工具,这里用到几个常用的API函数:FindWindow,SendMessage,GetClassName,WindowFromPoint
https://www.eeworm.com/dl/521/13992.html
多媒体处理
DVR-MPEG4编码播放器
·DVR-MPEG4编码播放器 相关函数/类: CWnd CDialog CDataExchange Sleep SetDlgItemText CWinApp DestroyIcon LoadIcon EnableWindow GetDlgItem IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect Draw
https://www.eeworm.com/dl/657/326243.html
BREW编程
最新发送短信的jar包 COutgoingMessage msg = new COutgoingMessage(mobile , message) msg.setMessageEncoding(
最新发送短信的jar包
COutgoingMessage msg = new COutgoingMessage(mobile , message)
msg.setMessageEncoding(CMessage.MessageEncoding.EncUcs2)
msg.setStatusReport(true)
srv.sendMessage(msg)
https://www.eeworm.com/dl/884023.html
技术资料
DVR-MPEG4编码播放器
·DVR-MPEG4编码播放器 相关函数/类: CWnd CDialog CDataExchange Sleep SetDlgItemText CWinApp DestroyIcon LoadIcon EnableWindow GetDlgItem IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect Draw
https://www.eeworm.com/dl/689/219245.html
SQL Server
vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText M
vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconic CPaintDC SendMessage GetSyst ...
https://www.eeworm.com/dl/958167.html
技术资料
关于MPEG4的源码程序
·详细说明:关于MPEG4的源码程序,实现基本的功能,供研究使用 相关函数/类: RegOpenKeyEx RegCloseKey RegCreateKeyEx OutputDebugString SendMessage GetDlgItem MessageBox ZeroMemory GetDesktopWindow LoadLibrary GetProcAddress FreeLibr
https://www.eeworm.com/dl/cadence/ebook/240219.html
电子书籍
COleSafeArray CWnd CDialog CDataExchange CTime GetWindowRect MessageBox GetWindowText SetWindowText
COleSafeArray CWnd CDialog CDataExchange CTime GetWindowRect MessageBox GetWindowText SetWindowText GetDlgItem SetDlgItemText CString EndDialog CCmdTarget GetDlgItemText CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu En ...
https://www.eeworm.com/dl/534/440862.html
其他
DOS下Editor的源代码
DOS下Editor的源代码,写得很不错,其中包含了模拟Windows下SendMessage和PostMessage的实现,包含了基础控件的抽象和实现(主要是用DOS的制表符来描画控件),还包含了一些很好的设计思想在里面。
https://www.eeworm.com/dl/626/114990.html
编辑器/阅读器
在有些软件里当鼠标移到某单词上,其注释就会显示单词的中文解释.这样的软件是如何制作的呢?下面我就介绍以下获取鼠标所在单词的方法,至于中文结实要关系到数据库及字库问题在此我不做解释. 首先建立新工程,在
在有些软件里当鼠标移到某单词上,其注释就会显示单词的中文解释.这样的软件是如何制作的呢?下面我就介绍以下获取鼠标所在单词的方法,至于中文结实要关系到数据库及字库问题在此我不做解释. 首先建立新工程,在FORM上添加一个TEXT文本框. 声明SendMessage函数. ...