文件名称:ocxEditT
- 所属分类:
- 钩子与API截获
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 37kb
- 下载次数:
- 0次
- 提 供 者:
- qia***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.ocx 和相应的网页(a.html)
2.代码实现ie6一直存在的ocx在网页中刷新问题,特别是解决了滚动网页(即鼠标滚动或拖动滚动条)时的刷新问题
3.由于ie会截获一些功能键,这个加了个鼠标和键盘的hook,特别是退格键
4.重载了一个编辑框,用以接收数据
5.对VK_LEFT VK_RIGHT 的实现不大好,有解决办法的,请回复,谢谢~-1.ocx and the corresponding page 2. Code to achieve the ocx persistent ie6 refresh the page, especially to solve the scrolling pages (ie mouse to scroll or drag the scroll bar) when refreshing question 3. Intercepted a number of features as ie 会key, the addition of a mouse and keyboard hook, in particular, the backspace key 4. override an edit box to receive data 5. the realization of the VK_LEFT VK_RIGHT not good, there is a solution, please reply, thank you ~
2.代码实现ie6一直存在的ocx在网页中刷新问题,特别是解决了滚动网页(即鼠标滚动或拖动滚动条)时的刷新问题
3.由于ie会截获一些功能键,这个加了个鼠标和键盘的hook,特别是退格键
4.重载了一个编辑框,用以接收数据
5.对VK_LEFT VK_RIGHT 的实现不大好,有解决办法的,请回复,谢谢~-1.ocx and the corresponding page 2. Code to achieve the ocx persistent ie6 refresh the page, especially to solve the scrolling pages (ie mouse to scroll or drag the scroll bar) when refreshing question 3. Intercepted a number of features as ie 会key, the addition of a mouse and keyboard hook, in particular, the backspace key 4. override an edit box to receive data 5. the realization of the VK_LEFT VK_RIGHT not good, there is a solution, please reply, thank you ~
相关搜索: ocx
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ocxEditT\a.html
........\MyDlg.cpp
........\MyDlg.h
........\MyEdit.cpp
........\MyEdit.h
........\ocxEditT.aps
........\ocxEditT.clw
........\ocxEditT.cpp
........\ocxEditT.def
........\ocxEditT.dsp
........\ocxEditT.h
........\ocxEditT.ico
........\ocxEditT.ncb
........\ocxEditT.odl
........\ocxEditT.opt
........\ocxEditT.plg
........\ocxEditT.rc
........\OcxEditTCtl.bmp
........\OcxEditTCtl.cpp
........\OcxEditTCtl.h
........\OcxEditTPpg.cpp
........\OcxEditTPpg.h
........\ReadMe.txt
........\resource.h
........\StdAfx.cpp
........\StdAfx.h
ocxEditT
........\MyDlg.cpp
........\MyDlg.h
........\MyEdit.cpp
........\MyEdit.h
........\ocxEditT.aps
........\ocxEditT.clw
........\ocxEditT.cpp
........\ocxEditT.def
........\ocxEditT.dsp
........\ocxEditT.h
........\ocxEditT.ico
........\ocxEditT.ncb
........\ocxEditT.odl
........\ocxEditT.opt
........\ocxEditT.plg
........\ocxEditT.rc
........\OcxEditTCtl.bmp
........\OcxEditTCtl.cpp
........\OcxEditTCtl.h
........\OcxEditTPpg.cpp
........\OcxEditTPpg.h
........\ReadMe.txt
........\resource.h
........\StdAfx.cpp
........\StdAfx.h
ocxEditT