how it feels to program with the win32 api

#win32 #windows #windowsapi #win32api

Невидимый след: автоматическая очистка метаданных из буфера обмена на Python

Существуют десятки утилит для очистки метаданных (от ExifTool до встроенных средств ОС), но у всех них есть общий минус — они требуют ручного действия. В результате родился MetaPure — фоновый демон для Windows, который перехватывает файлы в буфере обмена в момент копирования и бесшовно выжигает из них метаданные, прежде чем вы нажмете Ctrl+V . Windows хранит скопированные файлы, почему парсить XML напрямую иногда лучше, чем использовать готовые библиотеки, и какие грабли поджидают при работе с win32clipboard .

https://habr.com/ru/articles/1019184/

#python #windows #буфер_обмена #pywin32 #win32api #метаданные #приватность #exif

Невидимый след: автоматическая очистка метаданных из буфера обмена на Python

Существуют десятки утилит для очистки метаданных (от ExifTool до встроенных средств ОС), но у всех них есть общий минус — они требуют ручного действия. В результате родился MetaPure — фоновый демон...

Хабр

The Enduring Grasp of Win32: A Fading Giant's Shadow

Learn why the old Win32 API is still used in Windows programming today, even with newer options like .NET available.

#Win32API, #WindowsDev, #Programming, #LegacyCode, #DotNet

https://newsletter.tf/win32-api-still-used-windows-development/

Win32 API still used in Windows development despite older code

Learn why the old Win32 API is still used in Windows programming today, even with newer options like .NET available.

NewsletterTF

The old Win32 API is still a big part of Windows programming, even though newer tools like .NET exist. Many old programs and games still rely on it.

#Win32API, #WindowsDev, #Programming, #LegacyCode, #DotNet
https://newsletter.tf/win32-api-still-used-windows-development/

Win32 API still used in Windows development despite older code

Learn why the old Win32 API is still used in Windows programming today, even with newer options like .NET available.

NewsletterTF

Alright, question time. Never really had luck trying this before but let's give it a go again.

I have a friend who is trying to make a dual mouse/cursor plugin/library/whatever it's called in Unity on Windows, but they are struggling with the win32 APIs they need to get it working. Is there anyone on here that knows how to do this? I know I've seen similar things on here before, but I can't find them and I don't know if there was any source code or documentation on how it was done, or even if it was on Windows. Unfortunately, it does have to be Windows. They rejected my proposal to try running it under Cygwin, and it probably wouldn't work with the features they need.

#ProgrammingHelp #CSHelp #Unity #Win32 #Win32API #DualCursor

GitHub - reactos/reactos: A free Windows-compatible Operating System

A free Windows-compatible Operating System. Contribute to reactos/reactos development by creating an account on GitHub.

GitHub

【C#】エクスプローラ操作の自動化例:リフレクションとShellでファイルを選択して起動
https://qiita.com/EndOfData/items/004872bd858f85465288?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #C #Win32API #Explorer #リフレクション

【C#】エクスプローラ操作の自動化例:リフレクションとShellでファイルを選択して起動 - Qiita

[C#] Example of Explorer Operation Automation: Selecting and Launching Files with Reflection and Shell 枯れたおっさんはいつもC#しか書かない 既出な気がするけど、Shel...

Qiita

I'm a complete #programming amateur, but it's very instructive and satisfying to program an app from scratch using just #C++ and #Win32API.

Instructive, as in, applicable for any situation: As a leader, parent, or expert consultant... you have to tell this damn thing EVERYTHING. You can't take anything for granted - like "I know I told you to move left, but I guess I have to explain the concept of space and direction first".

So you have to sort your own mind well and good first. Fascinating.

[Windows] 令和のスクリーンセーバーの作り方 - Qiita

スクリーンセーバーとは画面の焼き付きや画面の情報の漏洩を防ぐために表示されるアプリケーションです。現代では、画面をスリープしてしまう事が多くスクリーンセーバー自体は役割を終えたかなと思っています…

Qiita