Skip to content

Opening book details…

Can I read Windows Forms: Modal vs Modeless Interaction on EtoBox?

Windows Forms: Modal vs Modeless Interaction by Ryan EL is a document available to read on EtoBox.

What is Windows Forms: Modal vs Modeless Interaction about?

This document discusses displaying Windows forms in different modes and managing the relationship between parent and child forms. There are two main modes for displaying forms: modal and modeless. Modal forms must be closed before interacting with other forms, while modeless forms allow multitasking. The owner/owned relationship establishes behaviors like minimizing/maximizing forms together and closing owned forms when the owner closes. Overloading constructors can help with communication between forms.

Author
Ryan EL
Language
EN