This repository was archived by the owner on Mar 30, 2019. It is now read-only.
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
[Question] RenderForm click through #870
Open
Description
Is it possible to get a click through RenderForm
as of it inherits from Form
. It should be no problem.
But I cant get it to work.
private readonly IntPtr _handle = FindWindow(null, "Editor");
var initialStyle = GetWindowLong(_handle, -20);
SetWindowLong(_handle, -20, initialStyle | 0x80000 | 0x20);