Category Archives: Solutions & Cases

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

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.

Creating a new process, simple?

There are could be different situations when you need to create an additional process from your main process. One of those situations is when you need to isolate some code of your service because that code could be a reason of resource leak or can damage your common process somehow. Another case is when your application needs to perform action that requires changing primary process token. Finally you may need to run a 3rd party application.