elw00d/consoleframework

Create a persistent window.

Closed this issue · 1 comments

Is possible create and show a window that user can't close (allow close only by code)? like a loading screen, keep open when is loading something and close if is done.

Like windows forms event FormClosingEventArgs (e.Cancel = true keeps form opened)

You can just inherit your window from existing class and add this option. Or modify Window class directly and create PR ;)