AddAll Delphi Articles
Articles 31-40 of 113
Go to << Prior 1 2 3 4 5 6 7 8 9 10 11 12 Next >> page 
VintaSoftAnnotation.NET Plug-in v2.0 has been released. - 15 June, 2009 - mib

VintaSoftAnnotation.NET is a developer's tool that allows to annotate images: create, process, delete, save to XML or TIFF file, merge the annotations with image. Supported annotation types: rectangle, ellipse, image, text, rubber stamp....

Creating and using Lookup forms in Delphi to maintain a compact and tidy user experience - 14 June, 2009 - Smith

In today's times Lookup forms are ideal for applications that need a compact and tidy way to present the user with a search & selection type screen. A simple example is the Windows 'Open File' dialog box which pops up in front of the current...

How to use Outlook (OLE, COM) to perform common operations such as sending Emails - 13 June, 2009 - Ena

This article covers one of the most useful features for any Delphi application which is commonly overlooked. Microsoft Outlook provides Delphi developers with a COM interface (outlook2000.pas, outlook2003.pas) that contains literally 1000's of...

Implementing Shell Search Handler in Delphi - 13 June, 2009 - Ena

I'm a seasoned shell extension author. This article is more or less a re-stating of a fragment of the very poor article on msdn. The only thing the guy provides us with is skeleton code. But neither the msdn article nor this article will allow...

Delphi Developers Can Rely on FIPS Compatibility, Support of IPv6 and GOST Cryptography and Many More in SecureBlackbox Version 7.0 - 02 April, 2009 - Theodore Tereshchenko

London, UK, April 2, 2009 EldoS Corporation announces today the new possibilities for in-house and vendor software developers. Version 7.0 of SecureBlackbox now offers Federal Information Processing Standards (FIPS) compatibility, new selection of...

Fast Report. Grouping - 11 June, 2008 - Irina Tsybulnikova

In continuation of the topic on practical use of Fast Report components in complex programmes for billing, I will show you several practical examples of using grouping. For these examples I will use the payroll described in the first article...

Fast Report. First steps in inheritance - 11 June, 2008 - Irina Tsybulnikova

Creation of software package for accounting always demands more quantity of report forms. I will write some aspects of my work, which calls for optimizing the process of creating and controlling reports with billing software package in the...

Count items in a Set And Convert a Set to a BitSet - 11 February, 2008 - Steve Prescott

I got sick of writing function to count the items in a set every time I created a new enumerated type. So I finally sat down and developed a generic function to count the number of items in any set type by passing the address of the set and the...

Google hacks with Delphi. - 28 April, 2006 - Asen Kovachev

In order to talk to Google we need to be able to contact the web server, pretend that we are a regular web browser, and in some cases be able to do a post transaction. Luckily all this is very easy using the standard library WinInet. So here is a...

MS SQL alerts in C++ Builder - 27 December, 2005 - Stas Vasiljev

Sometimes we need receive alert on client side about some event on SQL server without request. For instance, data is changed and we want notify all client applications. It is possible to realize this option with extended stored procedure contained...

Articles 31-40 of 113
Go to << Prior 1 2 3 4 5 6 7 8 9 10 11 12 Next >> page 
Latest News
Submit News Form Past News
Latest Forum Entries