Toggle navigation
  • Courses
    • Certification Courses
      • 2D ANIMATION
      • Accounts Assistant Using Tally
      • ADOBE ILLUSTRATOR
      • Advance Excel
      • After Effects
      • Android - Application Development
      • AngularJS
      • ASP.Net
      • Automation Testing
      • BASIC OF COMPUTERS
      • C & C++ Programming
      • Cisco Certified Network Associate (CCNA)
      • COA
      • CorelDraw
      • DATA ANALYST
      • Data Science
      • Desktop Publishing(DTP)
      • Digital Marketing
      • Diploma In Tally With GST
      • Dreamweaver
      • Electrical Drafting
      • Embedded Systems
      • Ethical Hacking
      • EXPERT ROBOTICS
      • Financial Accounting Using
        Tally.ERP 9
      • FLASH
      • GK
      • GRAPHIC DESIGNING
      • HARDWARE
      • Hardware And Networking
      • HP-Embedded Systems
      • HTML
      • Installing & Configuring Windows Server 2012
      • IT FOUNDATION
      • J2EE
      • Java SE7 Programming
      • Java SE6 Programming
      • Java SE8 Programming
      • JavaScript
      • JUNIOR 2D ANIMATOR
      • JUNIOR ROBOTICS
      • KITTS-MS OFFICE
      • Learning SQL Programming
      • Matlab
      • Microsoft Project - 2016
      • MS Office
      • MS SQL SERVER
      • Network Associate
      • NETWORKING
      • Photoshop
      • PHP WITH MYSQL
      • Premiere
      • Programming In C
      • Programming In C++
      • Programming In JAVA
      • Python
      • R PROGRAMMING
      • React Js
      • ROBOTICS
      • Selenium Testing
      • SEO
      • SketchUp & V-Ray
      • Software Testing
      • Software Testing - UFT
      • SPOKEN ENGLISH
      • SQL Server
      • Tally ACE
      • TALLY ERP 9
      • Tally GURU
      • Tally PRO
      • Video Editing
      • VISUAL BASIC
      • Web Designing
      • Web Development
      • Windows Server Admin
    • Diploma Courses
      • DCA In Office Environment
      • DCA-GRAPHICAL DESIGNING
      • DIPLOMA IN AUTOCAD
      • DIPLOMA IN AUTOCAD ELECTRICAL
      • DIPLOMA IN COMPUTER APPLICATION (DCA)
      • Diploma In Computer Application-Accounting
      • Diploma In Computer Programming
      • Diploma In Digital Marketing
      • DIPLOMA IN DTP
      • Diploma In Hardware And Networking
      • Diploma In Multimedia And Animation
      • Diploma In Office Automation
      • HDCA
      • PG Diploma In Computer Applications
    • International Certification Courses
      • 3DS Max
      • ADOBE AFTER EFFECTS
      • Adobe Photoshop
      • Adobe Premiere
      • Android ATC
      • ANSYS
      • ASP.Net MVC Web
        Applications
      • AUTOCAD
      • AWS
      • BIGDATA HADOOP
      • CATIA
      • Cisco Certified Network Professional (CCNP)
      • CREO
      • HP -Data Structure Using C
      • HP-Android Application Development
      • HP-ASP.NET With C#
      • HP-Big Data Analytics (R Programming)
      • HP-Big Data And Data Science Courses
      • HP-Big Data Programming
      • HP-Core JAVA With Android
      • HP-J2EE Spring With Hibernate Framework
      • HP-J2EE Struts With Hibernate Framework
      • HP-Linux Administration With Scripting
      • HP-Network Concepts With Security
      • HP-Programming Techniques With C++
      • HP-VLSI, VHDL & PCB Design
      • IBM C
      • IBM C++
      • IBM C++
      • Maya
      • Microsoft Certification Program-Dot Net
      • MTA
      • ORACLE
      • Oracle-SQL Expert
      • PLC
      • Primavera P6
      • Revit
      • Software Testing (IBM)
      • SolidWorks
      • Structural Analysis And Design
    • Microsoft Offline Certification
      • Diploma In .Net And SQL
      • Microsoft Cloud Computing
      • MOS (Mirosoft Office Specialist)
      • MTA Software Development Fundamentals
      • VB.NET
    • Summer Courses
      • Cisco
      • KITTS Web Designing
    • Professional Courses
      • Computer Basics
      • KIDS Java Programming
      • Kitts C++ Programming
      • Office Automation
    • Diploma in Beautician and Hair Designer
    • Vmware
  • Student Signup
  • Blogs
  • Download
  • Login

VISUAL BASIC

  1. Home
  2. Courses
  3. VISUAL BASIC

Course Syllabus

Course Syllabus

Course Name: Visual basic����������������������� ��������� Duration:

�Week End Batch: (5 months)

���������������������������� ������������������������������������ Week Day Batch :( 21/2 months)

Chapter 1: Introduction to Application Development Using Visual Basic

  • Features of Visual Basic
  • Editions of Visual Basic
  • Visual Basic terminology
  • Working in the development environment
  • Event-driven programming
  • Creating a program in Visual Basic
  • Project and executable files
  • Visual Basic reference materials
  • Self-check questions

Chapter 2: Visual Basic Fundamentals

  • Introduction to objects
  • Controlling objects
  • Properties, methods, and events
  • Working with forms
  • Introduction to controls
  • Basic controls
  • Self-check questions

Chapter 3: Working with Code and Forms

  • Understanding modules
  • Using the code editor window
  • Other code navigation features
  • Code documentation and formatting
  • Setting environment options
  • Setting code formatting options
  • Automatic code completion features
  • Interacting with the user
  • Using the MsgBox function
  • Using the InputBox function
  • Working with code statements
  • Managing forms
  • Self-check questions

Chapter 4: Variables and Procedures

  • Overview of variables
  • Declaring variables
  • Variable scope
  • Using arrays
  • User-defined data types
  • Converting data types
  • Using constants
  • Working with procedures
  • Working with dates and times
  • Using the Format function
  • Manipulating text strings
  • Self-check questions

Chapter 5: Controlling Program Execution

  • Comparison and logical operators
  • Using If…Then statements
  • Using Select Case statements
  • Overview of looping structures
  • Using Do…Loop structures
  • For…Next statement
  • Exiting a loop
  • Self-check questions

Chapter 6: Debugging

  • Types of errors
  • Break mode
  • Using the Debug toolbar
  • Using the Watch window
  • Using the Immediate window
  • Using the Locals window
  • Tracing program flow with the Call Stack
  • Self-check questions

Chapter 7: Working with Controls

  • Types of controls
  • Overview of standard controls
  • Using ComboBox and ListBox controls
  • Using OptionButton and Frame controls
  • Working with selected text
  • Advanced standard controls
  • ActiveX controls
  • Insertable objects
  • Self-check questions

Chapter 8: Data Access Using the ADO Data Control

  • Overview of ActiveX data objects
  • Visual Basic data access features
  • Relational database concepts
  • Using the ADO Data control to access data
  • Structured query language (SQL)
  • Manipulating data
  • Using Data Form Wizard
  • Self-check questions

Chapter 9: Input Validation

  • Field-level validation
  • Using text box properties to restrict data entry
  • Using the Masked Edit control
  • Form-level validation
  • Form events used when validating data
  • Self-check questions

Chapter 10: Error Trapping

  • Overview of run-time errors
  • Overview of the error handling process
  • The Err object
  • Errors and the calling chain
  • Errors in an error-handling routine
  • Inline error handling
  • Error-handling styles
  • General error-trapping options in Visual Basic
  • Self-check questions

Chapter 11: Enhancing the User Interface

  • Menus
  • Status bars
  • Toolbars

Chapter 12: Drag and Drop

  • Overview of drag and drop
  • Mouse events
  • Drag-and-drop basics
  • Self-check questions

Chapter 13: More about Controls

  • Collections
  • Using control arrays
  • Self-check questions

Chapter 14: Finishing Touches

  • User interface design principles
  • Distributing an application
  • Creating a default project
  • Review: Steps to creating a Visual Basic program
  • Development resources
  • Self-check questions

�

S.No Exam % of mark to Certify Timing (in minutes)
No Exams Found