http://blog.csdn.net/shuaihj/article/details/7046515 Read More
posted @ 2016-04-01 17:53 findumars Views(1837) Comments(0) Diggs(0)
http://blog.csdn.net/shuaihj/article/details/7108792 Read More
posted @ 2016-04-01 17:52 findumars Views(521) Comments(0) Diggs(0)
用 Delphi 用长了,总是发现,有些和 MS 不同的地方。例如,MS 的公开库中,常常隐藏了许多重要函数,这些函数在系统中常常有起着非常巨大的作用。一旦知道如何调用,可以给自己的应用程序提供很强的功能和很大的灵活性。但,这些函数通常又没有函数名(即使用 ExeScope 查看 DLL 文件的导出 Read More
posted @ 2016-04-01 17:51 findumars Views(525) Comments(0) Diggs(0)
让自己的软件实现双击打开文件作者:帅宏军 http://blog.csdn.net/shuaihj/article/details/7046515 Read More
posted @ 2016-04-01 17:46 findumars Views(1247) Comments(0) Diggs(0)
问题:如何用代码控制资源浏览器,并定位到指定的文件? 答:使用ShellExecute,配合explorer即可 ShellExecute(Application.Handle, 'open', PChar('explorer'), PChar('/select,”D:\ss\ee\test.txt Read More
posted @ 2016-04-01 17:43 findumars Views(3578) Comments(0) Diggs(0)