You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start any Windows Forms process in the non-privileged mode.
Enable event tracing in ManagedSpy, focus Windows Forms window.
Expected: event window in ManagedSpy should show the events.
Actually: event window is empty.
It will work only if both of the processes will run in the same privilege level (e.g. both elevated). The feature is called UIPI and it means that low-privileged process (e.g. Windows Forms application) messages won't reach our high-privileged process.