No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: i am still use Delphi 7 now, but with someother projects,we use vs.2005 's C# | |
Re: FlamingClaw's code is simply | |
Re: memo5.Lines.Clear;//first clear the contents of the memo5 memo5.Lines.AddStrings(memo1.lines); memo5.Lines.AddStrings(memo2.lines); memo5.Lines.AddStrings(memo3.lines); memo5.Lines.AddStrings(memo4.lines); memo5.Lines.SaveToFile(SaveDialog2.FileName + '.txt'); | |
Re: the best way to download the "appserv-win32-2.5.9.exe" zip,it contain php 5 and apache, i used it now. | |
Re: [code] type MIDPtr = ^MIDRec; MIDRec = Record InfoLevel: word; SerialNum: LongInt; VolLabel: Packed Array [0..10] of Char; FileSysType: Packed Array [0..7] of Char; end; function GetDriveSerialNum(MID: MIDPtr; drive: Word): Boolean; assembler; asm push DS { Just for safety, I dont think its really needed } mov ax,440Dh { Function … |
The End.