Valentin Radu
Valentin Radu
I'd be great, but unfortunately, I don't know of any method at the moment. I think, although I am not 100% sure, that UWP applications custom draw their title bars,...
I don’t know, I am not familiar with the API… nevertheless, if the title text is custom drawn, one would have to inject the processes or cold patch the library...
Thanks for the kind words. Indeed, visibility for this is kind of low, but the thing is the project is, as you said, in an unfinished state. The console window...
Yeah, 1.1.0.0 is pretty universal, but is not 100% correct, as the title is centered between icon and caption buttons, not relative to the entire width. 1.2.0.0 is the correct...
So, I looked a bit on `uDWM` from 1809. It is almost the same if not actually the same as the rest, everything is there except the `CMatrixTransformProxy::Update` function. That...
With `const UINT DWMWA_MICA_EFFFECT = 0x405; BOOL value = 1; DwmSetWindowAttribute(hwnd, DWMWA_MICA_EFFFECT, &value, sizeof(BOOL));` one can apply Mica effect to titlebar and areas covered by `DwmExtendFrameIntoClientArea`. Is this documented anywhere,...
It’s taken directly from the disassembly of some system file (AltTab.dll from Windows 7 if I remember correctly). Might not be optimally written, but it is probably optimized away anyway...
Have you placed the policy file in the EFI partition?
Having a certificate in the certificate store is a different matter than the kernel choosing to load your driver or not, signed or not signed. Windows does not load drivers...
Hi It’s a bit more complicated than that: on Windows, Ctrl + something is offered for applications to consume. For example, Ctrl+Tab switches tabs in any browser (behaves like an...