Skip to content
Any One Study
  • HOME
  • FAQ
  • ABOUTExpand
    • About Company
    • Vision and Mission
    • Our Team
    • Privacy Policy
    • Terms of Use
  • CONTACT
  • SMART HEALTHExpand
    • Online Health Assistance from Indian Doctors and Specialist . Live Video Consultation
  • BUY NOW
  • LOGIN
  • Register
Live Assistance
Any One Study
  • Home
  • Courses
  • IT Professional
  • Visual Basic

Visual Basic

Curriculum

  • 1 Section
  • 200 Lessons
  • 10 Weeks
Expand all sectionsCollapse all sections
  • Visual Basic
    200
    • 2.1
      What is Visual Basic
    • 2.2
      Installing the Visual Basic IDE
    • 2.3
      Getting Familiar With the IDE
    • 2.4
      Hello World
    • 2.5
      Primitive Data Types
    • 2.6
      Comments & Whitespace
    • 2.7
      Errors
    • 2.8
      Variables
    • 2.9
      Math Operators Part 1
    • 2.10
      Math Operators Part 2
    • 2.11
      Getting User Input
    • 2.12
      Creating a Basic Calculator
    • 2.13
      If Statement
    • 2.14
      Else If and Else
    • 2.15
      Nested If Statements
    • 2.16
      Conditional Operators
    • 2.17
      Logical Operators
    • 2.18
      Concatenate Strings
    • 2.19
      Get Length Of Strings
    • 2.20
      SubStrings
    • 2.21
      Formatting Strings
    • 2.22
      Replacing SubStrings
    • 2.23
      Comparing Strings
    • 2.24
      Select Case
    • 2.25
      Select Case Else
    • 2.26
      For Next Loop
    • 2.27
      Step Operator
    • 2.28
      Exiting For Loop
    • 2.29
      Continue For
    • 2.30
      Do Until Loop
    • 2.31
      Do While Loop
    • 2.32
      Exit Do Loops
    • 2.33
      Do Loops
    • 2.34
      Nested Loops
    • 2.35
      The Infinte Loop
    • 2.36
      Introduction To Windows Forms
    • 2.37
      Form Properties
    • 2.38
      ToolBox
    • 2.39
      MessageBoxes
    • 2.40
      MessageBox Input
    • 2.41
      Input Box
    • 2.42
      User Defined Subs
    • 2.43
      Functions
    • 2.44
      ByVal
    • 2.45
      ByRef
    • 2.46
      Optional ByVal
    • 2.47
      Coercion
    • 2.48
      Exit Subs
    • 2.49
      Events
    • 2.50
      Global Variables
    • 2.51
      Constants
    • 2.52
      Math Class
    • 2.53
      CType
    • 2.54
      Calculator Part 1
    • 2.55
      Calculator Part 2
    • 2.56
      Calculator Part 3
    • 2.57
      Calculator Part 4
    • 2.58
      Calculator Part 5
    • 2.59
      Introduction To Arrays
    • 2.60
      Sorting And Reversing Arrays
    • 2.61
      For Each Loop
    • 2.62
      Passing Arrays As Parameters
    • 2.63
      Initialize Arrays With Values
    • 2.64
      Enumerations
    • 2.65
      Introduction To Properties
    • 2.66
      More On Properties
    • 2.67
      Finishing the Day Action Program
    • 2.68
      Structures
    • 2.69
      More On Structures
    • 2.70
      ReadOnly Properties
    • 2.71
      Passing Enumerations As Parameters
    • 2.72
      GetValues Of Enumerations
    • 2.73
      GetNames and GetName Of Enumeration
    • 2.74
      IsDefined In Enumerations
    • 2.75
      Dynamic Arrays
    • 2.76
      Preserve
    • 2.77
      ArrayLists Part 1
    • 2.78
      Overriding Functions
    • 2.79
      Finishing The Customer Application
    • 2.80
      ArrayLists Part 2
    • 2.81
      ArrayLists Part 3
    • 2.82
      ArrayLists Part 4
    • 2.83
      Queues
    • 2.84
      Stacks
    • 2.85
      StringCollections
    • 2.86
      Dates Part 1
    • 2.87
      Dates Part 2
    • 2.88
      Dates Part 3
    • 2.89
      Random Number Generator
    • 2.90
      Multi Dimensional Arrays
    • 2.91
      Introduction To Classes
    • 2.92
      Person Part 1
    • 2.93
      Person Part 2
    • 2.94
      Person Part 3
    • 2.95
      Person Part 4
    • 2.96
      Person Part 5
    • 2.97
      Constructors
    • 2.98
      Showing Multiple Forms
    • 2.99
      More On Multiple Forms
    • 2.100
      Introduction To IDisposable
    • 2.101
      Using End Using
    • 2.102
      Introduction To Namespaces
    • 2.103
      Accessing Classes in Namespaces
    • 2.104
      Nested Namespaces
    • 2.105
      More on Nested Namespaces
    • 2.106
      Creating The Car Class
    • 2.107
      Using The Car Class
    • 2.108
      Adding to the Car Class
    • 2.109
      Showing the Car Info
    • 2.110
      Inheritance Part 1
    • 2.111
      Inheritance Part 2
    • 2.112
      Using the SportsCar Class
    • 2.113
      Polymorphism
    • 2.114
      Creating the Truck Class
    • 2.115
      Adding the Cars to a List
    • 2.116
      Showing Info of Multiple Cars
    • 2.117
      AddCar Dialog
    • 2.118
      Adding Cars With AddCar
    • 2.119
      Cancelling AddCar
    • 2.120
      Changing the selectedCar Attributes
    • 2.121
      Adding Different Types Of Cars
    • 2.122
      Creating And Accessing Different Car Types
    • 2.123
      Wrapping It Up
    • 2.124
      StreamWriters
    • 2.125
      More On FileStreams
    • 2.126
      StreamReaders
    • 2.127
      Special Directories & File Attributes
    • 2.128
      Shared
    • 2.129
      OpenFileDialog
    • 2.130
      SaveFileDialog
    • 2.131
      FontDialog
    • 2.132
      OpenFolderDialog
    • 2.133
      Introduction To Try Catch
    • 2.134
      Catching Specific Exception Types
    • 2.135
      Exit Try & Throw
    • 2.136
      Finally Statement
    • 2.137
      When Keyword
    • 2.138
      Timers
    • 2.139
      Recursion
    • 2.140
      Keeping Letters Out Of TextBoxes
    • 2.141
      SMTP Client: Building The Interface
    • 2.142
      SMTP Client: Creating The Message And Credentials
    • 2.143
      SMTP Client: Finishing The Email Sender
    • 2.144
      Threading
    • 2.145
      Game Part 1 Class Libraries
    • 2.146
      Game Part 2 Creating The Classes
    • 2.147
      Game Part 3 Building The GUI
    • 2.148
      Game Part 4 More On GUI
    • 2.149
      Game Part 5 Creating New Enemies
    • 2.150
      Game Part 6 Cleaning Up The Enemy Generator
    • 2.151
      Game Part 7 Creating Popeye
    • 2.152
      Game Part 8 Popeye Attack
    • 2.153
      Game Part 9 Enemy Attacks Back
    • 2.154
      Game Part 10 Health Label
    • 2.155
      Game Part 11 Fixing The Health Logic Error
    • 2.156
      Game Part 12 Creating The Event Log
    • 2.157
      Game Part 13 Creating Log Events
    • 2.158
      Game Part 14 Damage Arrays
    • 2.159
      Game Part 15 Adding Events to the Log
    • 2.160
      Game Part 16 Logic Errors
    • 2.161
      Game Part 17 Attaching the Log to the
    • 2.162
      Game Game Part 18 Hiding and Showing the Log
    • 2.163
      Game Part 19 Adding the Spinach Multiplier to the Log
    • 2.164
      Introduction To Graphics
    • 2.165
      Drawing More Squares
    • 2.166
      Animating Graphics
    • 2.167
      Graphics Points
    • 2.168
      Paint Part 1 Custom Controls
    • 2.169
      Paint Part 2 Building GraphicsItem
    • 2.170
      Paint Part 3 Building GraphicsCircle
    • 2.171
      Paint Part 4 Building PaintCanvas
    • 2.172
      Paint Part 5 Finishing PaintCanvas
    • 2.173
      Paint Part 6 Fixing The Screen Flicker
    • 2.174
      Paint Part 7 Creating The Options Form
    • 2.175
      Paint Part 8 Changing The Brush Size
    • 2.176
      Paint Part 9 Changing The Brush Color
    • 2.177
      Paint Part 10 Clearing The Canvas
    • 2.178
      FTP Downloader Part 1 Creating The GUI
    • 2.179
      FTP Downloader Part 2 Referencing A Class Library
    • 2.180
      FTP Downloader Part 3 Showing The Files In The Home Directory
    • 2.181
      FTP Downloader Part 4 Downloading Files
    • 2.182
      FTP Downloader Part 5 Opening Folders
    • 2.183
      FTP Downloader Part 6 Changing The Server
    • 2.184
      FTP Downloader Part 7 Uploading Files
    • 2.185
      FTP Downloader Part 8 Deleting Files
    • 2.186
      FTP Downloader Part 9 Refreshing, Clearing, And Checking
    • 2.187
      FTP Downloader Part 10 Checking Timer And Notifications
    • 2.188
      Favorites Part 1 Creating the GUI
    • 2.189
      Favorites Part 2 Creating the WebFavorite Class
    • 2.190
      Favorites Part 3 Creating the WebFavoriteCollection
    • 2.191
      Favorites Part 4 Creating the Favorites Class
    • 2.192
      Favorites Part 5 Adding the Favorites to the List
    • 2.193
      Favorites Part 6 Opening the Favorites Link
    • 2.194
      Favorites Part 7 Startup Link and Refreshing
    • 2.195
      Creating The Favorites DLL
    • 2.196
      Favorites Tray Part 1 Creating The UI
    • 2.197
      Favorites Tray Part 2 Creating The MenuItem Classes
    • 2.198
      Favorites Tray Part 3 Exit MenuItem and ContextMenus
    • 2.199
      Favorites Tray Part 4 Adding Our Favorites to the
    • 2.200
      ContextMenu Combining the Favorites Tray and Favorites Window
This content is protected, please login and enroll in the course to view this content!
Do Until Loop
Prev
Exit Do Loops
Next

© 2025 Any One Study 

  • HOME
  • FAQ
  • ABOUT
  • CONTACT
  • SMART HEALTH
  • BUY NOW
  • LOGIN
  • Register
Facebook Twitter Instagram YouTube
  • HOME
  • FAQ
  • ABOUT
    • About Company
    • Vision and Mission
    • Our Team
    • Privacy Policy
    • Terms of Use
  • CONTACT
  • SMART HEALTH
    • Online Health Assistance from Indian Doctors and Specialist . Live Video Consultation
  • BUY NOW
  • LOGIN
  • Register