Problem : Can anyone give example usage for using System.Security.Cryptography.RijndaelManaged from native Win32 using COM? Here is a functional example […]
Tag: winapi
choice between win32 APIs and .NET framework
Problem : I have to develop an application for windows that will enable controlling the mouse through web cam by […]
Win32 API FindFirstFile and FindNextFile performance vs command line
Problem : We have encountered an unexpected performance issue when traversing directories looking for files using a wildcard pattern. We […]
Events fired when the display power is switched On/Off
Problem : I search for an event or if doesn’t exist, a method to know if the screen off (Power […]
.NET/Win32 – event to detect when a window belonging to another app gets focus
Problem : I have a .NET application that needs to be able to detect when a specific window gets and […]
Detect laptop lid closure and opening
Problem : Is it possible to detect when a laptop’s lid is open or closed? From what I’ve read, this […]
Using MS crypto library on server 2012 – CryptCreateHash error code 87: ERROR_INVALID_PARAMETER
Problem : I am attempting to host a web application on a new Windows server 2012 environment, however I am […]
Windows-compatible filesystems’ file time resolutions
Problem : I am trying to write a file synchronization application that would be able to be used universally on […]
GetShortPathNameA not working in C#
Problem : I’m trying to get get the short filename from a long filename but I’m having problem in c# […]
Sending arguments to an app-instance that resides in another process
Problem : I have a single-instance app (c#, WPF, .net3.51). The check if the app is already instantiated is done […]