Skip to content

Instantly share code, notes, and snippets.

View tuj84257's full-sized avatar

Ardit tuj84257

View GitHub Profile
@tuj84257
tuj84257 / electron-prevent-zorder-change.js
Last active December 26, 2023 20:36 — forked from fronterior/electron-prevent-zorder-change.js
WM_WINDOWPOSCHANGING Message Handler for Electron Application, which is always fixed on the floor.
// Node.js & Electron reference : https://stackoverflow.com/a/58473299
// C++ reference : https://stackoverflow.com/a/65052538
// Environment:
// - Windows 10
// - Nodejs v14.17.6
// Dependencies:
// - [email protected]
// - [email protected]
// - [email protected]
// - [email protected]