July 2007
Intermediate to advanced
224 pages
4h 31m
English
The Shell Application is the .NET application that provides the outermost container of your CAB application, containing the Main() method that starts a program's run. It is generally stored in its own project and written by the highest-level application development team.
The Shell Form is the main Windows Forms window of this application.
The generic term Shell, used on its own, sometimes means Shell Form (as in the method AfterShellCreated), sometimes Shell Application (as in the method AfterShellCreated in the Windows Presentation Framework (WPF) implementation discussed in Chapter 8), and sometimes the combination of the two together.
As we saw in the first chapter, a CAB application ...
Read now
Unlock full access