Niche Linking Search Engine - RSS Feed Directory - Links Submission - Submit URL - www.I-Gotta-Know.comNiche Search Engine and RSS Directory - Back Linking U

I-Gotta-know.com RSS Feeds Directory Simple mode | Advanced mode

Home Most Popular Feeds Newest Feeds More Directories

Personal Opinions Blogs (936) Programming and Development (417) Business (985) Computers & Internet (922)
News (426) Miscellaneous (1633) Regionals (512) Companies (1823)
Web Conferencing (2) Social Networking (28) Tagging (9) World (4)
Internet (3) Celebrities (17) Weblogs [Personal] (12) Weblogs [Computers] (1)
Trends (2) Product Feeds (4) Coupon Feeds (4) Business Intelligence (19)
Software (1)
Total feeds: 7760

Submit Your Feed

About Delphi Programming
Put this feed on your website
Description: Delphi Programming
Format: RSS 1.0
Url: http://z.about.com/6/g/delphi/b/index.rdf
 
Latest headlines
About Delphi Programming
Code Navigation in Delphi
Thu, 20 Nov 2008 03:00:00 -0500

Delphi Beginners Course :: A Beginner's Guide to Delphi Programming: Chapter 18. How to be even more productive with Delphi IDE (precisely, the code editor): start using code navigation features...
Flavors of Delphi: 2009, Delphi 2007, Turbo Delphi. What's the difference?
Tue, 18 Nov 2008 03:00:00 -0500

in What is Delphi? :: Interested in becoming a programmer? Want to learn Delphi? Already a Delphi developer, wanting to try the latest version? Confused about various Delphi version? This...
How to Shut Down / Reboot Windows 2000 / XP / NT from Delphi code
Mon, 17 Nov 2008 13:00:00 -0500

TIPS :: Under NT-based platforms, there are TOKEN PRIVILEGES. In these privileges, you have one for Shutdown allowance ("SeShutDownPrivilege"). So, the reason why you can't shutdown or reboot Win 2K...
Sending Email Messages with Delphi
Fri, 14 Nov 2008 03:00:00 -0500

in Network Apps. :: There are many ways you can send an email directly from Delphi, the most simple one is to use the ShellExecute API call to send an...
RGB color picker - Delphi Sources Included
Thu, 13 Nov 2008 03:00:00 -0500

Free Delphi Source Apps :: A free source color sampling application. Use RGB Color Picker to sample colors from your Windows Desktop screen - get the HTML color under the...
Ant Colony Simulation - Fancy Delphi Application Contest Entry #45
Tue, 11 Nov 2008 05:03:00 -0500

in FDAC :: Ant colony simulator tries to imitate the ants life. Denys has not been guided with known biological rules for Ants behaviour, he stablished his own rules for...
File Size - Get the Size of a File in Bytes using Delphi
Mon, 10 Nov 2008 05:32:00 -0500

in Delphi TIPS :: When working with files and folders from a Delphi application you sometimes need to know what is the size of a file (in bytes). Read the...
Selecting and Highlighting a Row in Delphi's DBGrid - OnMouseOverRow
Fri, 07 Nov 2008 02:00:00 -0500

DBGrid :: The TDBGrid Delphi component is one of the jewels of the VCL. Designed to enable a user to view and edit data in a tabular grid, the...
Controlling the SHBrowseForFolder from Delphi - Using a Callback Function
Thu, 06 Nov 2008 03:00:00 -0500

Delphi 'n' API :: Here's how to take the full control over the SHBrowseForFolder API call. Find out how to implement an application-defined callback function that the browse dialog calls,...
Symmetric Canvas Drawing - Fancy Delphi Application Contest Entry #44
Tue, 04 Nov 2008 03:21:00 -0500

in FDAC :: To draw graphics in a Delphi application, you draw on an object's canvas, rather than directly on the object. The canvas is a property of the object,...