HOME > Development > Fast VB .Net ,Beginners to Visual Basic App in Windows Forms

Fast VB .Net ,Beginners to Visual Basic App in Windows Forms

  • Development
  • Apr 19, 2025
SynopsisFast VB .Net ,Beginners to Visual Basic App in Windows Forms,...
Fast VB .Net ,Beginners to Visual Basic App in Windows Forms  No.1

Fast VB .Net ,Beginners to Visual Basic App in Windows Forms, available at $74.99, has an average rating of 4.65, with 376 lectures, based on 54 reviews, and has 9770 subscribers.

You will learn about 7 Courses in One + 35 Hours – Learn with Projects , Beginners, Interm and Advance Build 3 pro apps: Calculator , Phone Book and Diary application Easily learn the basics of VB .Net to advance topics by Windows form method Learn: Variables,Controls,Events Using Files, Folders and text files Using Zip files Date and time Using Nuget This course is ideal for individuals who are Any one who wanna learn VB .Net Deeply and quickly It is particularly useful for Any one who wanna learn VB .Net Deeply and quickly.

Enroll now: Fast VB .Net ,Beginners to Visual Basic App in Windows Forms

Summary

Title: Fast VB .Net ,Beginners to Visual Basic App in Windows Forms

Price: $74.99

Average Rating: 4.65

Number of Lectures: 376

Number of Published Lectures: 375

Number of Curriculum Items: 376

Number of Published Curriculum Objects: 375

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • 7 Courses in One + 35 Hours – Learn with Projects , Beginners, Interm and Advance
  • Build 3 pro apps: Calculator , Phone Book and Diary application
  • Easily learn the basics of VB .Net to advance topics by Windows form method
  • Learn: Variables,Controls,Events
  • Using Files, Folders and text files
  • Using Zip files
  • Date and time
  • Using Nuget
  • Who Should Attend

  • Any one who wanna learn VB .Net Deeply and quickly
  • Target Audiences

  • Any one who wanna learn VB .Net Deeply and quickly
  • Hi There!

    With my 20 years programming skills I’m with you to share my knowledge with you.

    So

    If you try you will learn using VB .Net to create VB .Net Apps for windows!

    If you are beginners or student looking for a tutorial to create Windows App in VB .Net in simplest way!

    I started from beginning and show you how to :

  • 7 Courses in One + 35 Hours + 3 live Projects

  • Create Windows Apps by VB .Net

  • Basics of VB .Net like: variables

  • for loop structure

  • If statement

  • Controls and events

  • Start using the NuGet to download components

  • Extract zip file and create zip file

  • Working with files and folders

  • Using text file to save data

  • SQL in VB .Net

  • Create database app in VB .Net by SQL Database

  • Create calculator application

  • Design Phone Book application

  • VirtualBox for VB .Net

  • Creating MDI and ADI projects

  • Controls like : Button, TextBox, CheckBox, ComboBox and ListBox

  • Create digital clock

  • Working with date and time

  • Advance using of combobox

  • Working with images

  • Dialogs in VB .Net:

  • and

  • Don’t hesitate to start learning VB .Net

    Every thing will be discussed with sample project and you will have lot of fun within my course.

    Let’s go !!!

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Course introduction

    Lecture 2: Download VB.Net projects and files of this course

    Chapter 2: Installing visual studio 2017

    Lecture 1: Section intro

    Lecture 2: Visual Studio 2017 requirements

    Lecture 3: How to Install Visual Studio 2017?

    Chapter 3: Visual studio 2022 update

    Lecture 1: Visual Studio 2022 requirements

    Lecture 2: Download Visual Studio 2022

    Lecture 3: Installing Visual Studio 2022

    Lecture 4: Create Vb.Net new project in Visual Studio 2022

    Chapter 4: Start using VB.Net

    Lecture 1: Section overview

    Lecture 2: Why VB.Net?

    Lecture 3: My First VB.Net App in Windows forms

    Lecture 4: Properties window in Visual Studio

    Lecture 5: Toolbox window

    Lecture 6: Project files of VB.Net

    Chapter 5: Start using form

    Lecture 1: Section intro

    Lecture 2: Common properties of VB.Net form

    Lecture 3: Advance properties of VB.Net form

    Lecture 4: Common properties of Controls

    Chapter 6: Label and Textbox

    Lecture 1: Section intro

    Lecture 2: Label control

    Lecture 3: TextBox control

    Lecture 4: Final Project: Design Backup Form

    Chapter 7: Common Controls

    Lecture 1: Section intro

    Lecture 2: ComoBox & ListBox

    Lecture 3: CheckBox control

    Lecture 4: Radio Button control

    Lecture 5: ProgressBar

    Lecture 6: PictureBox

    Lecture 7: Numeric Up Down

    Lecture 8: TrackBar

    Chapter 8: Grouping Controls

    Lecture 1: Section intro to Grouping Controls

    Lecture 2: GroupBox

    Lecture 3: Panel control

    Lecture 4: TabControl

    Lecture 5: TabControl & TabPage

    Lecture 6: Final Project: Create Setting Form

    Chapter 9: Toolstrip and Menustrip

    Lecture 1: Section intro to Toolstrip and Menustrip

    Lecture 2: Toolstrip

    Lecture 3: Advance Toolstrip

    Lecture 4: custom skin for Toolstip

    Lecture 5: MenuStrip: Add menu to form

    Chapter 10: Start Coding with VB.Net

    Lecture 1: Write your first code in VB.Net

    Lecture 2: Build and rebuild

    Lecture 3: Error Window

    Lecture 4: VB.Net keywords

    Lecture 5: Change the color

    Lecture 6: Comment Usage

    Lecture 7: Me keyword

    Lecture 8: Change the Text

    Lecture 9: Enable / Disable Controls in VB.Net

    Chapter 11: Date Time and Clock

    Lecture 1: Date Time and Now

    Lecture 2: Timer Control

    Lecture 3: Final Project: Digital clock

    Chapter 12: Practical VB.Net code 1

    Lecture 1: Show MessageBox

    Lecture 2: Load image in Picturebox

    Lecture 3: Inheritance

    Lecture 4: Backup of VB.Net projects

    Chapter 13: Variables in VB.Net

    Lecture 1: String Variable

    Lecture 2: Int32 Variable

    Lecture 3: Convert method

    Lecture 4: TryParse method

    Lecture 5: Int64 Variable

    Lecture 6: Double Variable

    Lecture 7: Val keyword

    Lecture 8: Decimal Variable

    Lecture 9: Boolean Variable

    Lecture 10: Scope of Variables

    Chapter 14: Practical VB.Net Code 2

    Lecture 1: Run an application like paint, Calculator

    Lecture 2: Using Variable to run an application

    Lecture 3: Add Exit Button to project

    Chapter 15: IF Statement

    Lecture 1: A project to calculate user age

    Lecture 2: What is If Statement?

    Lecture 3: Using IF in a project

    Lecture 4: Multiple IF

    Chapter 16: For Loop Structure

    Lecture 1: Whats For Loop Structure?

    Lecture 2: Project: Use For Loop to show many messages

    Lecture 3: Project: For Loop to add ComboBox items

    Chapter 17: Switch Case

    Lecture 1: Add a project with many IF

    Lecture 2: Using Switch Case with int32 Input Value

    Lecture 3: Switch Case with String Input

    Chapter 18: Operators in VB.Net

    Lecture 1: Main operators in VB.Net (-, +,*, /)

    Instructors

  • Fast VB .Net ,Beginners to Visual Basic App in Windows Forms  No.2
    Mega Learning
    C# programmer and lover
  • Rating Distribution

  • 1 stars: 1 votes
  • 2 stars: 2 votes
  • 3 stars: 6 votes
  • 4 stars: 16 votes
  • 5 stars: 29 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!