Skip to content

nfriend/TutorialOverlay

Repository files navigation

TutorialOverlay

A simple way to add "tutorial" overlays to existing WPF applications.

How it works

At runtime, TutorialOverlay steps through a predefined set of "Steps", each of which define an element to highlight and a message to display explaining the step. Elements are targeted by name, and are located by recursively searching the VisualTree, starting at the currently active Window element.

When TutorialOverlay detects that the user has appropriately interacted with the target element, TutorialOverlay automatically moves on to the next step in the tutorial. The tutorial can be exited at any time by click the "Close tutorial" button in the top right corner of the overlay.

Note: This application is a prototype and is intended to demonstrate the possibilities of .DLL injection when applied to WPF applications. No part of this project should be used in a production environment.

About

A simple way to add "tutorial" overlays to existing WPF applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages