Category Archives: C++, Delphi, C#, .NET

Our .NET, C++, Delphi, C# development technologies experience and expertise.

Enable user to user calls, texts and phone number verificator with Twilio

One of our projects needed to set up voice and short message text communication between users through mobile phones and/or tablets. There are dozens solutions (some of them are given in List of some communication tools and phone number verification), we analyzed them and choose Twilio tool. We used it for few projects and knew that… Read More »

Motion detection and objects tracking algorithm implementation

Motion recognition is very important in automated surveillance systems. In this article we propose a novel approach to implement a complete framework that allows real-time detection and motion-based tracking of moving objects in a video stream acquired by a stationary camera.

Case: Audio Device Driver with Virtual Surround technics implementation

We are starting set of articles about interesting technology areas and solutions we have implemented or encountered in our projects. This article briefly describes our experience in development of audio device driver and Dolby Pro Logic IIx implementation. Our solution We have developed solution for providing virtual surround for headsets (that have only 2 audio… Read More »

System Modal Dialog

This article makes introduction to the one of the interesting Windows abilities, the ability to deal with multiple desktops. As example it contains the source of code of the .NET library that gives ability of creation System Modal dialogs in the same way as UAC window does. The article is for beginners and requires only very basic knowledge about.NET and Windows API.