Click here to Skip to main content
15,867,704 members
Everything / WinSDK

WinSDK

WinSDK

Great Reads

by David O'Neil
Everybody Loves the Mandelbrot Set! Here's a browser for it!
by Axel Rietschin
Import photos & videos directly from smart phones and digital cameras using the Windows Photo Import API, for Windows Universal Apps and Classic Win32 applications on Windows 10 and beyond.
by Bruno van Dooren
How to use APCs to perform user interface updates
by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17

Latest Articles

by Jonathan Chapman-Moore
Windows Server 2003 Build Server
by Bruno van Dooren
How to use APCs to perform user interface updates
by David O'Neil
Everybody Loves the Mandelbrot Set! Here's a browser for it!
by Espen Harlinn
An introduction to C++ 20 concepts

All Articles

Sort by Score

WinSDK 

29 Mar 2019 by Rick York
This is a simple worker thread class that allows when to use a member function as the thread function.
6 Jun 2017 by Nick Tziamihas
In this article, we show how you can execute asynchronous code on the main thread without async, by replicating Unity's coroutine framework.
19 Dec 2019 by Rick York
A simple, header-only class for high resolution timing
4 Mar 2013 by Tyronne Thomas
DNS resolving and parsing IP address in Metro Style applications (WinRT).
23 Oct 2014 by BrokenEvent
.NET WinForms Tray icon implemenation with Win7 and Vista features: GUID identification, large custom icons, custom UI instead of the hint, etc.
19 Jun 2014 by KarstenK
Using the Wincrypto in the Windows SDK
24 Sep 2012 by himanshupareek
A class for listing files (including ADS) with callback
30 Sep 2014 by Vahid_N
Microsoft has not updated Iran's daylight saving time information since 2009. Let's find out how it works and then fix it for the next 100 years!
19 Oct 2012 by Orjan Westin
Simple function to get the text message corresponding to a system error.
14 Jan 2016 by Alexandros Pappas
Windows Service that launches UI app
20 Aug 2014 by slaon77
Setting APM level for SATA hard drive
17 Feb 2024 by Jonathan Chapman-Moore
Windows Server 2003 Build Server
28 Jun 2018 by hasan bozkurt
Determining all bootable partitions using PInvoke
20 Jan 2016 by Alexandros Pappas
Windows Services cannot create more than a certain number of processes, whereas Console Applications seem not to have a limit.
16 Aug 2012 by AshakiranBhatter
ScreensSaver through fullscreen mode using Win32 APIs in C.