| Home : Programming : Delphi |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Delphi Listings
|
|
Total:
11 | Displaying: 1 - 10 | Pages: 1 2 >> |
|
|
|
The Clever Component team has put together an article designed to demonstrate how one can use Delphi to transfer files between the client and server using the HTTP protocol.
Updated: 07/18/2006
|
|
|
This article introduces the easiest way to composite with Delphi/C++Builder IDE design-time HTTP Form POST requests for submitting them to the web server in the future.
Updated: 07/18/2006
|
|
|
There are many ways to send email messages from your Delphi application; for example, you can use shellexecute by declaring ShellApi in your uses list, or you can simply use Delphi's built in support for Windows Simple Mail Api, but this requires MS Outlook to be installed both on your computer and that of the recipient. The other downside to this is that you will not be able to send attachments, so neither of these options are ideal.
Updated: 07/18/2006
|
|
|
This is a follow up to my previous article, "Creating an Email Client with Borland Delphi." In that article we focused mainly on sending email messages and ensuring that the message arrives at the intended person's email address. We did this by using the idsmtp and tidmessage components.
Updated: 07/18/2006
|
|
|
Everybody knows that simply deleting a file from a hard disk doesn't truly make the file impossible to recover. Often, this is a good thing, but sometimes you want a file to be thoroughly deleted. Keep reading to find out how to accomplish this.
Updated: 07/18/2006
|
|
|
Most chat applications are based on a client/server model, i.e. the client logs on to a server, gets a list of other clients who are logged on and sends messages to them. When you decide to join a chat, the software program that you use connects to a server somewhere and allows you to ‘talk’ to other people who are connected to that server.
Updated: 07/18/2006
|
|
|
In this part we are going to finish off the server side coding of our Chat Application. In the previous part - Server Side Chat Application with Borland Delphi/Indy - we discussed how the server actually carries out all its communication functions as well as how it interacts with the client application. We also defined and implemented all of the procedures and commands needed to run our custom communication protocol.
Updated: 07/18/2006
|
|
|
In this part we are going to build the Client side of the chat server application. This is the visual representation of the entire application. This is the part the user will use to interact with the server, as well as with other people on the chat. The diagram below shows how this works:
Updated: 07/18/2006
|
|
|
Service applications let you check for updates on a system or monitor system resources, without interrupting your work. While they can be difficult to create, Delphi makes it simple. This article explains how to create a simple Windows service application in Delphi, which you can build on and modify to suit your own needs.
Updated: 07/18/2006
|
|
|
A POP3 server is a protocol that follows the RFC 1939 specification. It responds to a set of commands issued by a pop3 client. A POP3 Server is basically a go between, between a pop3 Client and a mail server. In this article, we will create the code to respond to those commands issued by a pop3 client such as Microsoft Outlook or Eudora.
Updated: 07/17/2006
|
|
|
Delphi Listings
|
|
Total:
11 | Displaying: 1 - 10 | Pages: 1 2 >> |
|
|