Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Visual Basic - VB dot Net Programming
Rating: 3.7 out of 5(79 ratings)
5,484 students

Visual Basic - VB dot Net Programming

Learn Visual Basic dot Net and Windows Forms by doing Programming Projects for Beginners
Last updated 1/2022
English
English [Auto],

What you'll learn

  • The Introduction to VB .Net
  • Control Properties and Oop
  • Writing code
  • Managing Data
  • String Manipulation
  • Loopings and Functions
  • String, Math, Formatting and Date Function
  • Check Box
  • Radio
  • Web browser
  • Error handling

Course content

1 section19 lectures1h 6m total length
  • Introduction3:41

    Explore Visual Basic programming by creating a Windows Forms application in Visual Studio 2010, wiring a button, setting properties, and displaying a message box on click.

  • Control Properties5:30

    Practice setting and updating form and control properties in VB.NET by adjusting title, color, and images, and changing a form's color at runtime with RGB values via a button.

  • Oop2:52

    Explore object oriented programming in VB.NET by comparing VB6 and VB.NET, and learn core concepts: encapsulation, inheritance, and polymorphism, through classes and objects in Visual Studio 2010.

  • Writing Code2:48

    Learn to write code in VB .NET and handle events, including form load and button click, by writing subroutines and setting label and form colors.

  • Managing Data4:12

    Manage data in vb.net by classifying numeric types byte, integer, long, decimal, currency, and non-numeric types text and boolean, while declaring constants that remain unchanged.

  • Mathematical Operations2:25

    Explore arithmetic operations in VB.NET, including addition, subtraction, multiplication, division, modulus, and integer division. Learn how to use these operators in code to compute and display results.

  • String Manipulation5:11

    Demonstrate string manipulation in vb net 2010 by concatenating strings and extracting right and left portions, and calculating length to display results in a label and text boxes.

  • If-else2:48

    Explore if-else statements in vb dot net by building a form that reads student marks and displays a grade or fail message based on conditional checks.

  • Select case2:54

    Learn to use select case in Visual Basic to handle multiple grade conditions, an alternative to if-else, with a default fail and messages for each grade.

  • Loopings3:09

    Explore how to implement loops in Visual Basic, using for loops, while loops, and for each loop, to sum numbers input by the user and display the total.

  • Fumction Part - 12:50

    Explore using the input box function to collect a string from the user, display a title bar and a message box, and store the input in a variable.

  • String Functions3:05

    This lecture demonstrates visual basic string functions for manipulating text, including replace, mid, trim, interesting function to locate substrings, and upper- and lower-case conversions.

  • Math Functions3:55

    Explore built-in math functions in Visual Basic 2010, including absolute, exponential, fix, int, and round, with syntax and practical examples for precise calculations.

  • Formatting Function4:18

    Explore the formatting function in VB.NET, applying predefined styles like general number, currency, standard, and percentage, and learn how to define user defined formats.

  • Date Function3:52

    Explore the Visual Basic date function, using predefined format to display current date and time in long or short formats, and apply user-defined formats for custom month and date displays.

  • Check Box3:16

    Learn to use checkboxes in a vb.net form to select multiple items, calculate the total price, and display the sum in a textbox.

  • Radio3:06

    Explore radio controls in vb dot net: create mutually exclusive radio buttons in a group box to select gender and display the chosen gender in a label.

  • Web browser2:57

    Create a simple web browser in vb dot net 2010 using the web browser control. Add a url text box and a go button to navigate to the entered address.

  • Error Handling3:59

    Learn to handle errors in Visual Basic 2010 using on error goto and a try block with an exception variable, managing input errors and keeping programs running smoothly.

Requirements

  • Get started tutorials Console. Build a simple text-based application that runs in the console/terminal. In-browser Tutorial. Learn C# in your browser, without installing anything on your computer. Web. Create a web app with ASP .NET Core and Blazor that runs on Linux, Windows, macOS, and Docker. Mobile.

Description

VB dot NET is known as Visual Basic dot NET. VB dot NET is a simple, object-oriented programming language developed by Microsoft in 2002, and it is the successor of Visual Basic 6 (VB6) language, that implement on the dot NET Framework. One of the best features of the VB dot NET language is that its program can also run on mono (multi-platform), which means that it is not restricted to run on the Windows operating system; moreover, it can also run on Linux and Mac OS. The Application built using the VB dot NET is much secure, robust, high-performance, and easy to develop.

VB dot Net is implemented on the Microsoft dot NET framework. Furthermore, it supports the OOPs concept, such as abstraction, encapsulation, inheritance, and polymorphism. Therefore, everything in the VB dot NET language is an object, including all primitive data types (Integer, String, char, long, short, Boolean, etc.), user-defined data types, events, and all objects that inherit from its base class. It is not a case sensitive language, whereas, C++, Java, and C# are case sensitive language.

Applications built using the VB dot NET language are very reliable and scalable, relying on the dot NET Framework to access all libraries that help to execute a VB dot NET program. With this language, you can develop a fully object-oriented application that is similar to an application created through another language such as C++, Java, or C#. In addition, applications or programs of VB dot NET are not only running on the window operating system but can also run on Linux or Mac OS.

The VB dot NET language is designed in such a way that any new beginner or novice and the advanced programmer can quickly develop a simple, secure, robust, high performance of web, windows, console, and mobile application running on dot NET Framework.

As we know, it is a high-level programming language with many features to develop a secure and robust application. These are the following features that make it the most popular programming language.

  • It is an object-oriented programming language that follows various oops concepts such as abstraction, encapsulation, inheritance, and many more. It means that everything in VB dot NET programming will be treated as an object.

  • This language is used to design user interfaces for window, mobile, and web-based applications.

  • It supports a rapid application development tool kit. In which a developer does not need to write all the codes as it can get various code automatically from its libraries. For example, when we create a form in Visual basic dot net, it automatically calls events of various form in that class.

  • It is not a case sensitive language like other languages such as C++, java, etc.

  • It supports Boolean condition for decision making in programming.

  • It also supports the multithreading concept, in which you can do multiple tasks at the same time.

  • It provides simple events management in dot NET application.

  • A Window Form enables us to inherit all existing functionality of form that can be used to create a new form. So, in this way, it reduced the code complexity.

  • It uses an external object as a reference that can be used in a VB dot NET application.

  • Automatic initialized a garbage collection.

  • It follows a structured and extensible programming language for error detection and recovery.

  • Conditional compilation and easy to use generic classes.

  • It is useful to develop web, window, and mobile applications.

Who this course is for:

  • This course is made for Programmers who are curious to learn Visual Basic.