how to get the serial number of cpu(pII and pIII or K serials) and hard disk in my delphi program?
Hi,
I need to call C# .net dll in Delphi win32 Application. I'm using Delphi 2005 and Visual Studio 2005 with .net 2.0. How can i call the dll without register the dll in registry? Can an...
I'm Using Indy (Indy sucks!!!!) and I want to send a string via TCP Server. In Delphi 3, with standard TCP Socket, that's really easy, but now, I use the "Writeln(stringtosend)" cmd. That work...
I need to show a procedure that draws some kind of a circular progress... while doing something else... like connecting to a FTP server and downloading a file from there.
So I have the proced...
How can i convert 24 bit grayscale image to 8-bit grayscale image?
24bit image has same rgb values for one pixel.
Ok this is going to sound silly, but I know where to get the latest version of Indy, but there's this disclaimer, saying that the latest versions aren't necessarily stable.
http://www.indyp...
Hi,
I have been experimenting with automation in delphi to access MS word doccuments. I am finding that there is an extreme lack of doccumentation available on the web. If anyone has any li...
Hi, I need an example code to resume a ftp upload. I use Delphi 2005, Indy 10 and TidFTP client component.
Anyone please?
Thanks a lot.
Rogerio
I need to save a table to a file. I'm using ClientDataSet1.SaveToFile procedure, the problem is when the table has many records I get a "Insufficient memory for this operation" error message.
...
How can I implement a TWAIN interface in my Delphi 7 application? I want to know how I can make my scanner TWAIN software execute when I click a button and then when finished scanning I want t...
How can i change the Auto hide taskbar property on run time?
so it will pop up when the mouse is on top of it and drop
down when the mouse cursor is not on top
Is there out any component or procedure that could help me converting some of my old *.dcu's back to *.pas files
i lost the sources (*.pas files )but i got the *.dcues files from my friend ...
Dear Experts,
I am using Delphi 7 and Rave components to produce my reports.
This reports will be printed in a manufacturing environment.
When executing the report, using Rave it will b...
I am writing an application where I am using a scrollbox with buttons inside it. I do not want scrollbars to be displayed. I still want to be able to scroll when clicking on, for example, one ...
I need to know how to change the background color of an owner-drawn listview. Any Delphi code would be much appreciated to get this done.
I have an application that is currently using TWordApplication and TWordDocument, and I use
WordDoc.ConnectTo(WordApp.Documents.Open(FileName,EmptyParam, EmptyParam,EmptyParam, EmptyParam,...
I need to get messages from a third-party application. My Delphi application receives registered messages just fine if they're sent using SendMessage(HWND_BROADCAST,MessageNumber,wParam,lPara...
Hi team,
I have a problem that is causing me some frustration. I have developed an email program. A very simple one.
I have tested it on many machines and for the most part it can send and r...
Hi Experts,
How can one play Flash MOVIES, *.FLV, files in Delphi 7?
Examples, Readings and Free Components welcome.
Thanks in advance!
Hi there, I am looking for commands or a component to empty or clear the keyboard buffer if it is not empty.
Thanx
Magnus
IN VB I have:
Dim aArgs(2) As String
aArgs(0) = sFilePath
aArgs(1) = "QuoteFileName"
aArgs(2) = "N"
Test.InvokeMethod("ABC", aArgs).
Try to do the same from delphi.
The pro...
Hi,
I'm using TCriticalSection to stop all threads from executing, to make some changes in database, so that the other thread "see" the modifications.
In my prog, i use:
// Global var...
DO YOU HAVE THE ERROR CODES THAT DELPHI SEND ME...AND THE CLASS EXCEPTION THAT SENT ME THE ERROR..............?
In the following code, the first time this procedure is called create the share and open the explorer window... The next time it closes the explorer window and try to disconnect the share map!...
I am using delph1 excel component to create a worksheet in excel.
In a previous solution it was sugested that i create a macro in excel and then recreate hhe coding in delphi to format the sp...