Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Delphi Programming Solutions: 26 - 50 of 3921
 
I am having problems passing a .CHM file mapID value into a ShellExecute procedure.  Although the .CHM file launches, the context ID (mapID) page does not appear as the default.  Here's the co...
Hi, I have one client and one server that I have implemented with the indy components in Delphi 7. At the client end I need to send any one of three very different records to the server ...
Hi experts , I need to know which comuter sending a information to the server. and my question is : how to detect the  comuter name ,user name or IP address in Labeal for example thanks  
Please, i'm looking for a FULL Delphi Ftp Server example, using  IdFTPServer. Any workfull sample will be very appreciate.
BDS2006/BCB w/PNG Components I thought this was going to be a 10 minute job, but its not the first time Ive misunderestimated something. Ive created a transparent .png, basically a re...
Hi,   I have been trying to embed a manifest into a Delphi 7 application which elevates the priveleges to "administrator" without the user having to right click and 'Run As Administrator' on ...
Use: * Delphi 7 * Indy 10 * GMail account And nothing else! Okay, simple question. I have a GMail account and I need an example in code using the Indy 10 components (not any older versi...
Greetings.. I'm having problems with posting files witch over 3.5mb to IIS servers with the Indy IdHttp component. I get this error: "Socket Error # 10054 Connection reset by peer" In thi...
Hopefully this will be my last posting on this subject :-). With the help of the Delphi Experts I have put together a keyboard logger that records in a memo box anything the user types on t...
Is it possible in Delphi to send a keyboard key stroke to another application that doesn't have focus. In other words if I use a windows api command to focus on lets say winamp and I send the ...
Hi Experts, I'd like to simulate the mouse click within the form without affecting the mouse moment. Could I please have examples of code.
Hi Guys,  There are a lot of posts on EE and on the net as well ,that deal with how to get unique system identifiers of a system, but the problem is that none of these tips seem to work(lik...
Using Delphi 7 Ent I need the code to create the xml file below from scratch, using an TXMLDocument component, created at design time.  The code must not use the XML property.   EXAMPLE: XM...
Hi Experts, Delphi app using an Access db. Trying to archive deleted records to a text file before deletion. (I'm testing this from a form button currently, but would integrate it in to the...
How can I make a TPanel in Delphi 5 transparent?  Or at least copy the area of the TForm behind the TPanel and paint it to the TPanel canvas?  I need to be able to do this without using a thir...
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...
delphi can i know what is the major differences of timestamp and datetime in my MSSQL database i have data type timestamp when i try to compile my delphi application error occur i ...
Hello All, I am working on a project that involves Delphi 7 and Crystal Reports XI (developer) and have no clue where to start. The included documentation tells me how to pull up already cr...
I have the following form with ListView1 in Reported mode. I need to write a code which will sort columns when I click on them. For example when I click on INFO1 column, this column needs to b...
Hi all, Having a few problems trapping 'Asynchronous Socket Error 10053' in my application - written in delphi 2005, using TCP ClientSocket and ServerSocket. I have tried placing the 'Er...
Hi experts, I need to encrypt string in MD5. I have Indy10 installed. Got IDHash and IdHashMessageDigest in the uses and have tried different codes and none have done anything. Could ...
A while I wrote a function called function GetLastErrorStr: string; I would like to re-create it, but I have lost the source due to a delphi ide-crash. The thing is that I just cant get...
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 ...
FIND OPEN FILE HANDLE How to find file handle ? And it is not close, and it is open ? For example if it is open like that : FileOpen('C:\TEST.TXT', fmOpenReadWrite); and if it is NO...