New posts in winapi

What's the C++ version of Guid.NewGuid()?

How to embed WebKit into my C/C++/Win32 application?

How can I use pywin32 with a virtualenv without having to include the host environment's site-packages folder?

How large is a DWORD with 32- and 64-bit code?

What is the last parameter in VirtualProtect used for?

Why does Sleep(500) cost more than 500ms?

Win32 window Owner vs window Parent?

How do I make a WPF window movable by dragging the extended window frame?

Waiting until a file is available for reading with Win32

Static Control Background Color with C++

CreateWindowEx does not create HWND with the instance of a class template

Why is ExitProcess necessary under Win32 when you can use a RET?

How to get logged-in user's full name in windows?

What are some alternatives to RegistryKey.OpenBaseKey in .NET 3.5?

Does it still make sense to learn low level WinAPI programming? [closed]

How do I detect the DLLs required by an application?

How to use a FolderBrowserDialog from a WPF application

How to create a temporary directory in C++?

what is the best approach to scheduling repaint for winapi window?

Win32 API analog of sending/catching SIGTERM