Problem : I need, for my WPF app, to detect when the DWM is turned on/off or when the system […]
Tag: winapi
How to find a child of a parent unmanaged win32 app
Problem : Basically I am looking for a win32 method to invoke in C# to set the focus to a […]
Getting an event on monitor hotplug for windows
Problem : I’d really like to listen for when a monitor gets hotplugged like when a laptop docs or has […]
Get handle to desktop / shell window
Problem : In one of my programs I need to test if the user is currently focusing the desktop/shell window. […]
take picture from webcam c#
Problem : I’m streaming video to my Window Form with DirectShowLib. I also want to save image when i press […]
How to detect tapping (touch input) globally instead of mouse clicking?
Problem : I want to make an app that shows itself when the user touches his screen. It shouldn’t work […]
Why won’t my solution work to P/Invoke NotifyServiceStatusChange in C#?
Problem : I am trying to P/Invoke the NotifyServiceStatusChange event in C# to check when a service has stopped. I […]
Detect file ‘COPY’ operation in Windows
Problem : Say I want to be informed whenever a file copy is launched on my system and get the […]
How to programmatically restart windows explorer process
Problem : I’m working on a windows shell extension, and unfortunately, when making changes to the DLL, I must restart […]
How to detect tapping (touch input) globally instead of mouse clicking?
Problem : I want to make an app that shows itself when the user touches his screen. It shouldn’t work […]