I am using Delphi and I want to determinate the physical MAC address of a network device in my network, in this ca开发者_Python百科se the Router itself.
The case I\'m trying to update the INDY to the latest version for my Delphi XE (Update 1), so I downloaded the latest INDY10 file (Indy_4545.zip) from indy.fulgan.com/ZIP.
I am getting interesting rejections from my clients mail server when sending a mail with indy-10\'s tidMessage component saying:
I\'m starting to play with FreePascal/Lazarus and there appears to be an Indy port available. Is this a recent port and is it stable enough to use in production use? (Standard HTTP post/get client typ
We are trying to write an update server for our software using the TIdHTTPServer component. Currently we are serving an XML file that lists the available updates and their file versions etc.., when th
My server must print some reports about its work. 开发者_运维技巧How can I use visual objects such as labels, edit boxes in the OneEecute event?The same rule, for not modifying VCL objects in any thre
i want to get time and date from internet i used following code IdDayTime1.R开发者_JAVA技巧eadTimeout := 5000;
i use this code in a thread (through Indy Onexecute event) . is there any problem ? function TFrmMain.ShellExecute_AndWait(FileName, Params: string): bool;
Hi let me make my question clear. Two people using my app are connected to the internet. Both have each other\'s IP and they want to chat (like Y!messanger) with each other.
I have a connect that I give 20 seconds to for a timeout (slow link).I need to allow my user to cancel this connect call.