/Airhack

Simple way to handle an airspace effect in Windows apps

Primary LanguageC#

Airhack Control

Airhack helps in drawing a WPF control above Winforms control. A UIElement in "Front" property will be drawed on floating transparent WPF window, which is moving and resizing together with control's parent window, so it's invisible for user, above UIElement located in "Back" control's property, which can host some content causing airspace effect, e.g. WindowsFormsHost.

Screenshot 1

Test Application