http://blog.csdn.net/genispan/article/details/10004487 Read More
posted @ 2017-07-04 15:47 findumars Views(370) Comments(0) Diggs(0)
DLL编写与调用全解 DELPHI学习 2008-12-23 22:52 阅读8 评论0 字号: 大 中 小 DELPHI学习 2008-12-23 22:52 阅读8 评论0 字号: 大 中 小 第一章 为什么要使用动态链接库(DLL) top 提起DLL您一定不会陌生,在Windows中有着大量 Read More
posted @ 2017-07-04 15:43 findumars Views(646) Comments(0) Diggs(0)
API Hook基本原理和实现 2009-03-14 20:09 windows系统下的编程,消息message的传递是贯穿其始终的。这个消息我们可以简单理解为一个有特定意义的整数,正如我们看过的老故事片中的“ 长江长江,我是黄河”一个含义。windows中定义的消息给初学者的印象似乎是“不计其数” Read More
posted @ 2017-07-04 15:36 findumars Views(2219) Comments(0) Diggs(1)
type TForm1 = class(TForm) Button1: TButton; Button3: TButton; ListBox1: TListBox; Button2: TButton; Button4: TButton; procedure Button1Click(Sender: Read More
posted @ 2017-07-03 17:59 findumars Views(880) Comments(0) Diggs(0)
众所周知,bing搜索网站首页每日会更新一张图片,张张漂亮(额,也有一些不合我口味的),特别适合用来做电脑壁纸。 我们想要将bing网站背景图片设置为电脑桌面背景的通常做法是: 上网,搜索bing 找到图片的下载链接,并下载之 将图片设置为桌面背景(也有部分浏览器支持直接在网页中右击图片设置为壁纸) Read More
posted @ 2017-07-02 20:17 findumars Views(4251) Comments(0) Diggs(1)