Sending WM_KEYDOWN or WM_KEYUP
If you read the MSDN documentation of WM_KEYDOWN and WM_KEYUP you can see that those message require us to …
If you read the MSDN documentation of WM_KEYDOWN and WM_KEYUP you can see that those message require us to …
I’m working on a new build of TSAdminEx for which I need to query the total amount of physical memory. …
In part 1 I showed how to create and open objects in Terminal Server Sessions. However, these are not all of …
As you know, many kernel32.dll functions, which are working with named objects, like OpenEvent, can be used to …
In part 1 I showed how winlogon.exe registers its process and main window handle. In the SasCreate function, …
Win32 API provides only 1 function for locking workstation, named LockWorkstation. What does it do and how we …
Windows has a couple of different formats for volume names but it is unclear how to convert a Volumename …
Part1 Let’s write our own Credential Server implementation. At first, we need to create a named pipe …
I think many of you have got experience with multiple Terminal Server Sessions in windows XP, also called Fast …
Hello, my name is Danila Galimov and i will write here sometimes :-) My first post is about communications …