上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 36 下一页
摘要: IDocHostUIHandlerDispatch 阅读全文
posted @ 2009-08-31 14:12 Fan Zhang 阅读(381) 评论(1) 推荐(0)
摘要: IEXPLORE.exe是应用程序,它可以host SHDOCVW.dll,即WebBrowser Control,它是一个ActiveX Control。 WebBrowser Control有可以host mshtml.dll,它是一个ActiveX文档。 Shdocvw.dll提供导航、历史记录等操作。 Mshtml.dll负责解析html,渲染(render)html操作等。 阅读全文
posted @ 2009-08-31 12:59 Fan Zhang 阅读(285) 评论(0) 推荐(0)
摘要: MSHTML是ActiveX文档,它可以host ActiveX控件。 为了显示html页面,推荐host WebBrowser Control。 To replace the menus, toolbars, and other UI for MSHTML, the host should implement the IDocHostUIHandler interface. MSHTML o... 阅读全文
posted @ 2009-08-31 00:15 Fan Zhang 阅读(312) 评论(0) 推荐(0)
摘要: 一个人久了,因为怕伤害,懒惰去恋爱,懒惰去了解人。 一个人久了,朋友会越重要。 一个人久了,会越来越喜欢听歌。 一个人久了,电话会常常忘记带。 一个人久了,都会养成一个怪癖(如收集狂,网族) 一个人久了,对爱情会越挑剔。 一个人久了,除了寂寞点以外,还是蛮开心的。 一个人久了,看到样子不错的异性,生理吸引内心抗拒。 一个人久了,会变的比恋爱时候成熟。 一个人久了,会害怕看鬼片。 一个人久了,会常常... 阅读全文
posted @ 2009-08-30 20:35 Fan Zhang 阅读(174) 评论(0) 推荐(0)
摘要: void ReadRegistry(){ NTSTATUS nStatus; ULONG default_value = 0; static RTL_QUERY_REGISTRY_TABLE table[3];//必须比实际元素多一个,即N+1 KdPrint(("ReadRegistry\n")); table[0].Flags = RTL_QUERY_REGISTRY_D... 阅读全文
posted @ 2009-08-28 09:37 Fan Zhang 阅读(379) 评论(0) 推荐(0)
摘要: MessageBeep(-1); 阅读全文
posted @ 2009-08-26 16:14 Fan Zhang 阅读(183) 评论(0) 推荐(0)
摘要: bp是对API模块函数下断(将直接中断在API函数内部),bpx是对程序模块调用API下断(断在程序领空调用API函数的语句上)。 阅读全文
posted @ 2009-08-26 14:19 Fan Zhang 阅读(819) 评论(0) 推荐(0)
摘要:   View always First Thunk选中后,ThunkRVA表示的是First Trunk,否则是Original Trunk。 在打开dll之前,First Trunk和Original Trunk指向的都是这个函数名的字符串。 但加载DLL成功后,First Trunk记录的事IAT表。 如 Call DialogBoxParamA,会变成 Call [4000... 阅读全文
posted @ 2009-08-25 15:41 Fan Zhang 阅读(496) 评论(0) 推荐(0)
摘要: 第一个例子 此例子位于G:\Samples\VC98\sdk\com\oleaut\hello 里面有两个目录hello(ActiveX代码),另一个目录是hellctrl(C++测试代码)。 ActiveX Control在使用前,需要注册一下。注册文件需要修改一下exe和tlb文件的路径,必须使用绝对路径。注册以后即可使用。 还可以编写一个VB测试程序。 在VB6中点击菜单“工具”=... 阅读全文
posted @ 2009-08-22 23:55 Fan Zhang 阅读(207) 评论(0) 推荐(0)
摘要: [   uuid(F37C8060-4AD5-101B-B826-00DD01103DE1),              // LIBID_Hello   helpstring("Hello 2.0 Type Library"),... 阅读全文
posted @ 2009-08-22 22:52 Fan Zhang 阅读(360) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 36 下一页