Project Explorer Window is one of element of Visual Basic Development Environment, that contains list of all files that build a VB application. The collection of files in a VB application called VB Project (with extention .vbp abbrefiation of Visual Basic Project). Several file types may exists in VB project, for example Form (with extention .frm), Module (with extention .bas), Designer (with extention .dsr), and so on. The sum of files in your Project depend on the size of your application, maybe some applications have many files, but others maybe have just several files.
You can switch between Object and Code window by clicking Object View button and Code View button on the Project Explorer window's Toolbar. Before clicking View Object button or View Code button you must select the file first by clicking on it.
Look at below image for your illustration.
You can switch to Object window by clicking View Object button on the Project Explorer Window's toolbar. Look at below image for illustration.
You can switch to Code window by clicking View Code button on the Project Explorer Window's toolbar. Look at below image for your illustration.
Also you can switch between Object and Code window with below VB programming tips:
A drop down menu will appear on your screen.
Look at below screen shot.
Project Explorer Window in Visual Basic
Subscribe to:
Post Comments (Atom)
Labels
- Stop Dreaming Start Action (1)
- Table of Contents (1)
- VB6 Programming (36)
- VB6 Sample Program (16)
0 comments:
Post a Comment