Recent Activites
Blog Advertising - Get Paid to Blog

VerySimpleChat (Local area chat program)

Posted by Daniel - 1,768 Views

averagecoder_pinoezchat.gifPinoezChat 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.

read more..

Posted in: Tested Software - Comments(1) January 2008 | raw

D2 Remover (d2 virus removal tool)

Posted by Daniel - 3,323 Views

averagecoder_d2remover.gifWell, 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:

read more..

Posted in: Tested Software - Comments(1) January 2008 | raw

PinoezOpenDialog (Another kind of Open Dialog)

Posted by Daniel - 1,815 Views

averagecoder_pinoezopendialog.gifOn 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.

read more..

Posted in: Tested Software - Comments(0) January 2008 | raw

PinoezProgramRun (Running external program from Delphi)

Posted by Daniel - 1,682 Views

averagecoder_pinoezprogramrun.gifPinoezProgramRun 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 :).

read more..

Posted in: Tested Software - Comments(0) January 2008 | raw

An example: Using CPort Delphi Component to read data from your cellphone

Posted by Daniel - 24,250 Views

averagecoder_article.jpgCPort 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.

read more..

Posted in: Programming - Comments(1) January 2008 | raw

P 5 OF 6« First...«23456»