Hi,
I'm referring to previous question titled Decode hex text file into viewable bitmap image, which targeted VB.NET development.
http://www.experts-exchange.com/Programming/Languages/.NE...
I have a delphi 4 program and I am trying to use CopyFile to copy a file from the C:\ to a server. The path I am trying to copy to is a "Shared Path" according to the network supervisor. For...
Hello experts,
How can i change another exe icon??
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...
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 ...
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...
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 ...
I've recently upgraded to Indy 10 and I'm having some issues with SMTP via SSL. My most frustrating problem has been locating the appropriate version of the libeay32 & ssleay32 DLLs. I looked ...
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,
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...
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...
I need to load simple text file to memo1 component and it is done easily by .Lines.LoadFromFile. Same with text save to file from memo1- .Lines.SaveToFile
How can I add UTF-8 text format su...
How can I get an information (in Delphi 7.0) about some element in computer:
- Procesor (Model, Frequency, ID/Serial number, Temperature)
- Motherboard (Model, ID/Serial number)
- RAM (Si...
How get information about Processor:
- number of processors (not cores)
- temperature
- name (like "Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz")
- description (like "Description: x86 Fami...
I try to make a RichEdit control accept drag-drop files. If a program is associated with the file type on the user's machine (for example, Microsoft Excel for an .xls file), the contents of th...
I need to get the process of "myself" or my process. As in my.processid. How do I do this in delphi?
delphi
how to change color(blue) on main menu when my pointer is point to it
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...
Sending Text Messages using PC to my Mobile Phone
Anybody knows how to communicate delphi application to any mobile phone? Like for example instead of using my Mobile phone for texting (which...
delphi
How to create a save file dialog extension
I.e how to create a list of file types/extensions like this:
text files (*.txt)
HTML file (*.htm;.*html)
Excel file(*.csv)
Than...
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...
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 ...
Hello experts,
I need some sample code for making an windows service application which downloads some files at a given interval. This programme should be started at system startup and runs co...
Hi experts,
is there a way in Delphi of appending a TStringList to a text file. SaveToFile only overwrites the file but doesnt append to the end of the file.
Thank you
delphi
Why i received "access violation at address.." error message
i try to get column header name of TVirtualStringTree from another form
the form name is Form2
TvirtualSTringTree ...