| 1. |
Define the following and write short note: solution explorer |
|
Answer» ong>Answer: O'Reilly home See EVERYTHING available through O’Reilly online learning and start a free trial. EXPLORE now. Visual Basic 2015 Unleashed by The Solution Explorer Window Solution Explorer is a special window that enables you to manage solutions, projects, and FILES. It provides a complete view of the files in a project, and it enables you to add or REMOVE files and to organize files into subfolders. Figure 2.18 shows how a WPF project looks inside Solution Explorer. Image FIGURE 2.18 An example of the Solution Explorer window. As you can see, the project is at the root LEVEL. Nested under it are code files and subfolders containing pictures, data, and documents. You can also get a list of all the references in the project. You use Solution Explorer to add and manage items in projects ... |
|