Trending

#Win32

Latest posts tagged with #Win32 on Bluesky

Latest Top
Trending

Posts tagged #Win32

Preview
How do I suppress the hover effects when I put a Win32 common controls ListViewin single-click mode?

Tame ListView single-click hover effects by intercepting LVN_HOTTRACK and short-circuiting the hand and highlight. Bonus tip for dialog procedures using DWLP_MSGRESULT.

#win32 #windowsdev #dotnet

0 0 0 0
Preview
How can I distinguish between the numeric keypad 0 and the top-row 0 in the WM_KEY­DOWN message? - The Old New Thing Check whether it is an extended key.

How can I distinguish between the numeric keypad 0 and the top-row 0 in the WM_KEY­DOWN message? | by Raymond Chen

buff.ly/mUYft7S

#windowsdev #cpp #win32 #windows

0 0 0 0
Preview
All about Microsoft Intune | Getting started with the PowerShell script installer for Win32 apps This week is all about the recently introduced functionality to use PowerShell scripts for installing and uninstalling Win32 apps. That functionality enables IT administrators to use a PowerShell s…

New blog post: Getting started with the PowerShell script installer for Win32 apps petervanderwoude.nl/post/getting...
#MSIntune #Intune #EMS #MDM #Win32 #Windows11

3 0 0 0
Post image

[Перевод] Как превратить Linux в Windows Тезис: следует создать такой дистрибутив Linux, который по умолчанию выполн...

#timeweb_перевод #windows #apple #linux #appimage #elf #win32 #freebsd #reactos #android

Origin | Interest | Match

0 0 0 0
Preview
loss32 Wants to Turn Linux Into a Full Win32 Desktop Powered by WINE Discover how loss32 aims to transform Linux into a fully functional Win32 desktop using WINE, bridging the gap between operating systems seamlessly. The post loss32 Wants to Turn Linux Into a Full Win32 Desktop Powered by WINE appeared first on Linux Today.
1 0 0 0
Preview
PowerShell is fun :)Intune Win32 PowerShell Installer Type This month, Microsoft re-released PowerShell as a command-line option for Intune Win32 packages, making it easy to update the installation script without recreating the IntuneWin package. In this b…

This month, Microsoft re-released PowerShell as a command-line option for Intune Win32 packages, making it easy to update the installation script without recreating the IntuneWin package. In this blog post, I will show you how it works

#PowerShell #Intune #Win32

powershellisfun.com/2026/01/23/i...

12 4 2 0
Preview
On the proper usage of a custom Win32 dialog class - The Old New Thing You are replacing the window procedure, not the dialog procedure.

On the proper usage of a custom Win32 dialog class | by Raymond Chen

buff.ly/xsSwR3w

#windowsdev #win32 #cpp #windev #programming

0 1 0 0
Frankenwine: Multiple personas in a Wine process

Frankenwine: Multiple personas in a Wine process I came across a recent article on making Linux system calls from a Wine process . Windows programs running under Wine are still normal Linux process...

#c #win32 #linux #x86

Origin | Interest | Match

0 0 0 0
Preview
Release PSAppDeployToolkit 4.1.8 · PSAppDeployToolkit/PSAppDeployToolkit 🖥️ What's new in PSADT 4.1.8 - 2026-01-14 This release strengthens Windows Installer (.msi) and Patch (.msp) deployment reliability, improves process and handle safety, enhances dialog behavior, an...

#PSADT v4.1.8 is here 🎉

This release improves Windows Installer (.msi) and Patch (.msp) deployments, strengthens process safety, enhances dialogs, and modernizes dependencies with UTF-8 handling.

Get it here 👉 https://bit.ly/4r20e9X

#PowerShell #MSIntune #Win32 #PSAppDeployToolkit

5 0 0 0
Preview
loss32: Linux come desktop Win32 completo con WINE loss32 è un progetto che vuole trasformare Linux in un desktop Win32 completo usando WINE, un’idea audace per eseguire software Windows direttamente su Linux.

loss32 è un progetto che vuole trasformare Linux in un desktop Win32 completo usando WINE, un’idea audace per eseguire software Windows direttamente su Linux. #Linux #win32 #Windows

0 0 0 0
Preview
loss32 Wants to Turn Linux Into a Full Win32 Desktop Powered by WINE loss32 is an experimental Linux project that runs an entire Win32 desktop under WINE, aiming to make decades of Windows software feel native on Linux.

👾 loss32 is an experimental Linux project that runs an entire Win32 desktop under WINE, aiming to make decades of Windows software feel native on Linux.

linuxiac.com/loss32-wants...

#windows #linux #win32 #retro

4 0 0 0
Preview
Loss32: An idea for a Linux designed around Win32 apps • The Register : It's crazy, a million-to-one shot, but it might just work

#Loss32: An idea for a #Linux designed around #Win32 apps

www.theregister.com/2026/01/06/l...

0 0 0 0
Preview
How can I find out where the Windows caret is? - The Old New Thing You'll have go to a larger scope.

How can I find out where the Windows caret is? - The Old New Thing devblogs.microsoft.com/oldnewthing/... #Win32

0 0 0 0

In stark contrast, Win32 (Windows API) is hailed as remarkably stable. Old Windows executables often run flawlessly on modern systems, a testament to its robust design. WINE brings this stable ABI to Linux. #Win32 3/6

1 1 1 0
Preview
Quand je pense que Win32 est devenu la couche de compatibilité la plus stable sur Linux... Vous avez déjà essayé de faire tourner un vieux logiciel Linux sur une distrib récente, du genre un truc compilé il y a 5 ans ? Bah bon courage, parce que y'a de grandes chances que ça plante lamentablement à cause d'une dépendance qui aura changé entre-temps. Maintenant, prenez un .exe Windows de 1998, genre un vieux jeu ou une appli Win32 classique. Lancez-le sous Wine et là, ô surprise... y'a de bonnes chances que ça tourne ! Bon, ça dépend des applis évidemment, mais le taux de réussite est souvent meilleur qu'avec les vieux binaires Linux...
0 0 0 0
Post image

Il lato oscuro del sandboxing Windows: vulnerabilità nel Brokering File System

📌 Link all'articolo : www.redhotcyber.com/post/il-...

#redhotcyber #news #microsoft #win32 #isolamentoApp #brokeringFileSystem #sicurezzaInformatica #vulnerabilita

0 0 0 0

OK, I found out how...

But I guess nobody is interested.

#os2 #ecomstation #win32 #odin

0 0 0 0
Closures as Win32 window procedures

Closures as Win32 window procedures Back in 2017 I wrote about a technique for creating closures in C using JIT-compiled wrapper. It’s neat, though rarely necessary in real programs, so I don’t...

#c #win32 #x86

Origin | Interest | Match

0 0 0 0
Preview
How do I get my edit control text to be autoselected when I choose it to be the default focus in my dialog? - The Old New Thing Remembering some old APIs.

How do I get my edit control text to be autoselected when I choose it to be the default focus in my dialog? | by Raymond Chen

buff.ly/UlEklbz

#windowsdev #win32 #cpp #windev #ui

1 1 0 0
Preview
How can I have a Win32 drop-down combo box with a read-only edit control? - The Old New Thing You can ask for its handle and mark it read-only.

How can I have a Win32 drop-down combo box with a read-only edit control? | by Raymond Chen

buff.ly/2vd30Yc

#windowsdev #cpp #win32 #ui #windows

2 0 0 0
Preview
Microsoft Post-Quantum Crypto APIs Are Now Generally Available – SQLServerCentral I mentioned this in my talk on Quantum Computing at the PASS Data Community Summit: Microsoft has announced that the post-quantum cryptography APIs are now generally available.

Microsoft Post-Quantum Crypto APIs Are Now Generally Available

buff.ly/C05hqD2

#pqc #windows #dotnet #apis #win32 #cryptography #bcrypt #ncrypt

3 0 0 0
Add User or Group in Local Admin Using Microsoft Intune
Add User or Group in Local Admin Using Microsoft Intune YouTube video by @Chander Mani Pandey

Hello friends! 👋

If you're interested in learning how to Add User or Group in Local Admin using Intune, check out the video below!

👁️‍🗨️ Hope you find it helpful! 😊✨

youtu.be/TH0PCLAqvCI

#Intune #MSIntune #MicrosoftIntune #PowerShell #Automation #Win32

1 0 0 0
Intune win32 App Deployment Failed | Fix 0x87D30067 | Error unzipping downloaded content
Intune win32 App Deployment Failed | Fix 0x87D30067 | Error unzipping downloaded content YouTube video by @Chander Mani Pandey

Hello friends! 👋
How to fix the Intune Win32 app deployment error 0x87D30067 — 'Error unzipping downloaded content

Check it out 👁️‍🗨️ — I hope you find it helpful! 😊✨

youtu.be/pZlEcBFDaIE

#Intune #MSIntune #MicrosoftIntune #PowerShell #Automation #M365 #Win32

1 0 0 0
Preview
Media Creation Tool Not Working on Arm64? Here’s How to Fix It Is the Media Creation Tool not working on your Arm64 device? Discover effective fixes and official workarounds for Windows 11 installation media issues on Arm-powered PCs. Step-by-step guide included.

Media Creation Tool Not Working on Arm64? Here’s How to Fix It If you recently attempted to use the Media Creation Tool on your Arm64 PC and.... @cosmicmeta.ai #Win32

https://u2m.io/uEmHEVto

0 0 0 0
Preview
Microsoft: August Windows updates cause severe streaming issues Microsoft's August 2025 Windows updates cause severe streaming issues, especially for users of OBS and NDI. Find out what's causing the problem, who is affected, and what workarounds are available.

Microsoft: August Windows updates cause severe streaming issues Why the Latest Windows Update is Causing Streaming Nightmares The August 2025 Windows security updates.... @cosmicmeta.ai #Win32

https://u2m.io/TXHHlSSR

0 0 0 0
Preview
GitHub - crossbowerbt/NewlispWin32Api: Direct use of Win32 API from Newlisp (to create native GUIs and more...) Direct use of Win32 API from Newlisp (to create native GUIs and more...) - crossbowerbt/NewlispWin32Api

This is cool https://github.com/crossbowerbt/NewlispWin32Api

#newLISP #Win32

0 0 0 0

Proton is killing native games and will continue to do so until the various groups developing Distros/DEs/protocols/whatever will pull their collective heads out their collective bottoms and finally agree on a stable workable API.

It is ridiculous but so far #Win32 is the most stable #Linux API...

2 1 0 0