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
What are common dialogues
They falls in model dialogues and they are pre-defined dialogues boxes. They are provided by win-32 base OS.
What are custom dialogues
They falls in model dialogues and they are developed by users.
What is isolated storage
For desktop apps, isolated storage is a data storage mechanism that provides isolation and safety by defining standardized ways of associating code with saved data.
What are 2 options of deployment
- Click once
2. Windows installer
Which installation method gives automatic updates or roll back
Click once
Which installation method gives clean installation and uninstallation
Click once
What are navigation based application
We can navigate inside application like photo browsing application acdsee, windows explorer