VB.NET - Programmingempire https://www.programmingempire.com Learn Programming Easily Wed, 06 Apr 2022 05:55:07 +0000 en hourly 1 https://wordpress.org/?v=5.8.12 https://www.programmingempire.com/wp-content/uploads/2021/10/pefavicon-150x126.png VB.NET - Programmingempire https://www.programmingempire.com 32 32 VB Dot NET Programs https://www.programmingempire.com/vb-net-programs/?utm_source=rss&utm_medium=rss&utm_campaign=vb-net-programs Sun, 27 Mar 2022 05:33:50 +0000 https://www.programmingempire.com/?p=4518 Given below is a list of VB Dot NET Programs Create console application showing the use of conditional constructs – if, if-else, if-else if-else, nested if, select case. Create a console application showing the use of loops – Do….While loop, Do Until … Loop, While… Wend, For …  Next, For Each … Next. Create a …

The post VB Dot NET Programs first appeared on Programmingempire .

The post VB Dot NET Programs appeared first on Programmingempire .

]]>
Database Record Navigation Example Using ADO.NET https://www.programmingempire.com/database-record-navigation-example-using-ado-net/?utm_source=rss&utm_medium=rss&utm_campaign=database-record-navigation-example-using-ado-net Tue, 16 Nov 2021 04:09:14 +0000 https://www.programmingempire.com/?p=1628 This article demonstrates a Database Record Navigation Example Using ADO.NET. The following example uses VB.NET. While the C# code is available here. Basically, .NET Framework provides the ADO.NET library that comprises classes and methods for connecting the application with a database and performing various operations on it. Creating Database in SQL Server At first, start …

The post Database Record Navigation Example Using ADO.NET first appeared on Programmingempire .

The post Database Record Navigation Example Using ADO.NET appeared first on Programmingempire .

]]>
Examples of Dialog Controls in VB.NET https://www.programmingempire.com/examples-of-dialog-controls-in-vb-net/?utm_source=rss&utm_medium=rss&utm_campaign=examples-of-dialog-controls-in-vb-net Tue, 09 Nov 2021 04:34:29 +0000 https://www.programmingempire.com/?p=1548 This article demonstrates some Examples of Dialog Controls in VB.NET. As can be seen, the example given below shows the usage of ColorDialog, FontDialog, and SaveFileDialog. Changing the BackColor and ForeColor of the text using ColorDialog In order to use the ColorDialog control, create an object of it and call the ShowDialog() method. For example, …

The post Examples of Dialog Controls in VB.NET first appeared on Programmingempire .

The post Examples of Dialog Controls in VB.NET appeared first on Programmingempire .

]]>
VB Dot NET Practice Exercise https://www.programmingempire.com/vb-dot-net-practice-exercise/?utm_source=rss&utm_medium=rss&utm_campaign=vb-dot-net-practice-exercise Thu, 07 Oct 2021 09:17:00 +0000 https://www.programmingempire.com/?p=586 The following VB Dot NET Practice Exercise will help you learn and practices this language. Basically, VB.NET is for Rapid Application Development (RAD). Further, the following exercise contains both Console applications and Windows Forms applications. List of Programs in VB Dot NET Practice Exercise This VB Dot NET Practice Exercise also contains solutions to these programs. 1) …

The post VB Dot NET Practice Exercise first appeared on Programmingempire .

The post VB Dot NET Practice Exercise appeared first on Programmingempire .

]]>
Find a Palindrome Number in VB.NET https://www.programmingempire.com/find-a-palindrome-number-in-vb-net/?utm_source=rss&utm_medium=rss&utm_campaign=find-a-palindrome-number-in-vb-net Wed, 22 Sep 2021 06:23:00 +0000 https://www.programmingempire.com/?p=560 The following example shows how to Find a Palindrome Number in VB.NET. To begin with, let us first understand what a palindrome number is. Basically, a palindrome number is a number that is equal to the number obtained by reversing the given number. Therefore, a palindrome number remains the same when we reverse its digits. Also, it is …

The post Find a Palindrome Number in VB.NET first appeared on Programmingempire .

The post Find a Palindrome Number in VB.NET appeared first on Programmingempire .

]]>