Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

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

 
Time Tested Delphi Programming Solutions: 1 - 25 of 3688
 
I want to get a result just the same as if i opened a .msg-file in notepad and saving it to a txt-file Can i use CreateProcess(with notepad.exe) to open  a .msg file and save it again. T...
Hi. Is it possible to read hotmail accounts via POP3 server. Use Delphi component to read my hotmail mails? Program that can do it attached here. http://www.snapfiles.com/get/gethotmai...
is it posible to limit row number in oracle? i want to select only first 10 records all other are not interesting SELECT * FROM bclint order by time desc limit 10
is there any way to convert the amout of pixels traveled by a mouse into centimeters? (or millimeter, or meters, or whatever) i already have a mouse hook, so that;s no problem, i know where i...
I keep receiving the following error and almost always they include rtl70.bpl or coreide.bpl or some kind of important file which is stored in the systemroot of my windows xp computer, im an...
How can I get one of them? Motaz
I wrote a program to display a picture using Delphi 5. >Target: Put a image in a scrollbox. Hope the image locates at the center of the scrollbox, when the size of image is larger than the...
I am using Delphi 7 and I want to print a label out on the Zebra TLP 2844 Label Printer. I am wanting to use the EPL2 Language that it understands. According to the Programming Manual it...
Help me! I want to convert pixels to cm/inch. As we know that indent property in TRichEdit uses LongInt type which refer to pixels. So, please give me a formula to convert pixels to cm /inch! ...
In Delphi 6.0 with Excel 8.0(2000) How I can read(or write) a value (or field value) from(in) workBook in cells of excell. (How I can creat a relation with excel and delphi) Thanks best...
Greetings... I Need a very Clear example of how to send & receive(commands and string)using indy TCP Client, Server Client ? also the Server has a password to establish the connection from t...
In my Delphi 3 application, I have TDBGrid, TDatabase and TDataSource components.  When I compile the project to an EXE, and then give the EXE to a friend to use on their own PC, they get the ...
From a newsgroup I got hold on this piece of sourcecode, which is supposed to get me the window handle from a processID. Well my question is in fact quite simple. It doesn't work, but whats wr...
We are receiving the error "Parameter object is improperly defined. Inconsistent or Incomplete information was provided" when we try to pass the following combination of colon (:) and double q...
I'm trying to automate the task of downloading a file from a https web site.  I'm just starting out and using the Indy IdHTTP component to try to send a Get request to the URL.  My problem is ...
Hey there, i need to work with MS Excel within delphi! i've found out how to open excel, open a new workbook/worksheet i can also add data to the workbook and in other ways manipulate t...
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...
Main question : how to kill a process (Delphi 5 or 7(as U want)  , XP ) Origin :    I use Firebird Classic  as DB. For each connection, a new firebird process is created on the server. this...
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 ...
Hi, I need to have a working function that will read a entire hex-string and will output an ascii-string. So: HexString = 45 00 63 00 6b 00 68 00 61 00 72 00 74 00 2e 00 54 00 6f 00 6c ...
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...
i have variable that's a DWord type. how can i convert it to a string so i can use it in a listview? MyVariable: DWord:
Hi expert, Something strange happening here. Out of the blue, it seems, "acces violation at address ... in module 'vcl70.bpl'.  Write of address..." appears whichever application I open tha...
I am using delph1 excel component to create a worksheet in excel. In a previous solution it was sugested that i create a macro in excel and then recreate hhe coding in delphi to format the sp...
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...