Visit site About Delphi Programming

August 2010

1
vote
Vote UpVote

Reverse Engineering (Decompiling) Delphi Applications

About Delphi Programming – 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 you only have the executable file: reverse engineering (decompilation) is useful if the original ...
Details Favorite? Off-Topic? 2010-08-31 03:00
2
votes
Vote UpVote

Vigenere Cipher Algorithm - Delphi Implementation (Comments by Alan Lloyd)

About Delphi Programming – in Vigenere Cipher :: A long time Delphi developer, Alan Lloyd had a few comments on the recently published Vigenere Cipher - Delphi Implementation - Fancy Delphi Application Contest Entry #49. Alan suggests: While we have loads of computation power & memory available today, I think as a ...
Details Favorite? Off-Topic? 2010-08-30 09:36
0
votes
Vote UpVote

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

About Delphi Programming – 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 ...
Details Favorite? Off-Topic? 2010-08-26 11:11
0
votes
Vote UpVote

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

About Delphi Programming – in FDAC :: 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 plaintext values to the keytext values, modulo the number of letters in the alphabet. Interested in how to implement Vigenere ...
Details Favorite? Off-Topic? 2010-08-24 05:03
2
votes
Vote UpVote

No Main Form Delphi Application

About Delphi Programming – 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 closes, the application terminates. What if you need to create an application where every form is equally important (for example like IE) - ...
Details Favorite? Off-Topic? 2010-08-23 03:00
0
votes
Vote UpVote

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

About Delphi Programming – in Delphi TIPS :: The TRichEdit Delphi control is a wrapper for a Windows rich text edit control. You can use a rich edit control to display and edit RTF files. While you can create nice user interface "around" the rich edit control with toolbar buttons to set and change text display attributes, ...
Details Favorite? Off-Topic? 2010-08-20 02:00
1
vote
Vote UpVote

Custom Drawing of TListView Items - Font, Colors, Graphics

About Delphi Programming – 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 in columns with column headers and sub-i items, or vertically or horizontally, with small or large icons. If you want to ...
Details Favorite? Off-Topic? 2010-08-17 02:00
0
votes
Vote UpVote

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

About Delphi Programming – 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 Vista with Office 2007 installed you might experience weird behaviors. Documents open in a new Word instance rather than ...
Details Favorite? Off-Topic? 2010-08-13 02:00
1
vote
Vote UpVote

A Guide to Using dbExpress in Delphi database applications

About Delphi Programming – DB programming :: 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 applications using this light-weight, cross-platform data access technology. Read the full article to ...
Details Favorite? Off-Topic? 2010-08-10 02:00
3
votes
Vote UpVote

Pixelated Gravity - Fancy Delphi Application Contest Entry #14

About Delphi Programming – in FDAC :: Gravitation is a natural phenomenon by which all objects with mass attract each other. Gravity is the force that causes two particles to pull towards each other. If smaller objects are pixels and a bigger object is your mouse pointer - when you move the mouse the pixels should follow ...
Details Favorite? Off-Topic? 2010-08-09 03:00
0
votes
Vote UpVote

Star Wars Screen Saver - Fancy Delphi Application Contest Entry #11

About Delphi Programming – in FDAC :: "It is a dark time for the Rebellion. Although the Death Star has been destroyed, Imperial troops have driven the Rebel forces from their hidden base and pursued them across the galaxy." Looking for your own personalized Star Wars Screen saver - maybe the one written in Delphi? This ...
Details Favorite? Off-Topic? 2010-08-06 02:23
1
vote
Vote UpVote

Critters Evolve! - Fancy Delphi Application Contest Entry #6

About Delphi Programming – in FDAC :: Evolution is all about change, to understand evolution you need to see it in action - let's see if Darvin was wrong?! This application is a visualization of evolution of string critters. A humorous but powerful tool for simulating evolution - with some great-to-learn-from Delphi ...
Details Favorite? Off-Topic? 2010-08-03 03:00
1
vote
Vote UpVote

Add Custom Sorting To Delphi's TShellListView Control

About Delphi Programming – in TShellListView :: By design, the TShellListView sorts files (and folders) ascending by their name. There's no "OnCompare" event you can handle to change the sort order or the column (name, type, date modified, size) used for sorting. What we are up to in this article, is adding a popup menu to ...
Details Favorite? Off-Topic? 2010-08-02 06:15

July 2010

1
vote
Vote UpVote

Mouse Eyes - Fancy Delphi Application Contest Entry #4

About Delphi Programming – in FDAC :: Argh! Where's my mouse? Ah look at the eyes .... there it is! ;)) Mouse Eyes is another mouse cursor follower. Mouse eyes idea is indicating which direction to look in to find your mouse cursor. This is the 4th entry to the Fancy Delphi Application Contest Read the full article to ...
Details Favorite? Off-Topic? 2010-07-29 02:00
1
vote
Vote UpVote

Maze Creation and Solving Tool - Source Code Delphi Application

About Delphi Programming – in Source Code Projects :: A maze (or labyrinth, even though not a synonim) is a complex structure with a series of interconnecting pathways - walls making dead ends. Maze is a very simple Delphi application designed to help you create mazes of almost any size. You an customize the way the maze is ...
Details Favorite? Off-Topic? 2010-07-27 06:33
Subscribe:
Contact us to advertise on DelphiFeeds.com

Community Links

Delphi Tage Torry Firebird News

Sponsor

 
Please login or register to use this functionality.
(click on this box to dismiss)