VerySimpleChat (Local area chat program)
Posted by Daniel - 1,768 Views
PinoezChat is a chat application originally designed for the Local Area Network. It’s a small and very light program, there are no emoticons of course, just text and only text.
It consists of two EXEs, the server and the client, you know what those EXEs are. the client exe connects to the machine running the server exe via the server’s IP or computer name. Source code included in the distribution and available in two languages, English and Bahasa.
D2 Remover (d2 virus removal tool)
Posted by Daniel - 3,323 Views
Well, it’s a virus removal program. From the title you know it will removes the d2 virus from your system. d2 virus is also known as dkernel, lExplorer, decoil daun and dEngines. Below is the information about the virus activities inside an infected system:
Creates lExplore.exe (not iExplore) in c:\windows. The file size is 28 KB.
Creates a folder named I75-D2 in C:\Windows\System32 (WinXP) or in C:\Windows\System (Win98). The folder contains 3 files:
PinoezOpenDialog (Another kind of Open Dialog)
Posted by Daniel - 1,815 Views
On some occasions, when I build an application for a specific language with orland Delphi, I also need to change all button text to suit the language used, for example the button text on the OpenDialog. Creating a brand new component is an alternative, but time is something that I don’t have. Hooking the available function by overriding the text assignment in the original OpenDialog component code, proved to be faster than creating a new one, and PinoezOpenDialog is the result.
PinoezOpenDialog is not just an open dialog, but it also contains save dialog. So far I haven’t had time to provide some design interfaces, so all adjustment have to be done in the underlying code. That will be painful if you have no experience at all in the component creation, but it will be fine I guess, it won’t break or damage your heart.
PinoezProgramRun (Running external program from Delphi)
Posted by Daniel - 1,682 Views
PinoezProgramRun is a Delphi component which wraps the ShellExecute API function. It exposes all of the function’s parameters, provides you an easier way to use the ShellExecute function when you need to run an external program, or a URL from your Delphi application.
Even I prefer direct coding to use the ShellExecute function, but it worth to try - not really that bad at all :).
An example: Using CPort Delphi Component to read data from your cellphone
Posted by Daniel - 24,250 Views
CPort is a Delphi component created by Dejan Crnila. it provide interfaces for Delphi programmers to use the serial communication ports. If you need to utilize serial modem or any other serial communication devices in your Delphi application, you should use this component.
This short article will give you an example of using CPort Delphi Component to read the raw data returned from a cellular phone as responses to the GSM AT-Command given, such as ATE1 (echo) and AT+CMGL (read sms). We will use Siemens cellphone for this purpose.
Hi, my name is Daniel Nugraha, a single male live on an island called Java, Indonesia. This is the place for me to share my interest in computer programming.
-
Get my Full Feed Here
Popular Entries
- Passing arguments to your VB.NET console application
- Microsoft Excel Import External Data Problem: When Microsoft Query doesn’t recognize some of your parameters
- Resize Image or Crop Image with Joe Lencioni’s Smart Image Resizer, WordPress Setup
- How to Get User Input and allowing more than 256 characters to be entered on .NET Console Application
- ASCII To PDU Converter (Convert ASCII to PDU and vice versa)
- ConsoleProgressBar - Simple Progress Bar Function for your VB.Net Console Application
- An example: Using CPort Delphi Component to read data from your cellphone
- Runtime-Form-Creation. Automatically creating child forms in a Delphi MDI application with a component array
- CPort Component (Serial port interface component for Delphi)
- SmartImageResizer Plugin, WordPress plugin based on Joe Lencioni’s Smart Image Resizer
