Visit site About Delphi Programming
August 2010
1
vote
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 ...
2
votes
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 ...
0
votes
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 ...
0
votes
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 ...
2
votes
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) - ...
0
votes
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, ...
1
vote
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 ...
0
votes
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 ...
1
vote
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 ...
3
votes
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 ...
0
votes
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 ...
1
vote
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 ...
1
vote
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 ...
July 2010
1
vote
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 ...
1
vote
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 ...




