win32

Tag

Cards List
#win32

Open-Source computer-use agent

Reddit r/ArtificialInteligence · 2026-07-09

Vantage is an open-source Windows app that uses an LLM to automate desktop tasks via natural language, enabling users to drive any desktop app with plain English commands.

0 favorites 0 likes
#win32

I opened a file with FILE_FLAG_DELETE_ON_CLOSE, but now I changed my mind

The Old New Thing (Raymond Chen) · 2026-07-06 Cached

Explains that FILE_FLAG_DELETE_ON_CLOSE is irreversible, but you can achieve conditional deletion by using SetFileInformationByHandle to toggle the delete disposition.

0 favorites 0 likes
#win32

A compatibility note on the abuse of Windows window class extra bytes

The Old New Thing (Raymond Chen) · 2026-06-30 Cached

Raymond Chen discusses a historical Windows compatibility issue where some 16-bit programs abused window class extra bytes to store private data, and how Microsoft blocked the loophole for 32-bit and 64-bit programs while maintaining backward compatibility.

0 favorites 0 likes
#win32

Theseus: translating win32 to wasm

Lobsters Hottest · 2026-05-27 Cached

Translates Windows executables (win32/x86) to WebAssembly to run in the browser, discussing challenges like blocking vs async design.

0 favorites 0 likes
#win32

How do I use Win32 structures from the Windows Runtime?

The Old New Thing (Raymond Chen) · 2026-05-21 Cached

This article explains how to use Win32 structures in the Windows Runtime by declaring shadow structures with the same layout, including specific examples and alternatives for common structures.

0 favorites 0 likes
#win32

The classic TreeView control lets me sort by name or by lParam, but why not both?

The Old New Thing (Raymond Chen) · 2026-05-20 Cached

Explains why the classic Win32 TreeView control offers separate sort methods for name and lParam, and recommends switching to a data model pattern when both are needed for sorting.

0 favorites 0 likes
#win32

Additional notes on controlling which handles are inherited by Create­Process

The Old New Thing (Raymond Chen) · 2026-05-11 Cached

Raymond Chen describes a technique using a helper process to precisely control which handles are inherited by a new process, avoiding accidental inheritance from other components in the same process.

0 favorites 0 likes
← Back to home

Submit Feedback