Companies Home Search Profile

Quick VB .NET by Windows Forms Create Windows App, SQL in VB

Focused View

Roshan Academy

17:52:50

421 View
  • 1. Introduction.mp4
    03:17
  • 2.1 vb core projects 2024.01.05.zip
  • 2. Download the project files of this course.html
  • 3. Requirements of visual studio 2022.mp4
    06:09
  • 4. Download and install visual studio 2022.mp4
    19:29
  • 1. First project in VB.mp4
    13:43
  • 2. Form properties.mp4
    13:41
  • 3. Using Button, Label & TextBox.mp4
    15:17
  • 4. Project Design Student Reg form.mp4
    14:13
  • 1. First VB code.mp4
    11:04
  • 2. Comments in VB.mp4
    03:10
  • 3. Change color by VB.mp4
    06:06
  • 4. Change text by VB code.mp4
    03:27
  • 5. EnableDisable controls by VB.mp4
    04:52
  • 6. ShowHide controls by VB.mp4
    03:23
  • 1. Using date and time in VB.mp4
    10:45
  • 2. Project Digital clock in VB.mp4
    07:13
  • 1. String variable.mp4
    07:53
  • 2. Int32 and Int64.mp4
    07:43
  • 3. Float,Double and Decimal.mp4
    04:38
  • 4. Bool.mp4
    05:11
  • 5. Scope of variable.mp4
    02:06
  • 1. Simple IF.mp4
    08:05
  • 2. Multiple IF.mp4
    07:38
  • 3. Switch Case.mp4
    09:05
  • 4. Using ComboBox.mp4
    09:24
  • 5. For Loop.mp4
    05:46
  • 1. Color dialog.mp4
    05:33
  • 2. Folder browser dialog.mp4
    06:12
  • 3. Font dialog.mp4
    04:03
  • 4. Open file dialog.mp4
    17:40
  • 5. Save file dialog.mp4
    04:52
  • 1. Design of calculator.mp4
    15:01
  • 2. Numeric buttons codes.mp4
    09:06
  • 3. Method is VB.mp4
    06:58
  • 4. Operator buttons code.mp4
    12:18
  • 5. Decimal button code.mp4
    05:35
  • 6. Equal button code.mp4
    09:30
  • 7. Try structure.mp4
    05:39
  • 8. Publish calculator.mp4
    07:32
  • 1. Structure of database app.mp4
    05:30
  • 2. Design Database.mp4
    20:54
  • 3. Create new VB Project.mp4
    10:09
  • 4. Add TableAdapter and datatable.mp4
    16:34
  • 5. Deep diving TableAdapter & datatable.mp4
    09:31
  • 6. Add Students data entry form.mp4
    04:12
  • 7. Important How to fix errors after adding the image.mp4
    07:52
  • 8. Design the top buttons.mp4
    12:22
  • 9. Adding items to form.mp4
    11:24
  • 10. Loading data in datagridview.mp4
    08:14
  • 11. Bind the items to bindingsource.mp4
    06:44
  • 12. Customize datagridview.mp4
    10:45
  • 13. Enable and disable buttons.mp4
    08:14
  • 14. VB code for New,Edit & Delete buttons.mp4
    12:32
  • 15. Save button VB code.mp4
    02:44
  • 16. Cancel button VB code.mp4
    03:57
  • 17. Fix some bugs.mp4
    05:25
  • 18. Add photo column to sql db.mp4
    05:35
  • 19. Photo browse button.mp4
    09:04
  • 20. Search form design.mp4
    19:57
  • 21. Search data by id and grade.mp4
    06:32
  • 22. Search text columns in SQL.mp4
    10:15
  • 23. Search last name in VB.mp4
    04:04
  • 24. Search date columns in SQL.mp4
    11:00
  • 25. Search date column in VB.mp4
    02:22
  • 26. Load all data in VB.mp4
    19:48
  • 27. Main form design.mp4
    04:54
  • 28. Adding close button.mp4
    06:49
  • 29. Show other forms.mp4
    04:38
  • 30. Showing date and time.mp4
    14:22
  • 31. Change background image.mp4
    05:49
  • 32. Adding minimize button.mp4
    09:54
  • 33. Load selected background.mp4
    09:50
  • 34. Create user database in SQL.mp4
    10:01
  • 35. Design the user form.mp4
    14:15
  • 36. Coding the user form.mp4
    11:50
  • 37. Protect the codes via errors.mp4
    10:00
  • 38. Design the login form.mp4
    16:09
  • 39. Coding the login form.mp4
    05:18
  • 40. Saving login user in database.mp4
    05:43
  • 41. Design the settings form.mp4
    08:59
  • 42. Coding the settings form.mp4
    05:42
  • 43. Design the about us form.mp4
    08:50
  • 44. Adding shortcuts to main form.mp4
    06:53
  • 45. Run calculator from menu.mp4
    11:12
  • 1. What is the weather api.mp4
    06:06
  • 2. Create new project for weather.mp4
    07:29
  • 3. Install json package from Nuget.mp4
    21:10
  • 4. VB codes to get weather by api.mp4
    02:53
  • 5. Search weather by city name.mp4
    11:46
  • 6. Design a method to load weather data.mp4
    06:10
  • 7. Change the unit of measurement.mp4
    07:26
  • 8. Get the icon for weather.mp4
    05:54
  • 9. Protecting weather codes by try.mp4
    16:12
  • 10. Get weather data by longitude & latitude.mp4
    09:45
  • 11. Change the language of return values.mp4
    07:14
  • 12. What is weather forecasting.mp4
    11:56
  • 13. Design the forecasting form.mp4
    28:00
  • 14. Forecasting codes part1.mp4
    20:36
  • 15. Forecasting codes part2.mp4
    06:08
  • 1. Creating project for Excel.mp4
    07:44
  • 2. Installing NuGet for excel.mp4
    05:57
  • 3. Creating SQL db for Excel.mp4
    07:57
  • 4. Connecting db to project.mp4
    11:31
  • 5. Adding items and DGV.mp4
    08:38
  • 6. Loading Excel file.mp4
    17:39
  • 7. Reading Excel data.mp4
    10:45
  • 8. Adding progress bar.mp4
    14:49
  • 9. Save Excel data in SQL.mp4
    01:15
  • 10. Loading all data.mp4
    04:33
  • 11. Exporting data to Excel.mp4
    09:52
  • 1. Installing Pdf package.mp4
    04:16
  • 2. Create empty pdf file.mp4
    09:10
  • 3. Add report title to pdf.mp4
    12:52
  • 4. Add free space & line.mp4
    06:28
  • 5. Add table header to pdf.mp4
    15:28
  • 6. Add table data to pdf.mp4
    14:03
  • 7. Show progress panel.mp4
    05:02
  • 8. Format decimal column.mp4
    04:32
  • 9. Fix the duplicate row error.mp4
    01:29
  • Description


    Deeply learn the VB .NET by Creating Windows Apps- Beginners to Pro -SQL in VB, Excel,PDF,Weather Forcasting ...

    What You'll 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

    Who is this for?


  • Any one who wanna learn VB Deeply and quickly
  • What You Need to Know?


  • Windows 10 or 11 operating system
  • More details


    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.

    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 !!!

    Who this course is for:

    • Any one who wanna learn VB Deeply and quickly

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Roshan Academy
    Roshan Academy
    Instructor's Courses
    Hi,Very welcome to my courses!Here you can start learning the .NET easily and quickly.My courses are:ASP .NETC# .NETVB .NETSQL ServerIf you want to change your life by programming so here is the great place for you.By learning the programming you can build your own apps.Best wishes
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 118
    • duration 17:52:50
    • Release Date 2024/05/28