VB.Net – Overview ”; Previous Next Visual Basic .NET (VB.NET) is an object-oriented computer programming language implemented on the .NET Framework. Although it is an evolution of classic Visual Basic language, it is not backwards-compatible with VB6, and any code written in the old version does not compile under VB.NET. Like all other .NET languages, VB.NET has complete support for object-oriented concepts. Everything in VB.NET is an object, including all of the primitive types (Short, Integer, Long, String, Boolean, etc.) and user-defined types, events, and even assemblies. All objects inherits from the base class Object. VB.NET is implemented by Microsoft”s .NET framework. Therefore, it has full access to all the libraries in the .Net Framework. It”s also possible to run VB.NET programs on Mono, the open-source alternative to .NET, not only under Windows, but even Linux or Mac OSX. The following reasons make VB.Net a widely used professional language − Modern, general purpose. Object oriented. Component oriented. Easy to learn. Structured language. It produces efficient programs. It can be compiled on a variety of computer platforms. Part of .Net Framework. Strong Programming Features VB.Net VB.Net has numerous strong programming features that make it endearing to multitude of programmers worldwide. Let us mention some of these features − Boolean Conditions Automatic Garbage Collection Standard Library Assembly Versioning Properties and Events Delegates and Events Management Easy-to-use Generics Indexers Conditional Compilation Simple Multithreading Print Page Previous Next Advertisements ”;
Category: vb.net
VB.Net – Environment Setup
VB.Net – Environment Setup ”; Previous Next In this chapter, we will discuss the tools available for creating VB.Net applications. We have already mentioned that VB.Net is part of .Net framework and used for writing .Net applications. Therefore before discussing the available tools for running a VB.Net program, let us understand how VB.Net relates to the .Net framework. The .Net Framework The .Net framework is a revolutionary platform that helps you to write the following types of applications − Windows applications Web applications Web services The .Net framework applications are multi-platform applications. The framework has been designed in such a way that it can be used from any of the following languages: Visual Basic, C#, C++, Jscript, and COBOL, etc. All these languages can access the framework as well as communicate with each other. The .Net framework consists of an enormous library of codes used by the client languages like VB.Net. These languages use object-oriented methodology. Following are some of the components of the .Net framework − Common Language Runtime (CLR) The .Net Framework Class Library Common Language Specification Common Type System Metadata and Assemblies Windows Forms ASP.Net and ASP.Net AJAX ADO.Net Windows Workflow Foundation (WF) Windows Presentation Foundation Windows Communication Foundation (WCF) LINQ For the jobs each of these components perform, please see ASP.Net – Introduction, and for details of each component, please consult Microsoft”s documentation. Integrated Development Environment (IDE) For VB.Net Microsoft provides the following development tools for VB.Net programming − Visual Studio 2010 (VS) Visual Basic 2010 Express (VBE) Visual Web Developer The last two are free. Using these tools, you can write all kinds of VB.Net programs from simple command-line applications to more complex applications. Visual Basic Express and Visual Web Developer Express edition are trimmed down versions of Visual Studio and has the same look and feel. They retain most features of Visual Studio. In this tutorial, we have used Visual Basic 2010 Express and Visual Web Developer (for the web programming chapter). You can download it from here. It gets automatically installed in your machine. Please note that you need an active internet connection for installing the express edition. Writing VB.Net Programs on Linux or Mac OS Although the.NET Framework runs on the Windows operating system, there are some alternative versions that work on other operating systems. Mono is an open-source version of the .NET Framework which includes a Visual Basic compiler and runs on several operating systems, including various flavors of Linux and Mac OS. The most recent version is VB 2012. The stated purpose of Mono is not only to be able to run Microsoft .NET applications cross-platform, but also to bring better development tools to Linux developers. Mono can be run on many operating systems including Android, BSD, iOS, Linux, OS X, Windows, Solaris and UNIX. Print Page Previous Next Advertisements ”;
VB.Net – Home
VB.Net Programming Tutorial Table of content VB.Net Tutorial Why to Learn VB.Net? VB.Net Applications Who Should Learn VB.Net Prerequisites to Learn VB.Net VB.Net Jobs and Opportunities Frequently Asked Questions about VB.Net PDF Version Quick Guide Resources Job Search Discussion VB.Net Tutorial VB.Net is a simple, modern, object-oriented computer programming language developed by Microsoft to combine the power of .NET Framework and the common language runtime with the productivity benefits that are the hallmark of Visual Basic. This tutorial will teach you basic VB.Net programming and will also take you through various advanced concepts related to VB.Net programming language. Why to Learn VB.Net? VB.Net was introduced in 2002 by Microsoft. It is an object-oriented language that can be used to develop software applications for Windows. So, if you are one who aspires to become a full stack developer, VB.Net must be your first programming language as it can be used to develop front-end as well as back-end of an application. In addition to this, following could be the reason for learning VB.Net − Object-Oriented Programming (OOP) Features − Learning VB.Net provides a solid foundation in OOP principles as it is an object-oriented language. These principles are applicable across various other programming languages like C++ and Java. OOP allows developers to write reusable code. Support from Microsoft − As this language was developed by Microsoft, it provides strong support and integration with the .NET framework. Therefore, developers get access to a vast library of pre-coded solutions and a robust development environment in Visual Studio. Community and Resources − There is a strong community of VB.Net developers who learn and build variety of applications. You could also be a part of that community after learning it. User-Friendly − VB.Net is designed to be user-friendly. Its syntax is very simple and straightforward. New programmers can quickly learn, adapt and start developing applications. VB.Net Applications After integrating with the .NET framework, the Visual Basic programming language has become one of the preferred choices for building a wide range of software and applications. Following are the areas where VB.NET is used − Mobile and Web Applications − ASP.NET which is a framework designed for building web applications, works with VB.Net. Also, with the release of a cross-platform development tool named Xamarin, VB.Net can be used for developing mobile applications. Gaming − This programming language can also be used in gaming industry. Although it is not as popular in the gaming industry as other languages like C#, VB.Net can develop smaller-scale games for the Windows platform. Standard Window Software − This is the area where VB.Net is most commonly used. Console Application − It is also a popular choice for developing console applications. These applications run using only a command line rather than a GUI. Who Should Learn VB.Net This tutorial has been prepared for the beginners to help them understand basic VB.Net programming. After completing this tutorial, you will find yourself at a moderate level of expertise in VB.Net programming from where you can take yourself to next levels. Prerequisites to Learn VB.Net VB.Net programming is very much based on BASIC and Visual Basic programming languages, so if you have basic understanding on these programming languages, then it will be a fun for you to learn VB.Net programming language. VB.Net Jobs and Opportunities Following are the great companies who keep recruiting .Net professionals like DotNet MVC Developer, Dot net developer, Web developer, .Net/VB Scripting Developer, Business Manager etc: Intel Cisco Dell Leobit CSHARK Brainvire Brainhub Capgemini Many more… So, you could be the next potential employee for any of these major companies. Start learning VB.Net using our simple and effective tutorial anywhere and anytime absolutely at your pace. Frequently Asked Questions about VB.Net In this section, we will try to answer some of the Frequently Asked Questions(FAQ) about VB.Net: What is the difference between VB and VB.Net? Visual Basic is an event-driven programming language that was first released in 1991. On the other hand, VB.Net is an object-oriented programming language introduced by Microsoft in 2002 as part of the .NET framework. What do you mean by JIT? JIT stands for Just-In-Time compilation. It is a part of the runtime execution environment in .NET and is used to optimize the performance. What is TRACE in VB.Net? Trace is a class of the System.Diagnostics namespace. It provides methods to display information about the execution of programs. What are class access modifiers? Class access modifiers in VB.Net are keywords used to control the accessibility of classes and their members. There are six access modifiers which are Public, Private, Protected, Friend, Protected Friend, and Private Protected. What is the base class of VB.NET? The base class for all classes in VB.NET is the Object class. What is delegates in VB.NET? Delegates in VB.NET are similar to function pointers in C or C++ programming languages. They are used to encapsulate a reference to a method. What is Common Language Runtime or CLR? The Common Language Runtime (CLR) is the virtual machine component of the .NET framework. It provides various services including garbage collection, security, and exception handling. What exactly is garbage collection? Garbage collection in .NET is the process of automatically freeing memory occupied by objects that are no longer in use. What is Global Assembly Cache? The Global Assembly Cache (GAC) is a machine-wide code cache that stores .NET assemblies, which can be shared by several applications on the computer. What is jagged array in VB.Net? A jagged array in VB.Net is an array of arrays, where each inner array can be of different lengths. Print Page Previous Next Advertisements ”;
VB.Net – Excel Sheet
VB.Net – Excel Sheet ”; Previous Next VB.Net provides support for interoperability between the COM object model of Microsoft Excel 2010 and your application. To avail this interoperability in your application, you need to import the namespace Microsoft.Office.Interop.Excel in your Windows Form Application. Creating an Excel Application from VB.Net Let”s start with creating a Window Forms Application by following the following steps in Microsoft Visual Studio: File → New Project → Windows Forms Applications Finally, select OK, Microsoft Visual Studio creates your project and displays following Form1. Insert a Button control Button1 in the form. Add a reference to Microsoft Excel Object Library to your project. To do this − Select Add Reference from the Project Menu. On the COM tab, locate Microsoft Excel Object Library and then click Select. Click OK. Double click the code window and populate the Click event of Button1, as shown below. ” Add the following code snippet on top of Form1.vb Imports Excel = Microsoft.Office.Interop.Excel Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim appXL As Excel.Application Dim wbXl As Excel.Workbook Dim shXL As Excel.Worksheet Dim raXL As Excel.Range ” Start Excel and get Application object. appXL = CreateObject(“Excel.Application”) appXL.Visible = True ” Add a new workbook. wbXl = appXL.Workbooks.Add shXL = wbXl.ActiveSheet ” Add table headers going cell by cell. shXL.Cells(1, 1).Value = “First Name” shXL.Cells(1, 2).Value = “Last Name” shXL.Cells(1, 3).Value = “Full Name” shXL.Cells(1, 4).Value = “Specialization” ” Format A1:D1 as bold, vertical alignment = center. With shXL.Range(“A1”, “D1″) .Font.Bold = True .VerticalAlignment = Excel.XlVAlign.xlVAlignCenter End With ” Create an array to set multiple values at once. Dim students(5, 2) As String students(0, 0) = “Zara” students(0, 1) = “Ali” students(1, 0) = “Nuha” students(1, 1) = “Ali” students(2, 0) = “Arilia” students(2, 1) = “RamKumar” students(3, 0) = “Rita” students(3, 1) = “Jones” students(4, 0) = “Umme” students(4, 1) = “Ayman” ” Fill A2:B6 with an array of values (First and Last Names). shXL.Range(“A2”, “B6″).Value = students ” Fill C2:C6 with a relative formula (=A2 & ” ” & B2). raXL = shXL.Range(“C2”, “C6”) raXL.Formula = “=A2 & “” “” & B2″ ” Fill D2:D6 values. With shXL .Cells(2, 4).Value = “Biology” .Cells(3, 4).Value = “Mathmematics” .Cells(4, 4).Value = “Physics” .Cells(5, 4).Value = “Mathmematics” .Cells(6, 4).Value = “Arabic” End With ” AutoFit columns A:D. raXL = shXL.Range(“A1”, “D1″) raXL.EntireColumn.AutoFit() ” Make sure Excel is visible and give the user control ” of Excel”s lifetime. appXL.Visible = True appXL.UserControl = True ” Release object references. raXL = Nothing shXL = Nothing wbXl = Nothing appXL.Quit() appXL = Nothing Exit Sub Err_Handler: MsgBox(Err.Description, vbCritical, “Error: ” & Err.Number) End Sub End Class When the above code is executed and run using Start button available at the Microsoft Visual Studio tool bar, it will show the following window − Clicking on the Button would display the following excel sheet. You will be asked to save the workbook. Print Page Previous Next Advertisements ”;
VB.Net – Functions
VB.Net – Functions ”; Previous Next A procedure is a group of statements that together perform a task when called. After the procedure is executed, the control returns to the statement calling the procedure. VB.Net has two types of procedures − Functions Sub procedures or Subs Functions return a value, whereas Subs do not return a value. Defining a Function The Function statement is used to declare the name, parameter and the body of a function. The syntax for the Function statement is − [Modifiers] Function FunctionName [(ParameterList)] As ReturnType [Statements] End Function Where, Modifiers − specify the access level of the function; possible values are: Public, Private, Protected, Friend, Protected Friend and information regarding overloading, overriding, sharing, and shadowing. FunctionName − indicates the name of the function ParameterList − specifies the list of the parameters ReturnType − specifies the data type of the variable the function returns Example Following code snippet shows a function FindMax that takes two integer values and returns the larger of the two. Function FindMax(ByVal num1 As Integer, ByVal num2 As Integer) As Integer ” local variable declaration */ Dim result As Integer If (num1 > num2) Then result = num1 Else result = num2 End If FindMax = result End Function Function Returning a Value In VB.Net, a function can return a value to the calling code in two ways − By using the return statement By assigning the value to the function name The following example demonstrates using the FindMax function − Live Demo Module myfunctions Function FindMax(ByVal num1 As Integer, ByVal num2 As Integer) As Integer ” local variable declaration */ Dim result As Integer If (num1 > num2) Then result = num1 Else result = num2 End If FindMax = result End Function Sub Main() Dim a As Integer = 100 Dim b As Integer = 200 Dim res As Integer res = FindMax(a, b) Console.WriteLine(“Max value is : {0}”, res) Console.ReadLine() End Sub End Module When the above code is compiled and executed, it produces the following result − Max value is : 200 Recursive Function A function can call itself. This is known as recursion. Following is an example that calculates factorial for a given number using a recursive function − Live Demo Module myfunctions Function factorial(ByVal num As Integer) As Integer ” local variable declaration */ Dim result As Integer If (num = 1) Then Return 1 Else result = factorial(num – 1) * num Return result End If End Function Sub Main() ”calling the factorial method Console.WriteLine(“Factorial of 6 is : {0}”, factorial(6)) Console.WriteLine(“Factorial of 7 is : {0}”, factorial(7)) Console.WriteLine(“Factorial of 8 is : {0}”, factorial(8)) Console.ReadLine() End Sub End Module When the above code is compiled and executed, it produces the following result − Factorial of 6 is: 720 Factorial of 7 is: 5040 Factorial of 8 is: 40320 Param Arrays At times, while declaring a function or sub procedure, you are not sure of the number of arguments passed as a parameter. VB.Net param arrays (or parameter arrays) come into help at these times. The following example demonstrates this − Live Demo Module myparamfunc Function AddElements(ParamArray arr As Integer()) As Integer Dim sum As Integer = 0 Dim i As Integer = 0 For Each i In arr sum += i Next i Return sum End Function Sub Main() Dim sum As Integer sum = AddElements(512, 720, 250, 567, 889) Console.WriteLine(“The sum is: {0}”, sum) Console.ReadLine() End Sub End Module When the above code is compiled and executed, it produces the following result − The sum is: 2938 Passing Arrays as Function Arguments You can pass an array as a function argument in VB.Net. The following example demonstrates this − Live Demo Module arrayParameter Function getAverage(ByVal arr As Integer(), ByVal size As Integer) As Double ”local variables Dim i As Integer Dim avg As Double Dim sum As Integer = 0 For i = 0 To size – 1 sum += arr(i) Next i avg = sum / size Return avg End Function Sub Main() ” an int array with 5 elements ” Dim balance As Integer() = {1000, 2, 3, 17, 50} Dim avg As Double ”pass pointer to the array as an argument avg = getAverage(balance, 5) ” output the returned value ” Console.WriteLine(“Average value is: {0} “, avg) Console.ReadLine() End Sub End Module When the above code is compiled and executed, it produces the following result − Average value is: 214.4 Print Page Previous Next Advertisements ”;
VB.Net – Advanced Forms
VB.Net – Advanced Form ”; Previous Next In this chapter, let us study the following concepts − Adding menus and sub menus in an application Adding the cut, copy and paste functionalities in a form Anchoring and docking controls in a form Modal forms Adding Menus and Sub Menus in an Application Traditionally, the Menu, MainMenu, ContextMenu, and MenuItem classes were used for adding menus, sub-menus and context menus in a Windows application. Now, the MenuStrip, the ToolStripMenuItem, ToolStripDropDown and ToolStripDropDownMenu controls replace and add functionality to the Menu-related controls of previous versions. However, the old control classes are retained for both backward compatibility and future use. Let us create a typical windows main menu bar and sub menus using the old version controls first since these controls are still much used in old applications. Following is an example, which shows how we create a menu bar with menu items: File, Edit, View and Project. The File menu has the sub menus New, Open and Save. Let”s double click on the Form and put the following code in the opened window. Public Class Form1 Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load ”defining the main menu bar Dim mnuBar As New MainMenu() ”defining the menu items for the main menu bar Dim myMenuItemFile As New MenuItem(“&File”) Dim myMenuItemEdit As New MenuItem(“&Edit”) Dim myMenuItemView As New MenuItem(“&View”) Dim myMenuItemProject As New MenuItem(“&Project”) ”adding the menu items to the main menu bar mnuBar.MenuItems.Add(myMenuItemFile) mnuBar.MenuItems.Add(myMenuItemEdit) mnuBar.MenuItems.Add(myMenuItemView) mnuBar.MenuItems.Add(myMenuItemProject) ” defining some sub menus Dim myMenuItemNew As New MenuItem(“&New”) Dim myMenuItemOpen As New MenuItem(“&Open”) Dim myMenuItemSave As New MenuItem(“&Save”) ”add sub menus to the File menu myMenuItemFile.MenuItems.Add(myMenuItemNew) myMenuItemFile.MenuItems.Add(myMenuItemOpen) myMenuItemFile.MenuItems.Add(myMenuItemSave) ”add the main menu to the form Me.Menu = mnuBar ” Set the caption bar text of the form. Me.Text = “tutorialspoint.com” End Sub End Class When the above code is executed and run using Start button available at the Microsoft Visual Studio tool bar, it will show the following window − Windows Forms contain a rich set of classes for creating your own custom menus with modern appearance, look and feel. The MenuStrip, ToolStripMenuItem, ContextMenuStrip controls are used to create menu bars and context menus efficiently. Click the following links to check their details − Sr.No. Control & Description 1 MenuStrip It provides a menu system for a form. 2 ToolStripMenuItem It represents a selectable option displayed on a MenuStrip or ContextMenuStrip. The ToolStripMenuItem control replaces and adds functionality to the MenuItem control of previous versions. 3 ContextMenuStrip It represents a shortcut menu. Adding the Cut, Copy and Paste Functionalities in a Form The methods exposed by the ClipBoard class are used for adding the cut, copy and paste functionalities in an application. The ClipBoard class provides methods to place data on and retrieve data from the system Clipboard. It has the following commonly used methods − Sr.No. Method Name & Description 1 Clear Removes all data from the Clipboard. 2 ContainsData Indicates whether there is data on the Clipboard that is in the specified format or can be converted to that format. 3 ContainsImage Indicates whether there is data on the Clipboard that is in the Bitmap format or can be converted to that format. 4 ContainsText Indicates whether there is data on the Clipboard in the Text or UnicodeText format, depending on the operating system. 5 GetData Retrieves data from the Clipboard in the specified format. 6 GetDataObject Retrieves the data that is currently on the system Clipboard. 7 GetImage Retrieves an image from the Clipboard. 8 GetText Retrieves text data from the Clipboard in the Text or UnicodeText format, depending on the operating system. 9 GetText(TextDataFormat) Retrieves text data from the Clipboard in the format indicated by the specified TextDataFormat value. 10 SetData Clears the Clipboard and then adds data in the specified format. 11 SetText(String) Clears the Clipboard and then adds text data in the Text or UnicodeText format, depending on the operating system. Following is an example, which shows how we cut, copy and paste data using methods of the Clipboard class. Take the following steps − Add a rich text box control and three button controls on the form. Change the text property of the buttons to Cut, Copy and Paste, respectively. Double click on the buttons to add the following code in the code editor − Public Class Form1 Private Sub Form1_Load(sender As Object, e As EventArgs) _ Handles MyBase.Load ” Set the caption bar text of the form. Me.Text = “tutorialspoint.com” End Sub Private Sub Button1_Click(sender As Object, e As EventArgs) _ Handles Button1.Click Clipboard.SetDataObject(RichTextBox1.SelectedText) RichTextBox1.SelectedText = “” End Sub Private Sub Button2_Click(sender As Object, e As EventArgs) _ Handles Button2.Click Clipboard.SetDataObject(RichTextBox1.SelectedText) End Sub Private Sub Button3_Click(sender As Object, e As EventArgs) _ Handles Button3.Click Dim iData As IDataObject iData = Clipboard.GetDataObject() If (iData.GetDataPresent(DataFormats.Text)) Then RichTextBox1.SelectedText = iData.GetData(DataFormats.Text) Else RichTextBox1.SelectedText = ” ” End If End Sub End Class When the above code is executed and run using Start button available at the Microsoft Visual Studio tool bar, it will show the following window − Enter some text and check how the buttons work. Anchoring and Docking Controls in a Form Anchoring allows you to set an anchor position for a control to the edges of its container control, for example, the form. The Anchor property of the Control class allows you to set values of this property. The Anchor property gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. When you anchor a control to a form, the control maintains its distance from the edges of the form and its anchored position, when the form is resized. You can set the Anchor property values of a control from the Properties window − For example, let us add a Button control on a form and set its anchor property to Bottom, Right. Run this form to see the original position of the Button control with respect
VB.Net – Classes & Objects
VB.Net – Classes & Objects ”; Previous Next When you define a class, you define a blueprint for a data type. This doesn”t actually define any data, but it does define what the class name means, that is, what an object of the class will consist of and what operations can be performed on such an object. Objects are instances of a class. The methods and variables that constitute a class are called members of the class. Class Definition A class definition starts with the keyword Class followed by the class name; and the class body, ended by the End Class statement. Following is the general form of a class definition − [ <attributelist> ] [ accessmodifier ] [ Shadows ] [ MustInherit | NotInheritable ] [ Partial ] _ Class name [ ( Of typelist ) ] [ Inherits classname ] [ Implements interfacenames ] [ statements ] End Class Where, attributelist is a list of attributes that apply to the class. Optional. accessmodifier defines the access levels of the class, it has values as – Public, Protected, Friend, Protected Friend and Private. Optional. Shadows indicate that the variable re-declares and hides an identically named element, or set of overloaded elements, in a base class. Optional. MustInherit specifies that the class can be used only as a base class and that you cannot create an object directly from it, i.e., an abstract class. Optional. NotInheritable specifies that the class cannot be used as a base class. Partial indicates a partial definition of the class. Inherits specifies the base class it is inheriting from. Implements specifies the interfaces the class is inheriting from. The following example demonstrates a Box class, with three data members, length, breadth and height − Live Demo Module mybox Class Box Public length As Double ” Length of a box Public breadth As Double ” Breadth of a box Public height As Double ” Height of a box End Class Sub Main() Dim Box1 As Box = New Box() ” Declare Box1 of type Box Dim Box2 As Box = New Box() ” Declare Box2 of type Box Dim volume As Double = 0.0 ” Store the volume of a box here ” box 1 specification Box1.height = 5.0 Box1.length = 6.0 Box1.breadth = 7.0 ” box 2 specification Box2.height = 10.0 Box2.length = 12.0 Box2.breadth = 13.0 ”volume of box 1 volume = Box1.height * Box1.length * Box1.breadth Console.WriteLine(“Volume of Box1 : {0}”, volume) ”volume of box 2 volume = Box2.height * Box2.length * Box2.breadth Console.WriteLine(“Volume of Box2 : {0}”, volume) Console.ReadKey() End Sub End Module When the above code is compiled and executed, it produces the following result − Volume of Box1 : 210 Volume of Box2 : 1560 Member Functions and Encapsulation A member function of a class is a function that has its definition or its prototype within the class definition like any other variable. It operates on any object of the class of which it is a member and has access to all the members of a class for that object. Member variables are attributes of an object (from design perspective) and they are kept private to implement encapsulation. These variables can only be accessed using the public member functions. Let us put above concepts to set and get the value of different class members in a class − Live Demo Module mybox Class Box Public length As Double ” Length of a box Public breadth As Double ” Breadth of a box Public height As Double ” Height of a box Public Sub setLength(ByVal len As Double) length = len End Sub Public Sub setBreadth(ByVal bre As Double) breadth = bre End Sub Public Sub setHeight(ByVal hei As Double) height = hei End Sub Public Function getVolume() As Double Return length * breadth * height End Function End Class Sub Main() Dim Box1 As Box = New Box() ” Declare Box1 of type Box Dim Box2 As Box = New Box() ” Declare Box2 of type Box Dim volume As Double = 0.0 ” Store the volume of a box here ” box 1 specification Box1.setLength(6.0) Box1.setBreadth(7.0) Box1.setHeight(5.0) ”box 2 specification Box2.setLength(12.0) Box2.setBreadth(13.0) Box2.setHeight(10.0) ” volume of box 1 volume = Box1.getVolume() Console.WriteLine(“Volume of Box1 : {0}”, volume) ”volume of box 2 volume = Box2.getVolume() Console.WriteLine(“Volume of Box2 : {0}”, volume) Console.ReadKey() End Sub End Module When the above code is compiled and executed, it produces the following result − Volume of Box1 : 210 Volume of Box2 : 1560 Constructors and Destructors A class constructor is a special member Sub of a class that is executed whenever we create new objects of that class. A constructor has the name New and it does not have any return type. Following program explains the concept of constructor − Live Demo Class Line Private length As Double ” Length of a line Public Sub New() ”constructor Console.WriteLine(“Object is being created”) End Sub Public Sub setLength(ByVal len As Double) length = len End Sub Public Function getLength() As Double Return length End Function Shared Sub Main() Dim line As Line = New Line() ”set line length line.setLength(6.0) Console.WriteLine(“Length of line : {0}”, line.getLength()) Console.ReadKey() End Sub End Class When the above code is compiled and executed, it produces the following result − Object is being created Length of line : 6 A default constructor does not have any parameter, but if you need, a constructor can have parameters. Such constructors are called parameterized constructors. This technique helps you to assign initial value to an object at the time of its creation as shown in the following example − Live Demo Class Line Private length As Double ” Length of a line Public Sub New(ByVal len As Double) ”parameterised constructor Console.WriteLine(“Object is being created, length = {0}”, len) length = len End Sub Public Sub setLength(ByVal len As Double) length = len End Sub Public Function getLength() As Double Return length End Function Shared Sub Main() Dim line As Line
VB.Net – Web Programming
VB.Net – Web Programming ”; Previous Next A dynamic web application consists of either or both of the following two types of programs − Server-side scripting − these are programs executed on a web server, written using server-side scripting languages like ASP (Active Server Pages) or JSP (Java Server Pages). Client-side scripting − these are programs executed on the browser, written using scripting languages like JavaScript, VBScript, etc. ASP.Net is the .Net version of ASP, introduced by Microsoft, for creating dynamic web pages by using server-side scripts. ASP.Net applications are compiled codes written using the extensible and reusable components or objects present in .Net framework. These codes can use the entire hierarchy of classes in .Net framework. The ASP.Net application codes could be written in either of the following languages − Visual Basic .Net C# Jscript J# In this chapter, we will give a very brief introduction to writing ASP.Net applications using VB.Net. For detailed discussion, please consult the ASP.Net Tutorial. ASP.Net Built-in Objects ASP.Net has some built-in objects that run on a web server. These objects have methods, properties and collections that are used in application development. The following table lists the ASP.Net built-in objects with a brief description − Sr.No. Object & Description 1 Application Describes the methods, properties, and collections of the object that stores information related to the entire Web application, including variables and objects that exist for the lifetime of the application. You use this object to store and retrieve information to be shared among all users of an application. For example, you can use an Application object to create an e-commerce page. 2 Request Describes the methods, properties, and collections of the object that stores information related to the HTTP request. This includes forms, cookies, server variables, and certificate data. You use this object to access the information sent in a request from a browser to the server. For example, you can use a Request object to access information entered by a user in an HTML form. 3 Response Describes the methods, properties, and collections of the object that stores information related to the server”s response. This includes displaying content, manipulating headers, setting locales, and redirecting requests. You use this object to send information to the browser. For example, you use a Response object to send output from your scripts to a browser. 4 Server Describes the methods and properties of the object that provides methods for various server tasks. With these methods you can execute code, get error conditions, encode text strings, create objects for use by the Web page, and map physical paths. You use this object to access various utility functions on the server. For example, you may use the Server object to set a time out for a script. 5 Session Describes the methods, properties, and collections of the object that stores information related to the user”s session, including variables and objects that exist for the lifetime of the session. You use this object to store and retrieve information about particular user sessions. For example, you can use Session object to keep information about the user and his preference and keep track of pending operations. ASP.Net Programming Model ASP.Net provides two types of programming models − Web Forms − this enables you to create the user interface and the application logic that would be applied to various components of the user interface. WCF Services − this enables you to remote access some server-side functionalities. For this chapter, you need to use Visual Studio Web Developer, which is free. The IDE is almost same as you have already used for creating the Windows Applications. Web Forms Web forms consists of − User interface Application logic User interface consists of static HTML or XML elements and ASP.Net server controls. When you create a web application, HTML or XML elements and server controls are stored in a file with .aspx extension. This file is also called the page file. The application logic consists of code applied to the user interface elements in the page. You write this code in any of .Net language like, VB.Net, or C#. The following figure shows a Web Form in Design view − Example Let us create a new web site with a web form, which will show the current date and time, when a user clicks a button. Take the following steps − Select File → New → Web Site. The New Web Site Dialog Box appears. Select the ASP.Net Empty Web Site templates. Type a name for the web site and select a location for saving the files. You need to add a Default page to the site. Right click the web site name in the Solution Explorer and select Add New Item option from the context menu. The Add New Item dialog box is displayed − Select Web Form option and provide a name for the default page. We have kept it as Default.aspx. Click the Add button. The Default page is shown in Source view Set the title for the Default web page by adding a value to the <Title> tag of the page, in the Source view − To add controls on the web page, go to the design view. Add three labels, a text box and a button on the form. Double-click the button and add the following code to the Click event of the button − Protected Sub Button1_Click(sender As Object, e As EventArgs) _ Handles Button1.Click Label2.Visible = True Label2.Text = “Welcome to Tutorials Point: ” + TextBox1.Text Label3.Text = “You visited us at: ” + DateTime.Now.ToString() End Sub When the above code is executed and run using Start button available at the Microsoft Visual Studio tool bar, the following page opens in the browser − Enter your name and click on the Submit button − Web Services A web service is a web application, which is basically a class consisting of methods that could be used by other applications. It also follows a code-behind architecture
VB.Net – Useful Resources
VB.Net – Useful Resources ”; Previous Next The following resources contain additional information on VB.Net. Please use them to get more in-depth knowledge on this topic. Useful Video Courses AutoCAD Programming Using VB.NET 104 Lectures 12 hours Arnold Higuit More Detail Programming AutoCAD to Excel using VB.NET – Hands On Training! 98 Lectures 9 hours Arnold Higuit More Detail Amazing things You Can do with VB.net Programming Language 18 Lectures 2 hours Ayman Elsaid Abdelwahed Khoshouey More Detail Learn How to Use Microsoft Office PowerPoint and Paint to Design Modern Forms for Visual Studio Featured 5 Lectures 1 hours Ayman Elsaid Abdelwahed Khoshouey More Detail Print Page Previous Next Advertisements ”;
VB.Net – Database Access
VB.Net – Database Access ”; Previous Next Applications communicate with a database, firstly, to retrieve the data stored there and present it in a user-friendly way, and secondly, to update the database by inserting, modifying and deleting data. Microsoft ActiveX Data Objects.Net (ADO.Net) is a model, a part of the .Net framework that is used by the .Net applications for retrieving, accessing and updating data. ADO.Net Object Model ADO.Net object model is nothing but the structured process flow through various components. The object model can be pictorially described as − The data residing in a data store or database is retrieved through the data provider. Various components of the data provider retrieve data for the application and update data. An application accesses data either through a dataset or a data reader. Datasets store data in a disconnected cache and the application retrieves data from it. Data readers provide data to the application in a read-only and forward-only mode. Data Provider A data provider is used for connecting to a database, executing commands and retrieving data, storing it in a dataset, reading the retrieved data and updating the database. The data provider in ADO.Net consists of the following four objects − Sr.No. Objects & Description 1 Connection This component is used to set up a connection with a data source. 2 Command A command is a SQL statement or a stored procedure used to retrieve, insert, delete or modify data in a data source. 3 DataReader Data reader is used to retrieve data from a data source in a read-only and forward-only mode. 4 DataAdapter This is integral to the working of ADO.Net since data is transferred to and from a database through a data adapter. It retrieves data from a database into a dataset and updates the database. When changes are made to the dataset, the changes in the database are actually done by the data adapter. There are following different types of data providers included in ADO.Net The .Net Framework data provider for SQL Server – provides access to Microsoft SQL Server. The .Net Framework data provider for OLE DB – provides access to data sources exposed by using OLE DB. The .Net Framework data provider for ODBC – provides access to data sources exposed by ODBC. The .Net Framework data provider for Oracle – provides access to Oracle data source. The EntityClient provider – enables accessing data through Entity Data Model (EDM) applications. DataSet DataSet is an in-memory representation of data. It is a disconnected, cached set of records that are retrieved from a database. When a connection is established with the database, the data adapter creates a dataset and stores data in it. After the data is retrieved and stored in a dataset, the connection with the database is closed. This is called the ”disconnected architecture”. The dataset works as a virtual database containing tables, rows, and columns. The following diagram shows the dataset object model − The DataSet class is present in the System.Data namespace. The following table describes all the components of DataSet − Sr.No. Components & Description 1 DataTableCollection It contains all the tables retrieved from the data source. 2 DataRelationCollection It contains relationships and the links between tables in a data set. 3 ExtendedProperties It contains additional information, like the SQL statement for retrieving data, time of retrieval, etc. 4 DataTable It represents a table in the DataTableCollection of a dataset. It consists of the DataRow and DataColumn objects. The DataTable objects are case-sensitive. 5 DataRelation It represents a relationship in the DataRelationshipCollection of the dataset. It is used to relate two DataTable objects to each other through the DataColumn objects. 6 DataRowCollection It contains all the rows in a DataTable. 7 DataView It represents a fixed customized view of a DataTable for sorting, filtering, searching, editing and navigation. 8 PrimaryKey It represents the column that uniquely identifies a row in a DataTable. 9 DataRow It represents a row in the DataTable. The DataRow object and its properties and methods are used to retrieve, evaluate, insert, delete, and update values in the DataTable. The NewRow method is used to create a new row and the Add method adds a row to the table. 10 DataColumnCollection It represents all the columns in a DataTable. 11 DataColumn It consists of the number of columns that comprise a DataTable. Connecting to a Database The .Net Framework provides two types of Connection classes − SqlConnection − designed for connecting to Microsoft SQL Server. OleDbConnection − designed for connecting to a wide range of databases, like Microsoft Access and Oracle. Example 1 We have a table stored in Microsoft SQL Server, named Customers, in a database named testDB. Please consult ”SQL Server” tutorial for creating databases and database tables in SQL Server. Let us connect to this database. Take the following steps − Select TOOLS → Connect to Database Select a server name and the database name in the Add Connection dialog box. M Click on the Test Connection button to check if the connection succeeded. Add a DataGridView on the form. Click on the Choose Data Source combo box. Click on the Add Project Data Source link. This opens the Data Source Configuration Wizard. Select Database as the data source type Choose DataSet as the database model. Choose the connection already set up. Save the connection string. Choose the database object, Customers table in our example, and click the Finish button. Select the Preview Data link to see the data in the Results grid − When the application is run using Start button available at the Microsoft Visual Studio tool bar, it will show the following window − Example 2 In this example, let us access data in a DataGridView control using code. Take the following steps − Add a DataGridView control and a button in the form. Change the text of the button control to ”Fill”. Double click the button control to add the required code for the Click event of the