July 2003
Intermediate to advanced
736 pages
16h 35m
English
About dialogs are pretty common. In this section I will demonstrate how to use Reflection to read assembly-level attributes (Listing 5.4), and then you can imagine how those capabilities might have been used to create the FileVersionInfo class. The FileVersionInfo class was used to create the About dialog in Figure 5.2, and the code is provided in Listing 5.5.

1: Option Explicit On 2: Option Strict On 3: 4: Imports System.Reflection 5: Imports ... |
Read now
Unlock full access