I am trying to reproduce native hints/tooltips under Windows Vista/7 using Delphi7. I\'ve found a nice component which could solve the issue, but it only partially works. TListView components\' toolt
In a Delphi 7 console application, how can I check whether stdin holds a character, without blocking until one i开发者_开发技巧s entered?
This question already has answers here: Closed 11 years ago. Possib开发者_C百科le Duplicate: Fonts problem, typeface,windows name…
Is there a real performance gain when I turn {$IMPORTEDDATA} off ? The manual only says this: \"The {$G-} directive disables creation of imported data references. Using {$G-} increases memory-access
Can someone tell me how can I get the typeface name of a font? And how can I take the Windows name of the font having the typeface name?
I was built an application on D开发者_开发问答elphi 7 + Windows XP Pro Sp3 platform, the application run correctly, than i sent this application to my friend that have a Windows 7 OS, my application c
I am using Delphi 7 under Windows 7 to download files. I want to change the cursor during the download.
I have a big XML file, around 50 megs and I trying to use the OmniXML library to manipulate the XML document.
I\'m trying to delete the mdb file after finished reading it. The process is: copyFile(originMdb, to targetMdb);
Is开发者_运维问答 it possible to read and execute procedure or function from a text file?You can try using a Delphi scripting engine like Pascal Script or dwscript.yes, you can execute procedures, fun