About.comAbout.com Delphi Programming

Get the latest headlines from the About.com Delphi Programming GuideSite.

Tue, 31 Aug 2010 03:00:33 +0000

Reverse Engineering (Decompiling) Delphi Applications

in Advanced Delphi :: Simply speaking, decompilation is the inverse of compilation: translating an executable file into a higher level language. Suppose you lose your Delphi project's source and ...

Read Full Post


Thu, 26 Aug 2010 11:11:13 +0000

MonoX - Free ASP.NET Content Management and Social Networking Platform

in ASP.NET :: Mono Software Ltd recently published a new, completely redesigned release of MonoX ASP.NET CMS with full support for Social Networking features.

Inspired by the latest Web technologies and built on top of the Web parts infrastructure, MonoX allows you to design and develop next generation ASP.NET Web portals and applications. It features an intuitive, user-friendly user interface that supports Web parts framework, drag and drop, WYSIWYG interface, content versioning, advanced security model, cross-browser support, advanced templating engine and multi-level personalization.

MonoX comes with everything you need to build fully-featured social environments, including: user profiles, OpenID support, friendship modules, scalable multi-user blog engine with automatic anti-spam protection, photo albums, customizable group architecture with support for public and private groups, discussion boards, file galleries, support for activity streams (event logs), messaging, video conversion and sharing, wall and comments.

Get "MonoXized" on http://monox.mono-software.com!


Tue, 24 Aug 2010 05:03:06 +0000

Vigenere Cipher - Delphi Implementation - Fancy Delphi Application Contest Entry #49

in FDAC :: Steganography with Delphi Vigenere coding is one of the most ancient forms of cryptography. In a Vigenere cipher, messages are encoded by mapping letters to numeric values and adding the ...

Read Full Post


Mon, 23 Aug 2010 03:00:28 +0000

No Main Form Delphi Application

in Delphi TIPS :: Every Delphi application must have a main form. The main form is the first form created in the body of the application. When the main form ...

Read Full Post


Fri, 20 Aug 2010 02:00:34 +0000

Append Formatted Lines to Rich Edit using Delphi's SelText and SelStart

in Delphi TIPS :: RichEdit Append Formatted Text The TRichEdit Delphi control is a wrapper for a Windows rich text edit control. You can ...

Read Full Post


Tue, 17 Aug 2010 02:00:09 +0000

Custom Drawing of TListView Items - Font, Colors, Graphics

in Delphi TIPS :: The TListView Delphi control displays a list of items in a fashion similar to how Windows Explorer displays files and folders. The items can be displayed ...

Read Full Post


Fri, 13 Aug 2010 02:00:35 +0000

Opening Office Documents (Word, Excel) in TWebBrowser on Vista and Office 2007

in Delphi TIPS :: When, in your Delphi application, you are using the TWebBrowser control to open Word (Excel) document for preview and/or print- if your application is running on ...

Read Full Post


Tue, 10 Aug 2010 02:00:50 +0000

A Guide to Using dbExpress in Delphi database applications

DB programming :: dbExpress controls in Delphi One of data connectivity options in Delphi is dbExpress. This articles provides an overview of dbExpress along with a collection of tutorials and articles on building database ...

Read Full Post


Mon, 09 Aug 2010 03:00:52 +0000

Pixelated Gravity - Fancy Delphi Application Contest Entry #14

in FDAC :: Pixelated Gravity Gravitation is a natural phenomenon by which all objects with mass attract each other. Gravity is the force that causes ...

Read Full Post