Regsvr32 进程文件: regsvr32 or regsvr32.exe  进程名称: Microsoft DLL Registration Service  英文描述: regsvr32.exe is a processes belonging to the Windows OS and i Read More
posted @ 2016-03-13 18:11 findumars Views(8873) Comments(0) Diggs(0)
前言 Delphi作为一个快速高效的开发平台,使用的人越来越多,但熟悉在Delphi代码中嵌入ASM代码的程序员我想不多,因为这方面的资料太少了,另一方面,它还需要有基本的汇编语言知识,关於汇编语言的教程,那实在太多了,如果你对汇编语言不熟的话,建议你下载相交的教程先读读。因此,本文假定您已经熟悉了 Read More
posted @ 2016-03-13 18:06 findumars Views(1445) Comments(0) Diggs(0)
本文采用delphi7+TServerSocket+TClientSocket;   笔者在工作中遇到对局域网中各工作站与服务器之间进行Socket通信的问题。现在将本人总结出来的TServerSocket和TClientSocket两个组件的基本用法写出来,希望与您分享。 ClientSocket Read More
posted @ 2016-03-13 18:05 findumars Views(13069) Comments(1) Diggs(3)
需要用到的一个函数:       program Project; usesForms, Windows, ufrmMain in 'ufrmMain.pas' {frmMain}; {$R *.res} beginApplication.Initialize;SetWindowLong(Appli Read More
posted @ 2016-03-13 18:03 findumars Views(366) Comments(0) Diggs(0)
http://blog.csdn.net/yanjiaye520/article/details/6736069 在做登录窗口时一般都是无标题栏,窗口不能被鼠标拖动, 上面的过程可以拖动窗体,结合application.onmessage可时间点任何地方移动窗体 http://blog.csdn.n Read More
posted @ 2016-03-13 18:02 findumars Views(1263) Comments(0) Diggs(0)