Chapter 25 Flashcards
Does web applications are partial trust applications
Yes
What method shows window
show
What is OwnedWindows Properties
It contains list of child windows for parent window
What is activate and deactivate event
Change of focus of windows
What method calls on closing window
OnClosing
Does we have Startup, Exit, Activated, Deactivated, SessionEnding events
Yes
What is properties dictionary
It is an object dictionary and the most useful feature of it that we can share things between different windows.
What is single instance application
It is such an application that can have only one instance at a time and there should not be simultaneous instances at a time.
What is named mutex
We can create single instance application with named mutex
What is mutex
In computer programming, a mutex (mutual exclusion object) is a program object that is created so that multiple program thread can take turns sharing the same resource, such as access to a file.
What is idle time
Message loop waits for queue to empty, when it is done that time is called idle time.
What is lowest priority
system idle
What is splash screen
If there is some time to load the screen then it show a loader.
What are dialogues
Dialogues are just child windows. To get some information from user, child windows are used and are known as dialogues.
What are 2 types of dialogues
1- Model dialogue
2- Modlest dialogue