Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Fast Vb .Net By Windows Forms To Create Pro Windows Apps

    Posted By: ELK1nG
    Fast Vb .Net By Windows Forms To Create Pro Windows Apps

    Fast Vb .Net By Windows Forms To Create Pro Windows Apps
    Published 5/2023
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 5.15 GB | Duration: 11h 28m

    Easily and deeply learn the VB .Net by Creating Apps for Windows - Beginners to advance topics

    What you'll learn

    3 Courses in One + 11 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, Debug, Events

    Using Files, Folders and text files

    Working with resources and settings

    Windows clipboard - RTF files

    Date and time - Calendar

    Requirements

    Windows operating system

    Description

    Hi There!With my 20 years programming skills I'm with you to share my knowledge with you.SoIf 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 :3 Courses in One + 11 Hours + 3 live ProjectsCreate Windows Apps by VB .NetBasics of VB .Net like: variablesfor loop structureIf statementControls and eventsResources in VB .NetWorking with files and foldersUsing text file to save dataDebugging the codesCreate calculator applicationDesign Phone Book applicationBuild Diary application for windowsCreating MDI and ADI projectsControls like : Button, TextBox, CheckBox, ComboBox and ListBoxCreate digital clockWorking with date and timeCreate a calendarWorking with RTF filesSave and load data in RTF formatAdvance using of comboboxWorking with imagesDialogs in VB .Net:Working with logical operatorsCreating method and class in VB .NetUsing Clipboard of Windows to save and load dataand…Don't hesitate to start learning VB .NetEvery thing will be discussed with sample project and you will have lot of fun within my course.Let's go !!!

    Overview

    Section 1: Introduction

    Lecture 1 Course introduction

    Section 2: Installing visual studio 2017

    Lecture 2 Section intro

    Lecture 3 Visual Studio 2017 requirements

    Lecture 4 How to Install Visual Studio 2017?

    Section 3: Visual studio 2022 update

    Lecture 5 Visual Studio 2022 requirements

    Lecture 6 Download Visual Studio 2022

    Lecture 7 Installing Visual Studio 2022

    Lecture 8 Create Vb.Net new project in Visual Studio 2022

    Section 4: Start using VB.Net

    Lecture 9 Section overview

    Lecture 10 My First VB.Net App in Windows forms

    Lecture 11 Properties window in Visual Studio

    Lecture 12 Toolbox window

    Lecture 13 Project files of VB.Net

    Section 5: Start using form

    Lecture 14 Section intro

    Lecture 15 Common properties of C# form

    Lecture 16 Advance properties of VB.Net form

    Lecture 17 Common properties of Controls

    Section 6: Label and Textbox

    Lecture 18 Section intro

    Lecture 19 Label control

    Lecture 20 TextBox control

    Lecture 21 Final Project: Design Backup Form

    Section 7: Common Controls

    Lecture 22 Section intro

    Lecture 23 ComoBox & ListBox

    Lecture 24 CheckBox control

    Lecture 25 Radio Button control

    Lecture 26 ProgressBar

    Lecture 27 PictureBox

    Lecture 28 Numeric Up Down

    Lecture 29 TrackBar

    Section 8: Grouping Controls

    Lecture 30 Section intro to Grouping Controls

    Lecture 31 GroupBox

    Lecture 32 Panel control

    Lecture 33 TabControl

    Lecture 34 TabControl & TabPage

    Lecture 35 Final Project: Create Setting Form

    Section 9: Toolstrip and Menustrip

    Lecture 36 Section intro to Toolstrip and Menustrip

    Lecture 37 Toolstrip

    Lecture 38 Advance Toolstrip

    Lecture 39 custom skin for Toolstip

    Lecture 40 MenuStrip: Add menu to form

    Section 10: Start Coding with VB.Net

    Lecture 41 Section intro

    Lecture 42 Write your first code in VB.Net

    Lecture 43 Build and rebuild

    Lecture 44 Error Window

    Lecture 45 VB.Net keywords

    Lecture 46 Change the color

    Lecture 47 Comment Usage

    Lecture 48 "Me" keyword

    Lecture 49 Change the Text

    Lecture 50 Enable / Disable Controls in VB.Net

    Section 11: Date Time and Clock

    Lecture 51 Section intro

    Lecture 52 Date Time and "Now"

    Lecture 53 Timer Control

    Lecture 54 Final Project: Digital clock

    Section 12: Practical VB.Net code 1

    Lecture 55 Section intro

    Lecture 56 Show MessageBox

    Lecture 57 Load image in Picturebox

    Lecture 58 Inheritance

    Lecture 59 Backup of VB.Net projects

    Section 13: Variables in VB.Net

    Lecture 60 Section intro

    Lecture 61 String Variable

    Lecture 62 Int32 Variable

    Lecture 63 Convert method

    Lecture 64 TryParse method

    Lecture 65 Int64 Variable

    Lecture 66 Double Variable

    Lecture 67 "Val" keyword

    Lecture 68 Decimal Variable

    Lecture 69 Boolean Variable

    Lecture 70 Scope of Variables

    Section 14: Practical VB.Net Code 2

    Lecture 71 Section intro

    Lecture 72 Run an application like paint, Calculator…

    Lecture 73 Using Variable to run an application

    Lecture 74 Add "Exit Button" to project

    Section 15: IF Statement

    Lecture 75 A project to calculate user age

    Lecture 76 What is "If Statement"?

    Lecture 77 Using "IF" in a project

    Lecture 78 Multiple "IF"

    Section 16: For Loop Structure

    Lecture 79 What's "For Loop" Structure?

    Lecture 80 Project: Use "For Loop " to show many messages

    Lecture 81 Project: "For Loop" to add ComboBox items

    Section 17: Switch Case

    Lecture 82 Add a project with many "IF"

    Lecture 83 Using "Switch Case" with int32 Input Value

    Lecture 84 "Switch Case" with String Input

    Section 18: Operators in VB.Net

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

    Lecture 86 Comparison operators in C#(<=, >=)

    Section 19: Dialogs

    Lecture 87 Color Dialog

    Lecture 88 Folder Browser Dialog

    Lecture 89 Font Dialog

    Lecture 90 Open File Dialog

    Lecture 91 Set filter to Open File Dialog

    Lecture 92 Save File Dialog

    Section 20: Calculator

    Lecture 93 Design Ui

    Lecture 94 VB.Net code for numbers

    Lecture 95 VB.Net code for operators

    Lecture 96 VB.Net code for result

    Lecture 97 Finalize calculator

    Section 21: Events in VB.NET

    Lecture 98 What is Event in C#VB.Net?

    Any one who wanna learn VB .Net Deeply and quickly