Access free live classes and tests on the app
Download
+
Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA
Login Join for Free
avtar
  • ProfileProfile
  • Settings Settings
  • Refer your friendsRefer your friends
  • Sign outSign out
  • Terms & conditions
  • •
  • Privacy policy
  • About
  • •
  • Careers
  • •
  • Blog

© 2023 Sorting Hat Technologies Pvt Ltd

  • Exams
    • SBI Exams
      • SBI PO
      • SBI Clerk
      • SBI SO
    • IBPS Exams
      • IBPS PO
      • IBPS Clerk
      • IBPS RRB
      • IBPS SO
    • LIC Exams
      • LIC Assistant
      • LIC AAO
      • LIC ADO
    • RBI Exams
      • RBI Grade B
      • RBI Assistant
  • Notifications
    • Upcoming Bank Exam
    • Syllabus
      • IBPS Syllabus
        • IBPS PO Syllabus
        • IBPS Clerk Syllabus
        • IBPS RRB Syllabus
        • IBPS SO Syllabus
      • SBI Syllabus
        • SBI PO Syllabus
        • SBI Clerk Syllabus
      • LIC Syllabus
        • LIC Assistant Syllabus
        • LIC AAO Syllabus
        • LIC ADO Syllabus
      • RBI Syllabus
        • RBI Assistant Syllabus
  • Study Material
    • Magazine Download
    • Bank Exams Notes
  • Tests & Practice
    • Scholarship Test
    • Test Series
    • Learning Festival
  • Rankers Guide
    • Paper Analysis
Bank Exam » Bank Exam Study Materials » Computer Knowledge » Visual Basic
insurance_banking_exams

Visual Basic

Complete summary of Visual Basic. Important features and basic controls. Info on the working environment. Short note on Visual Basic for Applications and its file extensions.

Table of Content
  •  

Microsoft’s Visual Basic is an object-oriented programming language. Creating type-safe.NET programmes is quick and straightforward using Visual Basic. Microsoft’s Visual Basic programming language is a development of the BASIC programming language that is meant to be used with an Integrated Development Environment (IDE) (IDE). Programming languages like BASIC relied significantly on the DOS command-line prior to the emergence of IDEs. Visual Basic provides a simple way to create user interfaces. For efficiency, Visual Basic can communicate with C code. Visual Basic is not a powerful programming language that allows you to accomplish anything. Visual Basic isn’t very beautiful or quick. Visual Basic is not a substitute for C.

Uses of Visual Basic:

  • User Interface Design – (designing UI for applications etc)
  • Using the Standard Controls in Visual Basic – (designing and Developing using its easy Drag-and-Drop IDE for faster and easier development)
  • Object-Oriented Programming
  • Debugging and error handling in your code – (VB also works as a debugger for other programs, if a programme runs into an error, we can use VB to Debug the program)
  • Managing Files, Folders, and Drives – (Same as Programming with Objects).
  • Create graphical windows, dialogue boxes, and menus for your apps.
  • Create database-friendly apps.
  • Create Internet-based apps and Web-based applications.
  • Create graphics-based apps.

Visual Basic Controls

Visual Basic provides a wide assortment of controls for gathering input, displaying information, selecting values, showing graphics, and more. Table below lists some of the commonly used controls.

Control Type

Description

CheckBox

A box that is checked or unchecked when clicked with the mouse

ComboBox

A control that is the combination of a ListBox and a TextBox

Button

A rectangular button-shaped object that performs an action when clicked with the mouse

Form

A window, onto which other control can be displayed

GroupBox

A rectangular border that functions as a container for other controls

HScrollBar

A horizontal scroll bar that, when moved with the mouse, increases or decreases a value

Label

A box that displays text that cannot be changed or entered by the user

ListBox

A box containing a list of items

RadioButton

A round button that is either selected or deselected when clicked with the mouse A control that displays a graphic image

PictureBox

A control that displays a graphic image

TextBox

A rectangular area in which the user can enter text, or the program can display text

VScrollBar

A vertical scroll bar that, when moved with the mouse, increases or decreases a value

Working Environment:

Many elements make up visual basic’s working environment:

  • The title bar displays the programme title, project name, and programme mode.
  • The menu bar is where you’ll find the menus and commands that go with them.
  • The tool bar is made up of icons that are shortcuts to commonly used commands. Standard, formatting, and other toolbars are examples.
  • Toolbox: A toolbox with controls displays on the left side of the screen.
  • The form designer appears in the centre of the screen, where the graphical user interface elements (controls) are shown.
  • The properties window allows us to change the properties of controls.
  • The project explorer pane shows the files that make up the project.
  • The layout pane shows the form-icon, which is used to establish the form’s start-up position.
  • Immediate window: may be used to test any statement or print the value of a variable.

What are the various VB programming modes?

A VB programme can be run in three modes:

design: (when creating a form or coding).

When a programme is running, it is said to be in run mode.

When a programme is in break mode, it is said to be in break mode.

Visual Basic file:

A VB file is a project item file written in the Visual Basic language, a Microsoft-developed object-oriented programming language for use with the.NET Framework. It provides ASCII text instructions in Visual Basic.

Visual Basic source code files are most typically associated with files having the .vb suffix. Microsoft’s Visual Basic programming language is supported by their development tool Visual Studio. Programmers use Visual Studio to develop Visual Basic code and turn it into executable apps.

Visual Basic for Applications (VBA)

It is a component of Microsoft Corporation’s (NASDAQ: MSFT) heritage Visual Basic software, which was created to aid in the development of Windows programmes. Microsoft Office (MS Office, Office) applications such as Access, Excel, PowerPoint, Publisher, Word, and Visio use Visual Basic for Applications as an internal programming language.

TAKEAWAYS IMPORTANT

  • Visual Basic for Applications is a Microsoft-developed and-owned programming language.
  • You may use VBA to construct macros to automate repetitive word and data processing tasks, as well as to create custom forms, graphs, and reports.
  • VBA is a component of Microsoft Office; it is not a standalone product.

Conclusion:

Visual Basic contains a number of visual tools that may be used to construct sophisticated applications with a more complex user interface. As a result, Visual Basic is more than just a programming language. It also comes with a number of libraries that may be used to create object-oriented programmes. Typically, programmes entail big development teams working on many projects at the same time.

faq

Frequently asked questions

Get answers to the most common queries related to the BANK Examination Preparation.

What is the purpose of Ole?

Ans. Object linking and embedding allows us to use other object classes such as word, excel, and autocad obje...Read full

Name some VB controls.

Ans. Label, List Box, Group box, Vscroll Bar

 

What is the purpose of option base in Vb6?

Ans. Option Base specifies whether the array’s index should begin at 0 or 1.

What does VBA stand for?

Ans. Visual Basic for Applications

Ans. Object linking and embedding allows us to use other object classes such as word, excel, and autocad objects in our own programmes by simply adding a reference to them.

 

Ans. Label, List Box, Group box, Vscroll Bar

 

Ans. Option Base specifies whether the array’s index should begin at 0 or 1.

Ans. Visual Basic for Applications

Crack Bank Exam with Unacademy

Get subscription and access unlimited live and recorded courses from India’s best educators

  • Structured syllabus
  • Daily live classes
  • Ask doubts
  • Tests & practice
Learn more

Notifications

Get all the important information related to the Bank Exam including the process of application, important calendar dates, eligibility criteria, exam centers etc.

Bank Exam Application Process
IBPS Clerk Notifications
IBPS Clerk Result – Check Prelims Exam Result Link
IBPS PO Notifications
IBPS PO Result
IBPS PO Syllabus 2023 for Prelims and Mains Exam
SBI Clerk Notifications
SBI Clerk Result – SBI Clerk Mains Result 2023 Out
SBI PO Admit Card 2022 – Link(Soon), Steps to Download
SBI PO Notifications 2022 – Check Eligibility, Exam Date, Syllabus, Exam Pattern
SBI PO Result
SBI PO Syllabus 2023, Prelims and Mains Syllabus in Detail
See all

Related articles

Learn more topics related to Computer Knowledge
Windows Operating System

This article discusses the Windows operating system and gives a detailed view on several versions of them. In this article you will get to know about major features and also a historical background of the Windows operating system.

What Is A Wireless Connection?

These days, hardly there's anyone who doesn't use the internet connection these days in their daily life. The Internet has become an essential part of our life because everything has gone online. From food to friends or education to entertainment, everything is present on the Internet.

WAN

This article helps us in understanding the basic meaning of the Internet's biggest WAN or Wide Area Network and the principle behind it, its applications in computer networks, its advantages, and disadvantages,

VPN

Virtual Private Network(VPN) helps guard your privacy by establishing an encrypted connection. It hides your IP address, after which no one can see or trace your activity.

See all
Access more than

12,591+ courses for Bank Exams 

Get subscription

Trending Topics

  • IBPS Clerk Exam Analysis 2022
  • Bank Exam Notifications
  • IBPS-PO Eligibility Criteria
  • IBPS PO Exam Pattern
  • IBPS PO Application Process
  • SBI Clerk Exam Pattern
freeliveclasses_bankexams

Related links

  • Bank Exam Study Materials
  • SBI Clerk Result
  • IBPS PO Syllabus
  • IBPS Clerk Result
  • IBPS PO Salary
  • IBPS Clerk Syllabus
  • IBPS Calendar 2023
  • RBI Grade B Officer
  • RRB PO Exam Pattern
  • RRB Exam Syllabus
  • RRB NTPC Exam Pattern
  • General Awareness for Bank Exams
  • RRB Clerk Exam Date 2023
testseries_bankexams
Download Free English Magazine
Company Logo

Unacademy is India’s largest online learning platform. Download our apps to start learning


Starting your preparation?

Call us and we will answer all your questions about learning on Unacademy

Call +91 8585858585

Company
About usShikshodayaCareers
we're hiring
BlogsPrivacy PolicyTerms and Conditions
Help & support
User GuidelinesSite MapRefund PolicyTakedown PolicyGrievance Redressal
Products
Learner appLearner appEducator appEducator appParent appParent app
Popular goals
IIT JEEUPSCSSCCSIR UGC NETNEET UG
Trending exams
GATECATCANTA UGC NETBank Exams
Study material
UPSC Study MaterialNEET UG Study MaterialCA Foundation Study MaterialJEE Study MaterialSSC Study Material

© 2025 Sorting Hat Technologies Pvt Ltd

Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA

Share via

COPY