explain the components of visual basic window for class 8
Answers
Visual BasicVisual Basic (VB) is used to design GUI applications. It is also referred to as an event driven programming language. In event-driven programming, the flow of a program is determined by events such as mouse click event, mouse over event, etc. A Visual Basic program has three modes: Design Mode, Run Mode and Break Mode. Design Mode is the state when a programmer creates objects and writes logical statements. In Run Mode, the statements written by a programmer are executed and the application performs the desired tasks. Break Mode is used to halt the execution of a program so as to remove errors from the code.
please get me branlist
Answer:
Visual basic is a high level programming language that offers a Graphical User Interface for designing and developing programs as compared to QBASIC that offers a text- only environment. Visual Basic offers an Integrated Development Environment (IDE) for writing programs.