Category Archives: Solutions & Cases

Custom products and solutions that we created. Case studies of projects.

Developex RestartService

Developex RestartService as a Windows service which allows running multiple command-line executables applications as daemons (applications working constantly in a system) from any specified system account, with parameters defined in configuration file. It is also has the ability of monitor if the executables are still running and restart them in case of disappearance (planned or accidental).

DevelopEx Fingerprint Reader SDK

Overview Fingerprint Reader SDK it’s a API component that allow easy integrating the fingerprint reader support into your application. Component helpful to develop biometrical applications for Windows. With this component you can obtain fingerprint from scanner, extract fingerprint features from the image, comparing two fingerprints. Includes libraries with simple and intuitive interface for on C++… Read More »

Localizer.NET

The purpose of Localizer.NET is to provide a simple editing of the strings in the .NET resource files and compile resources into dll. With Localizer customer can modify localization resources without developer help.

Using COM without registration

This article briefly explains different methods of using COM without registration of classes in HKEY_CLASSES_ROOT registry key. It gives basic information about COM implementation and oriented on the people with some level of familiarity of Windows programming. The article explains registration-free COM supported by Windows XP SP2 and also provides custom solution that could be used with older operation systems.