Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested Delphi Programming Solutions: 26 - 50 of 8490
 
Hi all, Iam using Delhp4 and SQL 2000 for my application. some times i get a BDE Error 13059, General SQL error while attemting to connect to the database using Tdatabase component. This e...
Hi All, Hopefully this will be an easy question for a Delphi expert out there. I have an application that is accessing 2 databases via a TQuery using a join and displaying the results in...
Anybody ever seen that one ? In a Delphi 7.0 app, which works fine on my XP machine, but gives the error on at least 5 PCs running W2K SP5 (haven't tried their 300 over ones !). Can't really...
Hi guys, I have this code: ----------- procedure TForm1.Button1Click(Sender: TObject); var   H: THandle; begin   H := FindWindow(nil, 'TestExe');   if H = 0 then     //executes a code ...
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,   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 ...
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...
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...
Please, i'm looking for a FULL Delphi Ftp Server example, using  IdFTPServer. Any workfull sample will be very appreciate.
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...
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 ...
Hi, When running my application in Windows Vista it asks the user for to run it. In Windows XP the user could check a checkbox, so it want be asked again. Is there a way to always allow ru...
I want to change my HDD Serial number anyone know how to do this thanks in advance DB
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 ...
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 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  
I am trying to control Google Earth.  I would like to use SendMessage(handle, WM_KEYDOWN, VK_?, 0) to control it without having to set focus using BringWindowToTop(handle), but for some reason...
Hi guys I have this simple problem. I need to resize a bmp or jpg image in my program. Any help? regards Manuel Lopez (lopem)
how do i get the windows install date from the registry ? I had used this code a long time ago, but it dont work under windows XP even if i point the key to '\SOFTWARE\Microsoft\Windows NT\Cu...
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 all, I am new to Delphi but am migrating from VB.  It is a big change.  I have a program that pulls Zip files from a CD (it gets this list from a Access 97 Database) and puts then in a d...
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...
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...
We have a general mail interface programmed in Delphi that calls MAPISendMail. This works fine on all machines except one which consistently returns MAPI_E_FAILURE. This particular machine is ...