| Using Delphi interesting animation of the mouse |
| We can often see many lively and interesting animated mouse, in fact use Delphi powerful, we can have a personal whim production characteristics of the mouse. I produced a mouse named face of animation in the normal, it is a round face, the face of a... |
| Delphi prepared by an analytic function of the FTP address |
| Procedure TForm1.FTPAnalysis (S: string; var UserName, Password, IP, FileName: String; var DirList: TStringList); Var I, j: integer; StrAuthorization, strAddr, strDirFile: string; / / authorization information Begin UserName: = 'anonymous'; Password:... |
| How is the thread sort of |
| Dealing with the tremendous volume of data in the circumstances, how the processing of the data in response to user operation at the same time? Windows95/98 WindowsNT as multi-threading and multi-tasking operating systems and thread scheduling module... |
| Delphi programming interesting list |
| Hide task bar shielding hotkey In its own procedures will hide task bar and shield Ctrl + Alt + Del and Alt + Tab, etc. hotkey is also very interesting. They are relatively easy to achieve, but Do not forget to return to normal, and, in this case usi... |
| Delphi carefully collected function |
| Delphi6 function Encyclopaedia (1) First function AnsiResemblesText (const AText, AOther: string): Boolean; $ [StrUtils.pas Function similar to the return of the two strings The ANSI (American National Standards Institute) American National Standard... |
| Delphi programming examples on the tray |
| Many people think that Delphi is a RAD tool, including myself, during his school days on Delphi also biased, out of the ivory tower, involving a wide range, and the problems encountered more slowly and also have their own point of views Experience. I... |
| Delphi simple encryption algorithm |
| At that time, to see an impromptu Posts wrote this code, but he did not have serious debugging Program Project1; ($ APPTYPE CONSOLE) Uses SysUtils; Const Key = 'TESTNET'; Cryptograph = 'There are some things still do not know is the best'; / / Not fo... |
| Delphi how automatic settings ODBC Data Source |
| DELPHI in the database application, we usually have two database access methods. BDE through a database search engine, namely, the use of the DELPHI own database-driven procedures, the advantages of this method is faster, but the limited scope of app... |
| Using API function prepared ServerSocket |
| Program Server; ($ APPTYPE CONSOLE) Uses SysUtils, Winsock, Windows; Type TParam = record TrdId: integer; Sckt: TSocket; End; |
| Delphi achieve statistical text |
| Now there are many word processing software to achieve statistical function words, if our own hands can also prepared a small program to achieve this function, the more meaningful? First, programming ideas: Procedures by calling ord Memo control func... |
|