• Post category:StudyBullet-16
  • Reading time:11 mins read


Quickly and deeply learn the VB .NET by Creating Windows Apps- Beginners to Pro -SQL in VB, Excel,PDF,Weather Forcastin

What you will learn

3 Courses in One + 17 Hours – Learn with Projects , Beginners to Advance

Build 7 pro apps: Calculator , Digital clock, Student info, Excel, PDF, weather forecasting,…

Easily learn the basics of VB to advance topics by Windows form

Create pro application by SQL in VB

Export data to Excel file

Learn: Dialogs, Variables,Controls, Debug, Events

Working with resources and settings

Date and time – Calendar

Design report by PDF

Show weather and forcasting

Description

Hi There!

Do you want to learn the programing deeply and easily?

Have you ever thought to learn VB .net via projects?

Are you students or VB lover and you want to learn VB .NET  by windows forms?

Here i am to show you how to learn easily an quickly the VB .NET by many projects.


Get Instant Notification of New Courses on our Telegram channel.


In this course you’re going to learn :

  • 3 Courses in One + 17 Hours + 7 live Projects
  • Create Windows Apps by VB. NET
  • Basics of VB .NET like: variables
  • for loop structure
  • If statement
  • Controls and events
  • Resources in VB .NET
  • Debugging the codes
  • Create calculator application
  • Design Student info  application
  • Build Weather forecasting application for windows
  • Creating multi-form projects
  • Controls like : Button, TextBox, ComboBox, Datetime picker
  • Create digital clock
  • Working with date and time
  • Create a calendar
  • Advance using of Combobox
  • Working with images
  • Dialogs in VB. NET:
  • Creating method in VB. net
  • Design the windows app in VB and SQL Server
  • Export data to Excel file
  • Create weather forecasting app
  • Create report by PDF file
  • and…

Don’t hesitate to start learning VB by up to 7 different  projects with many tips and tricks!

In this course you are going to learn the VB deeply and easily with the best method.

Let’s get started !!!

English
language

Content

Introduction

Introduction
Download the project files of this course
Requirements of visual studio 2022
Download and install visual studio 2022

Starting Project

First project in VB
Form properties
Using Button, Label & TextBox
Project: Design “Student Reg” form

VB Coding

First VB code
Comments in VB
Change color by VB
Change text by VB code
Enable/Disable controls by VB
Show/Hide controls by VB

Date and Time

Using date and time in VB
Project: Digital clock in VB

Variables

String variable
Int32 and Int64
Float,Double and Decimal
Bool
Scope of variable

VB Statements

Simple IF
Multiple IF
Switch Case
Using ComboBox
For Loop

Dialogs

Color dialog
Folder browser dialog
Font dialog
Open file dialog
Save file dialog

Project : Calculator

Design of calculator
Numeric buttons codes
Method is VB
Operator buttons code
Decimal button code
Equal button code
Try structure
Publish calculator

Project : Student management App

Structure of database app
Design Database
Create new VB Project
Add TableAdapter and datatable
Deep diving TableAdapter & datatable
Add ‘Students’ data entry form
Important: How to fix errors after adding the image
Design the top buttons
Adding items to form
Loading data in datagridview
Bind the items to bindingsource
Customize datagridview
Enable and disable buttons
VB code for New,Edit & Delete buttons
Save button VB code
Cancel button VB code
Fix some bugs
Add photo column to sql db
Photo browse button
Search form design
Search data by id and grade
Search text columns in SQL
Search last name in VB
Search date columns in SQL
Search date column in VB
Load all data in VB
Main form design
Adding close button
Show other forms
Showing date and time
Change background image
Adding minimize button
Load selected background
Create “user” database in SQL
Design the “user” form
Coding the “user” form
Protect the codes via errors
Design the login form
Coding the “login” form
Saving login user in database
Design the settings form
Coding the “settings” form
Design the “about us” form
Adding shortcuts to main form
Run calculator from menu

Project : Weather forecasting

What is the weather api?
Create new project for weather
Install json package from Nuget
VB codes to get weather by api
Search weather by city name
Design a method to load weather data
Change the unit of measurement
Get the icon for weather
Protecting weather codes by try
Get weather data by longitude & latitude
Change the language of return values
What is weather forecasting
Design the forecasting form
Forecasting codes part1
Forecasting codes part2

Project : Excel in VB

Creating project for Excel
Installing NuGet for excel
Creating SQL db for Excel
Connecting db to project
Adding items and DGV
Loading Excel file
Reading Excel data
Adding progress bar
Save Excel data in SQL
Loading all data
Exporting data to Excel

Project : Report in PDF by VB

Installing Pdf package
Create empty pdf file
Add report title to pdf
Add free space & line
Add table header to pdf
Add table data to pdf
Show progress panel
Format decimal column
Fix the duplicate row error