-
-
-
ievideo_src.zip
IE Toolbar Button That Let s You Play Video in Internet Explorer
Play Video Inside of Any Internet Explorer Tab
-
AJAX_XMLHttpRequest.rar
... 对象发送请求和处理响应之前,必须先用JavaScript创建一个XMLHttpRequest对象。由于XMLHttpRequest不是一个W3C标准,所以可以采用多种方法使用JavaScript来创建XMLHttpRequest的实例。
Internet Explorer把XMLHttpRequest实现为一个ActiveX对象,其他浏览器(如Firefox、Safari和Opera)把它实现为一个本地JavaScript对象。由于存在这些差别,JavaScript代码中必须包含有关的 ...
-
-
-
explorer.rar
“资源管理器”在Visual C++中的实现
Visual C++ 6.0
注意事项:源代码经调试通过,可以运行。
源代码工程中的debug文件夹下有可执行文件,还可以打开整个工程重新进行编译、链接。
-
DemoCoordinator.rar
This demonstration shows how a ZigBee coordinator can be set up. This demo allows
the Demonstration Board (PICDEM Z or Explorer 16) to act as either a "Switching Load
Controller" (e.g. a light) or a "Switching Remote Control" (e.g. a switch) as ...
-
-
HookInsert.rar
Start.exe 安装 Insert.dll 中的 WH_GETMESSAGE 钩子. 当任何一个进程从
消息队列取消息时, Insert.dll 都将被装入其空间. Insert.dll在入口代码
中判断当前进入的进程模块名, 如果是 Explorer则建立一个线程, 并发消息
通知 Start.exe退出. 这个时候建立的新线程, 当然是属于Explorer进程的,
这就是关键之所在了. 另外, 该线程还建立了一个窗体, 可以设定IE首页. :~)
-
saaa.rar
//我们说了要第一步要调用VirtualAllocEx()函数在目标进程中分配内存
//那么我们就得找到目标进程的PID,我们假设把目标进程锁定为explorer.exe
//下面是获取explorer.exe的PID
-