3
votes
Quickest way to implement a C++ Win32 Splash Screen
If you're targeting modern versions of Windows (Windows 2000) and above, you can use the UpdateLayeredWindow …
1
vote
Watching Global Events created by a native process in a .NET process.
ThreadPool.RegisterWaitForSingleObject can be used to execute a callback when the event is signalled. Obtain a Wai …
