9.12. Object Browser

Now we present a feature that Visual Studio provides to facilitate the design of object-oriented applications—the Object Browser. The Object Browser lists all the libraries that are available to the application, including the Framework Class Library (FCL) classes and programmer-defined classes. Developers use the Object Browser to learn about the functionality provided by specific classes. To open the Object Browser, right click any Visual Basic class or method in the code editor and select Go To Definition (Figs. 9.149.15). Figure 9.16 shows the Object Browser after the user selects class Random in Fig. 9.14. Figure 9.17 shows the Object Browser after the user selects method Next of class Random in Fig. 9.15. The Object ...

Get Visual Basic 2005 for Programmers: Deitel Developer Series, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.