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...
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...
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
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...
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!
...
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...
How can I get one of them?
Motaz
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...
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...
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 ...
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...
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...
What are the ASCII values of the following keys: Function keys (F1-F12),
Shift, Ctrl, Alt. How do I check the ASCII values of these keys in the OnKeyDown event of a DB grid
(if key = ?)?
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 ...
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 would like to run a bat file in the background without the black screen opening.
Is there a way to run a bat file without it even flashing open at all?
Is there a way to tell if it...
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...
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:
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...
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'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 ...
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,
couldn't find a UTF-8 encoding function in Delphi anywhere.
I'm using Delphi 5 and I need to XML format some data with UTF-8 encoding.
I'd really apreciate copy & paste coding...
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...
dear experts,
l'm using borland delphi 7 and just a doubts whether any compatibility issue on Windows Vista or not. i've tested the BDE application with error of "Invalid Alias ABC" found.
...