Base 10 to Base 2 - Will It Fit Method
< Back

Visual Basic

Recordings for Computer Science I at Huntington North (Indiana) High School
  • Base 10 to Base 2 - Will It Fit Method

    01/18/2019 | 03:21

    Converting Base 10 (Decimal) numbers to Base 2 (Binary) numbers

    Base 10 to Base 2 - Will It Fit Method

    Created: 01/18/2019
  • Multiple Forms

    03/29/2017 | 12:21

    Implementing multiple forms in a program. A continuation of the Dog Pictures program started at http://screencast-o-matic.com/watch/cbe0c76GIG

    Multiple Forms

    Created: 03/29/2017
  • Menu Items

    03/23/2017 | 14:19

    Introduce menu items (MenuStrip & ContextMenuStrip). Shell program available at http://bowerpower.net/compprog1/vb07/DogPictures.zip

    Menu Items

    Created: 03/23/2017
  • Passing ByRef (by reference)

    03/16/2017 | 09:18

    Passing arguments to subs/procedures ByRef (by reference) - can also be done with functions. Shell program available at www.bowerpower.net/compprog1/vb06/DiceGame.zip

    Passing ByRef (by reference)

    Created: 03/16/2017
  • Introduction to Functions

    03/01/2017 | 14:59

    Writing functions. Shell program available at http://bowerpower.net/compprog1/vb06/RightTriangleInformation.zip

    Introduction to Functions

    Created: 03/01/2017
  • Passing Arguments to a Sub Procedure

    02/11/2016 | 09:48

    Sending information to a sub procedure (arguments - the information that is sent; parameters - the parking places where data arrives). This is a continuation of the ComboBox program.

    Passing Arguments to a Sub Procedure

    Created: 02/11/2016
  • 6.2 Using a ComboBox

    02/09/2016 | 10:35

    Using a ComboBox; three types of DropDownStyles - DropDown, Simple, & DropDownList; reset a ComboBox. Shell program available at http://bowerpower.net/compprog1/vb06/CreatingSentences.zip

    6.2 Using a ComboBox

    Created: 02/09/2016
  • Writing Procedures/Subs

    02/09/2016 | 13:17

    Introduction procedures/subs - how to write them and how to activate (call) them. Shell program available at http://bowerpower.net/compprog1/vb06/MusicalInstruments.zip

    Writing Procedures/Subs

    Created: 02/09/2016
  • Handling Multiple Events with One Event Handler

    01/27/2016 | 06:57

    Using one procedure to handle multiple events. Shell program available at http://bowerpower.net/compprog1/vb06/StateCapitals.zip

    Handling Multiple Events with One Event Handler

    Created: 01/27/2016
  • Intro to For Loops

    01/21/2016 | 12:33

    Writing a For...Next loop; using different step values; summing values in a listbox; nested loops; multi-column listbox. Shell program at http://bowerpower.net/compprog1/vb05/IntroToForLoops.zip

    Intro to For Loops

    Created: 01/21/2016
  • ListBox Double-Click Event

    01/18/2016 | 05:01

    Implementing a double-click event for a ListBox. Shell program available at http://bowerpower.net/compprog1/vb05/LBoxDblClk.zip

    ListBox Double-Click Event

    Created: 01/18/2016
  • Using a ListBox (Part 2)

    01/10/2016 | 08:52

    Using a ListBox - inserting items, removing items at a certain index. Shell program available at http://bowerpower.net/compprog1/vb05/UsingAListBox.zip

    Using a ListBox (Part 2)

    Created: 01/10/2016
  • Using a ListBox (Part 1)

    01/10/2016 | 10:45

    Using a ListBox - adding items, determining selected index and selected item, removing an item, and clearing the list. Shell program available at http://bowerpower.net/compprog1/vb05/UsingAListBox.zip

    Using a ListBox (Part 1)

    Created: 01/10/2016
  • InputBox & Do...Until or Do...While Loops

    11/30/2015 | 09:23

    Using an InputBox and an introduction to Do...Until and Do...While loops. Shell code for program available at http://bowerpower.net/compprog1/vb05/InputBoxExample.zip

    InputBox & Do...Until or Do...While Loops

    Created: 11/30/2015
  • Timer & ToolTip Example

    11/24/2015 | 11:32

    How to use a Timer and ToolTip. Shell code for program available at http://bowerpower.net/compprog1/vb05/TimerAndToolTip.zip

    Timer & ToolTip Example

    Created: 11/24/2015
  • TryParse Methods

    11/14/2015 | 11:24

    Using Integer.TryParse( ) and Double.TryParse( ) to convert String data to a numeric data type. The shell program is available at http://bowerpower.net/compprog1/vb04/TryParseMethods.zip

    TryParse Methods

    Created: 11/14/2015
  • Invisible RadioButton & RadioButton_Click event

    11/13/2015 | 06:58

    Using an invisible RadioButton (making its checked property = true so it appears that no RadioButtons are checked). Using the Click event (instead of CheckChanged event) for RadioButtons. Download shell program at http://bowerpower.net/compprog1/vb04/InvisibleRadioButton.zip

    Invisible RadioButton & RadioButton_Click event

    Created: 11/13/2015
  • String Methods and RadioButtons

    11/11/2015 | 14:58

    Using RadioButtons in a GroupBox; String methods, including .ToUpper, .ToLower, .Length, .IndexOf(), .Substring(). Also IsNumeric() Shell program located at http://bowerpower.net/compprog1/vb04/StringMethodsAndRadioButtons.zip How could you use an IF block to address a program that crashes when it searches for a subtring that is longer than the original string (try using a three-letter word in the program we created - it should crash)?

    String Methods and RadioButtons

    Created: 11/11/2015
  • Select Case (Random Colors)

    11/09/2015 | 07:18

    Using Select Case; implementing a static variable. Shell program available at http://bowerpower.net/compprog1/vb04/RandomColorsSelectCase.zip

    Select Case (Random Colors)

    Created: 11/09/2015
  • Random Numbers 1

    10/26/2015 | 12:50

    Introduction to random numbers using .nextDouble() and .next() Shell program is at http://bowerpower.net/compprog1/vb04/RandomNumbers.zip . Song files available at http://bowerpower.net/compprog1/vb04/RandomNumberSongs.zip

    Random Numbers 1

    Created: 10/26/2015
  • Dog Years to Human Years Part 2 (IF-ELSE)

    10/21/2015 | 02:08

    Introduction to IF-ELSE statements; Shell program available at http://tinyurl.com/q4v9h99

    Dog Years to Human Years Part 2 (IF-ELSE)

    Created: 10/21/2015
  • Dog Years to Human Years Part 3 (IF-ELSEIF)

    10/21/2015 | 11:33

    Introduction to IF-ELSEIF statements; flag variable; using conditional operators (Not, And, Or). Shell program available at http://tinyurl.com/q4v9h99

    Dog Years to Human Years Part 3 (IF-ELSEIF)

    Created: 10/21/2015
  • Dog Years to Human Years Part 1 (IF)

    10/19/2015 | 09:14

    Introduction to IF statements; using TextChanged events; Shell program available at http://tinyurl.com/q4v9h99

    Dog Years to Human Years Part 1 (IF)

    Created: 10/19/2015
  • Debugging Introduction VB

    09/23/2015 | 08:25

    Introduction to debugging in Visual Basic (with breakpoints)

    Debugging Introduction VB

    Created: 09/23/2015
  • Button Clicking Fun

    09/21/2015 | 13:47

    Turning on Word Wrap; more about MessageBox; class-level (called global in this video) variables; counter variables; running total variables; clear/reset labels and global variables

    Button Clicking Fun

    Created: 09/21/2015
  • Shipping Shoes Part 2 VB

    09/14/2015 | 07:02

    Using Const to declare constant (final) values; try-catch blocks

    Shipping Shoes Part 2 VB

    Created: 09/14/2015
  • Shipping Shoes Part 1 VB

    09/11/2015 | 14:45

    Shipping shoes - every 100 pairs of shoes are sent in a crate; leftover shoes are sent in boxes. Integer division ( \ ); modulus division (mod); converting data with CInt() and CStr()

    Shipping Shoes Part 1 VB

    Created: 09/11/2015
  • Calculations

    09/10/2015 | 14:06

    Set Option Strict to true; perform basic mathematical operations; convert numeric data to String

    Calculations

    Created: 09/10/2015
  • Textbox - Day 2

    09/09/2015 | 14:58

    Clearing data from textboxes and labels; focus; tab order; accept and cancel buttons; access keys

    Textbox - Day 2

    Created: 09/09/2015
  • Textbox - Day 1

    09/09/2015 | 14:45

    Adding textboxes and declaring String variables

    Textbox - Day 1

    Created: 09/09/2015
  • Enable & Disable Buttons (Button Stuff 2)

    08/26/2015 | 10:41

    Enabling/disabling buttons; border styles for labels; flat style for buttons

    Enable & Disable Buttons (Button Stuff 2)

    Created: 08/26/2015
  • Base 10 to Base 2 - Will It Fit Method
    01/18/2019 | 03:21
    Base 10 to Base 2 - Will It Fit Method
    03:21 >

  • Multiple Forms
    03/29/2017 | 12:21
    Multiple Forms
    12:21 >

  • Menu Items
    03/23/2017 | 14:19
    Menu Items
    14:19 >

  • Passing ByRef (by reference)
    03/16/2017 | 09:18
    Passing ByRef (by reference)
    09:18 >

  • Introduction to Functions
    03/01/2017 | 14:59
    Introduction to Functions
    14:59 >

  • Passing Arguments to a Sub Procedure
    02/11/2016 | 09:48
    Passing Arguments to a Sub Procedure
    09:48 >

  • 6.2 Using a ComboBox
    02/09/2016 | 10:35
    6.2 Using a ComboBox
    10:35 >

  • Writing Procedures/Subs
    02/09/2016 | 13:17
    Writing Procedures/Subs
    13:17 >

  • Handling Multiple Events with One Event Handler
    01/27/2016 | 06:57
    Handling Multiple Events with One Event Handler
    06:57 >

  • Intro to For Loops
    01/21/2016 | 12:33
    Intro to For Loops
    12:33 >

  • ListBox Double-Click Event
    01/18/2016 | 05:01
    ListBox Double-Click Event
    05:01 >

  • Using a ListBox (Part 2)
    01/10/2016 | 08:52
    Using a ListBox (Part 2)
    08:52 >

  • Using a ListBox (Part 1)
    01/10/2016 | 10:45
    Using a ListBox (Part 1)
    10:45 >

  • InputBox & Do...Until or Do...While Loops
    11/30/2015 | 09:23
    InputBox & Do...Until or Do...While Loops
    09:23 >

  • Timer & ToolTip Example
    11/24/2015 | 11:32
    Timer & ToolTip Example
    11:32 >

  • TryParse Methods
    11/14/2015 | 11:24
    TryParse Methods
    11:24 >

  • Invisible RadioButton & RadioButton_Click event
    11/13/2015 | 06:58
    Invisible RadioButton & RadioButton_Click event
    06:58 >

  • String Methods and RadioButtons
    11/11/2015 | 14:58
    String Methods and RadioButtons
    14:58 >

  • Select Case (Random Colors)
    11/09/2015 | 07:18
    Select Case (Random Colors)
    07:18 >

  • Random Numbers 1
    10/26/2015 | 12:50
    Random Numbers 1
    12:50 >

  • Dog Years to Human Years Part 2 (IF-ELSE)
    10/21/2015 | 02:08
    Dog Years to Human Years Part 2 (IF-ELSE)
    02:08 >

  • Dog Years to Human Years Part 3 (IF-ELSEIF)
    10/21/2015 | 11:33
    Dog Years to Human Years Part 3 (IF-ELSEIF)
    11:33 >

  • Dog Years to Human Years Part 1 (IF)
    10/19/2015 | 09:14
    Dog Years to Human Years Part 1 (IF)
    09:14 >

  • Debugging Introduction VB
    09/23/2015 | 08:25
    Debugging Introduction VB
    08:25 >

  • Button Clicking Fun
    09/21/2015 | 13:47
    Button Clicking Fun
    13:47 >

  • Shipping Shoes Part 2 VB
    09/14/2015 | 07:02
    Shipping Shoes Part 2 VB
    07:02 >

  • Shipping Shoes Part 1 VB
    09/11/2015 | 14:45
    Shipping Shoes Part 1 VB
    14:45 >

  • Calculations
    09/10/2015 | 14:06
    Calculations
    14:06 >

  • Textbox - Day 2
    09/09/2015 | 14:58
    Textbox - Day 2
    14:58 >

  • Textbox - Day 1
    09/09/2015 | 14:45
    Textbox - Day 1
    14:45 >

  • Enable & Disable Buttons (Button Stuff 2)
    08/26/2015 | 10:41
    Enable & Disable Buttons (Button Stuff 2)
    10:41 >