Click here to Skip to main content
15,885,957 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 

17 Jan 2021 by David O'Neil
Everybody Loves the Mandelbrot Set! Here's a browser for it!
4 Jun 2017 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.
1 Nov 2018 by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
18 Oct 2020 by Espen Harlinn
An introduction to C++ 20 concepts
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.
5 Feb 2013 by Gokulnath007
To get instant control over Outlook and various operations of outlook.
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.
2 May 2019 by Alexandros Pappas
Rehosting of WorkflowDesigner in WPF and Windows Forms application, and invoking the workflow
13 Apr 2017 by zapsolution
Stereo mix audio capture with peak level display
19 Dec 2019 by Rick York
A simple, header-only class for high resolution timing
2 Aug 2012 by Kuthuparakkal
WMI based DirectoryMonitor triggers SSIS Package execution.
24 Mar 2016 by Sumit Samediya
In this article, we will learn how to consume Webservice in Windows Universal App
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.
13 Dec 2009 by tolw
Try:hMenu = CreatePopupMenu();Instead of:hMenu = CreateMenu();CreateMenu is used to create the menu you can see below the title bar. A right click menu is a popup menu, so it should be created as such.
19 Jun 2014 by KarstenK
Using the Wincrypto in the Windows SDK
29 Nov 2009 by Sanjay BORA
Hi,I am trying to launch winword from my java application.Word application is getting launched successfully. But word application window is going in background on Vista (losing focus).But same code works well on XP.In Xp word application window gets focus.I tried below to bring Word...
3 Dec 2009 by «_Superman_»
You could also try BringWindowToTop.
13 Dec 2009 by GregMalick
Aloha,I'm having a devil of a time trying to do a simple RMB context menu - and I'm sure I'm misunderstanding something basic. Although the menu displays on RMB - the lowest menu item's text doesn't display - I just get vertical bars. But the 2nd level menu displays fine when hovering over...
21 Apr 2011 by 01.mandar
is it possible to convert to LPCWSTR using mbstowcs?
24 Sep 2012 by himanshupareek
A class for listing files (including ADS) with callback
3 Aug 2020 by OriginalGriff
No. Services do not - and cannot - have a UI at all, cannot interact with the user, and do not respond to messages other than System messages. They do not have a Window Handle because ... they don't have a Window. They can't be derived...
3 Aug 2020 by Garth J Lancaster
While you could in theory write a C# service that uses P/Invoke to do this (manage a hidden window), I doubt the effort required would weigh up against the one-use value of that approach. I think you are far better off sticking to a Winforms...
4 Aug 2020 by honey the codewitch
In order to give your service a UI you must add it to an account with a Allow Interaction With Desktop option set. c# - Allow Windows service to interact with desktop - Stack Overflow[^] Rather than duplicate the instructions, i provided this...
4 Oct 2017 by CMalcheski
Ditching the slowdowns and applying a little elbow grease can create dramatic speed improvements in GDI image blending.
25 Aug 2015 by Afzaal Ahmad Zeeshan
In this article I will explain Windows.Media.Capture namespace's MediaCapture element and how it can be used in Windows Runtime to create applications that make use of camera, for capturing photos and videos. Plus, the article shows how to capture the list of photos or videos that are recorded for p
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!
16 Apr 2017 by zapsolution
Midi keyboard with both mouse and computer keyboard control
18 Jan 2017 by nilaysoft
Demonstrates how to implement a WIN32 color picker and font picker by owner drawn control
19 Oct 2012 by Orjan Westin
Simple function to get the text message corresponding to a system error.
17 May 2012 by Jim Parsells
Explorer TreeView control with Shell Folder access class and Icon management.
5 Feb 2013 by ljw1004
Explains how to create a .NET app which invokes WinRT APIs on Windows 8.
14 Jan 2016 by Alexandros Pappas
Windows Service that launches UI app
21 Apr 2011 by Yiping Cheng
An ideal source package for introducing students to the basics of Win32 programming
10 Jun 2014 by Hari Mahadevan
A simple C++ class framework for writing Windows services
27 Apr 2017 by zapsolution
Debugging utility
8 Jul 2010 by Pascal Ganaye
Writing a parental control software: The beginning of the adventure
18 Dec 2013 by Hari Mahadevan
Describes a C++ class that encapsulates the WaitForMultipleObjects API usage pattern making it easy to integrate it with C++ objects.
13 Aug 2012 by Lars [Large] Werner
When loading a keyboard dll as a 32-bit application on a 64-bit system, the keyboard-dll-files does not work as expected, this class fixes that problem
20 Aug 2014 by slaon77
Setting APM level for SATA hard drive
9 Jan 2014 by Hari Mahadevan
Describes a C++ class that encapsulates the WaitForMultipleObjects API usage pattern making it easy to integrate it with C++ objects.
21 Nov 2010 by Ingo A. Kubbilun
This article shows how to deal with controls that do not properly paint their background when using custom background bitmaps.
21 Apr 2011 by santosh dhanawade
You should use mbstowcsLike following way of prtotypingsize_t mbstowcs ( wchar_t * wcstr, const char * mbstr, size_t max );this link may help youConvert multibyte string to wide-character string[^]
27 Mar 2016 by deoxys
How to detect if your network is behind a captive portal (Wi-Fi Hot spot) through Windows NLM_INTERNET_CONNECTIVITY
10 Jun 2018 by hasan bozkurt
How to obtain HDD information with C#
14 Sep 2010 by mayurthigale
This article is for developers who want to start with Windows kernel filter drivers for the first time and want to experiment with a simple example with source code.
20 Mar 2016 by Sumit Samediya
In this article we will learn how to share code between Windows store app and Windows phone app using Windows Universal App development.
25 Jan 2024 by Gerry Schmitz
You need a "multi-instance" application if you want more than one window in UWP. Create a multi-instance Universal Windows App - UWP applications | Microsoft Learn[^]
21 Apr 2011 by Sergey Alexandrovich Kryukov
Is it possible to convert to LPCWSTR using mbstowcs?Yes.—SA
10 Mar 2010 by A_xin
i use win ddk,how can i apply isa bus resources?i write inf file [XSGD_Config]IOConfig=10@300-30F%fff6(3ff::)driver how to apply isa bus i/o resources?i use win ddk.
12 Oct 2016 by Mahmoud Samir Fayed
Getting started with 2D games development and build the Flappy Bird 3000 game using the Ring programming language.
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.
4 Aug 2020 by avnish kumar maddheshiya
Is there any equivalent for OnHandleCreated & WndProc functions for a Window Service similar to the one in C# for a form? I need to implement WatchBP SDK(USB Library) for window Service that works with WebSocket to get data from the device to...
25 Jan 2024 by Vicente Flich
Hello, In a project in C++ WinUI 3, I have a problem to create two windows at the same time. I reduce the problem to narrow down and I realize that I can't create two objects Window in the same function. For example, if I have an event when a...