A couple of issues regarding older versions of Delphi and Vista:
1) If I create a standard typical .exe (using the standard VCL etc.) with Delphi 4 Pro or Delphi 5 Standard, will it run on ...
My programmers, who are working in Builder 6.0 and Delphi, are trying to use INDY (versions 9 and 10) to connect to a secure proxy server (HTTPS)... and are having no luck.
I purchased so...
I am using Delphi 7, Indy components with TCPClient and TCPServer for file transfer.
I transfer various size files. Happily from your answered questions I saw that I have to exclude
AThre...
Hello.
i am using T WebBrowser and want to fill HTML web form fields and submit form. My code sample is:
function FillForm(WebBrowser: TWebBrowser; FieldName: string; Value: string): Boole...
In a users system while executing the project he is getting an error like
" An error occured while attempting to initialize the borland database engine. Error $2108"
Am new to delphi. When i...
Hi all,
Can anyone please help me out with some Delphi 2007 code?
I need to be able to send a email in html and text to a address from Delphi.
I was using Indy to do this in Delphi 6, but ...
Hello All:
Using Delphi, and reading the Registry (HKEY_CURRENT_USER) these two keys are available:
Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ComDlg32\\OpenSaveMRU
Software\\M...
delphi
how to change color(blue) on main menu when my pointer is point to it
Hi,
I like the look of the treeview component in Delphi 2006/2007 Object Inspector. Can someone tell me where to get it from?
Thanks,
CC
I'm using Delphi 2006 with a TADOStoredProcedure.
I need to be able to pass a null value into a date parameter. I don't want to have any '31/12/1899' records in the db
It does not like ...
Using TWebBrowser I would like to access the first image in the page and put it into a TImage, TPicture, or something similar.
Similar routines work fine, eg,
WebBrowser1.OleObject.D...
I am trying to set a cookie in an IdHTTP object using an IdCookieManager object. Both objects were created on a WebModule form and the IdHTTP.CookieManager link is set to the IdCookieManager1 ...
Hi,
I have been trying to implement a simple system monitor application using WMI from information gathered here and elsewhere on the Internet but I am not being able to make it work. The p...
Hello
In delphi I want to prompt the user when they have selected to exit the application to save changes, exit or cancel the exit procedure I have included it in the form close procedure t...
I am attempting to use rllibby's "Pipes" component in a console application. Everything works great when I create a VCL "client" app and a VCL "server" app. The 2 apps are quite simple, and si...
Hi,
When I execute the code below - the dialog box does not close (it fades a little bit) so I never see the cursor change to the hourglass while the CountWords function is running. It takes ...
Hi,
I am trying to understand another area of Delphi, that of DLL's and Pointers. In the Documentation that i have read to date, it says that when passing strings to and from a function conta...
I am totally lost.
I used my delphi6 and . I am lost: too much versions avaible !
which one should suit me:
I need a DELPHI version that installs and runs on XP and VISTA
and generates .E...
I am using Writeln for create a text file in delphi 5 and packing it to 628 charactors
The writeln option adds a CRLF at the end of each line (as far as I have read)
error .. On some comput...
I am a BEGINNER to Delphi and Pascal. I am trying to implement a sax parser but am getting the following compiler errors:
Undeclared Identifier: 'GetTypeInfoCount'
Undeclared Identifier: ...
How can i filter in adotable if i have a space in a field name(access database). Example:
Hi!
Just wonder how to simulate a mouse click into a specific posistion of a hidden/inactive/minimise window.
For exemple, I know the handle of a process.exe
I know that this handle windo...
Hi Experts,
I am using Delphi 7 and Indy 10 for a project.
I receive a compiler error: "Undeclared identifier TidBytes"
This is the first time I am getting this error although I have wo...
Hello experts,
I'm developing a simple chat program using Serversocket and Clientsocket, I'm looking at my code for at least 1 hour and cant find the error. Where is the damn error in this...
Hello,
I am using the following Windows copy function in my Delphi application.
CopyFile(Source, Destination, False);
The file(s) copied can not be deleted in Windows Explorer - the...