TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About vb
VB
stand for Visual Basic which is a high level programming language and developed from earlier DOS version called BASIC. BASIC means Beginners' All-purpose Symbolic Instruction Code which is easy programming language to learn. The code looks like English Language. In software development Different software companies produced different versions of BASIC, such as Microsoft QBASIC, QUICKBASIC, GWBASIC ,IBM BASICA and so on. But mostly people are used Microsoft Visual Basic today because it is well developed programming language and supporting resources are available everywhere. In addition Visual Basic 6 is Event-driven because we need to write code in order to perform some tasks in response to certain events. Some of the events are load, click, double click, drag and drop, pressing the keys and more. We will learn more about events in later lessons.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Emiliano Musso (9)
Shubham Saxena (8)
Karthikeyan K (7)
Scott Lysle (5)
Satyapriya Nayak (5)
Nikunj Satasiya (3)
Hanif Hefaz (2)
Vidya Vrat Agarwal (2)
Uday Dodiya (2)
Mahesh Chand (2)
Manoj Bhoir (2)
Priyaranjan K S (2)
Harshad Jaybhay (1)
Jalpa Dhola (1)
Vijay Yadav (1)
Velladurai (1)
Rikam Palkar (1)
Shaina Arora (1)
Prabhakar Maurya (1)
Jefferson S. Motta (1)
Vasanth (1)
Ankur Mistry (1)
C# Curator (1)
Vijayaragavan S (1)
Mayuresh Joshi (1)
Srinivasa Sivkumar (1)
Prathap Reddy (1)
Dheeraj Malik (1)
Bulent Ozkir (1)
Moses Soliman (1)
Wojtek Piaseczny (1)
Venkatasubbarao Polisetty (1)
Deepak Sharma (1)
Varesh Tuli (1)
CSharp TV (1)
Parth Doshi (1)
Khanzada Sultan Khan (1)
Sarathlal Saseendran (1)
Abhishek Jaiswal (1)
Guest User (1)
Rick Meyer (1)
nildo (1)
Paul Lockwood (1)
Abhimanyu K Vatsa (1)
John O Donnell (1)
Satyaprakash Samantaray (1)
Dipal Choksi (1)
Hirendra Sisodiya (1)
Rajdip Sarkar (1)
Dave McCubbin (1)
Amit Patel (1)
Kumar Sethuraman (1)
Sanjeev Kumar (1)
Daniel Bollavarapu (1)
Alin (1)
Thiruppathi R (1)
Syed Shanu (1)
Vipin Kumar (1)
Mayank Verma (1)
Pritam Zope (1)
Prabakar Samiyappan (1)
Manish Pipaliya (1)
Thavaselvan Palanivel (1)
Related resources for vb
No resource found
What are Different File Extension in .net
9/23/2024 8:37:06 AM.
This article explores key file extensions in ASP.NET, including .ASPX for web pages, which combine HTML and server-side code to generate dynamic content, and .CS for C# source files, essential for def
Getting an External IP Address Locally using VB.Net
9/20/2024 9:22:02 AM.
This guide covers the essential steps and code snippets for accessing your public IP address from within your VB.Net application, helping you manage network configurations and enhance your programming
Introduction to Office Script
9/13/2024 5:26:23 AM.
Office Scripts is a feature in Microsoft Excel that allows you to automate repetitive tasks using JavaScript. This can significantly streamline your workflow by enabling you to create custom scripts t
Highlight Active Menu Item Dynamically in Angular based on Route
7/19/2024 6:28:54 AM.
In Angular applications, dynamically highlight active menu items based on the current route using Angular's RouterModule and routerLinkActive directive. This allows you to apply a CSS class, like
Building a Responsive Navbar with React and Bootstrap
7/2/2024 5:24:04 AM.
In this article, we will explore step-by-step instructions to integrate Bootstrap's powerful UI components with React's flexibility, ensuring your navigation adapts seamlessly across devices.
Creating an Autoclose Sidebar in Blazor
6/24/2024 3:44:01 AM.
We'll explore how to implement a auto-collapsible sidebar in Blazor.
Dynamically Generate Multiple TextBoxes in ASP.Net
4/29/2024 9:57:35 AM.
Learn how to dynamically generate multiple TextBox controls in ASP.NET using C# (or VB.NET). This tutorial covers server-side control creation, event handling, and UI manipulation.
Customizing Navbar In MVC 5 With Bootstrap
4/18/2024 1:24:12 PM.
Learn how to enhance the appearance and functionality of your MVC 5 web application's navigation bar using Bootstrap. Customize the navbar with CSS and Bootstrap classes for a modern, responsive u
How to Change Windows 8 Product Key
2/26/2024 12:06:26 PM.
To change the product key in Windows 8, access activation settings via the Control Panel or Command Prompt using 'slmgr.vbs'. Alternatively, modify the registry with the new key. Ensure proper
Visual Studio Builds and Key Features
2/14/2024 4:15:54 AM.
Visual Studio Builds Since 2005 and main key features. Explore the growth of Visual Studio, Microsoft's premier Integrated Development Environment, from its inception in 1997 to the latest feature
Understanding Cross Language Interoperability With C# .NET
2/1/2024 10:45:16 AM.
This article explains case sensitivity/insensitivity of cross language interoperability in Microsoft .NET that allows compliant languages to interoperate with each other.
Excel DropDownlist Change Event Using VBA
11/7/2023 10:11:29 AM.
This article describes how to handle the worksheet change event using VBA. The Visual Basic Editor is a program within Excel that allows you to communicate with Excel.
How To Enable C# 6.0 / VB 14 In Visual Studio
9/2/2023 11:21:55 AM.
In this article we will learn how to enable C# 6 / VB 14 settings in Visual Studio.To enable C# 6.0 (or VB 14) features in Visual Studio, you need to ensure that you are using a version of Visual Stud
Create Various Types of Charts in Word Documents in C# and VB.NET
7/17/2023 9:03:57 AM.
By creating charts in your Word document, you can enhance the impact of your content and make it more engaging and informative for your readers. In this article, we will explore how to create Column C
Execute VB Script in Desktop flow using Microsoft Power Automate
6/8/2023 6:07:57 AM.
Reading this article, you can learn how to Execute the VBScript scripts using Run VBScript actions with Desktop flow in Microsoft Power Automate.
PowerApps Horizontal Navigation Menu Component With Submenu
5/24/2023 9:08:46 AM.
In this article, we will learn how to create a navigation component in powerapps. This navigation component will have submenu options as well.
ASP.NET and VB.NET Error Handling
5/24/2023 6:16:54 AM.
ASP.NET and VB.NET both are providing excellent error handling options when compared with ASP and VB6. In VB.NET we can make use of the structured way of error handling with the Try & Catch statem
Exploring the Benefits and Features of Cloud-Based Development Environments with Azure DevBox
5/10/2023 10:48:32 AM.
Azure DevBox is a cloud-based development environment that provides developers with access to high-performance computing resources and pre-configured software tools. It is designed to help developers
Convert PowerPoint to PDF or PDF to PowerPoint in C# and VB.NET
1/19/2023 10:35:14 AM.
This article teaches you how to convert PowerPoint to PDF or PDF to PowerPoint in C# and VB.NET.
Passing Const Parameter to Functions in C#/C++/VB Compared
11/23/2022 8:38:00 AM.
Parameter passing to a function is extremely important in all programming languages. The desire to keep the passed parameter intact forced the compiler designers to add various keywords to the program
Introduction to .Net Framework 2.0 Nullable Types
8/24/2022 8:59:41 AM.
Sometimes you work with a value type that does not have a defined value in certain circumstances. For example, a field in a database might need to distinguish between having been assigned a meaningful
Create QR Code Using Google Charts API In VB.Net
8/17/2022 5:54:12 AM.
In this article, you will learn how to generate QR Code Using Google QR Code Generator API In C# Or VB.
Working with Strings in VB.NET
8/4/2022 5:59:08 AM.
This article is VB.NET version of Working with Strings in .NET using C#.
Filtering In Datagridview In Vb.Net And Also In C#
8/2/2022 10:30:24 PM.
Filtering In Datagridview In Vb.Net and also In C#. When you type in textbox based on in gridview, data will be filtered and also highlighted.
Choose Country State Corresponding City List Appears without Refreshing the Page in VB.NET
6/21/2022 10:32:41 AM.
In this article we will know when we are choosing a selected country from dropdown list its related state appears in another dropdown and after selecting the state its related city list appears in oth
How To Read CSV File In ASP.NET With Example C# and VB.NET
6/14/2022 9:38:19 AM.
In this articleI'll explain a way to upload, read/browse and show CSV file (Text File) information in ASP.Net GridView using C# and VB.Net.
LDAP Access Control for ASP.Net
2/17/2022 10:33:04 AM.
This is an example of how to build an ASP.NET LDAP authentication application using ADAM. This article describes how to configure ADAM for regular LDAP communication and build a boilerplate ASP.NET ap
Usage Of Do Until Function In Power Automate
11/25/2021 5:02:46 AM.
In Power Automate, at times we must repeat certain steps until a condition met. In these scenarios we make use of Do until function as an example counter value will be incremented till it become 3.
Changing UICulture of Master and Content Pages on Button Click in ASP.NET Using C#, VB.NET
2/18/2021 6:29:22 AM.
This article explains how to change the UICulture of the master and content pages on a button click in ASP.NET.
How to Record QTP Script in QTP Tool in Testing
2/9/2021 6:42:20 AM.
In this article I discuss how to record a QTP Script in the QTP Tool.
ContextMenuStrip Control With Microsoft Office
2/8/2021 11:10:58 AM.
This article provides an enhanced ContextMenuStrip with a Microsoft Office Visual Style as a User Control.
Rockin' The Code World with dotNetDave ft. Kathleen Dollard - Ep. 8
1/17/2021 10:31:13 AM.
Rockin' The Code World with dotNetDave ft. Kathleen Dollard
Excel Automation Using VB.NET In UiPath
1/15/2021 5:57:00 PM.
In this article, we will learn how to add columns and perform arithmetic calculations using VB.NET in UiPath.
Upload And Save File In Database As VARBINARY Data In ASP.NET Using C# And VB.NET
1/13/2021 3:57:20 PM.
In this article, I am going to explain how to upload and save the file in the database as VARBINARY Data in asp.net using c# and vb.net. Here I'll also explain how to upload files in asp.net as we
MBTab Control With Custom Visual Styles
1/11/2021 7:57:27 AM.
This article provides an extended Tab Control with custom Visual Styles using VB.NET.
Cross Language Interoperability With C# .NET
12/2/2020 11:34:51 PM.
As you know Microsoft .NET is designed with cross language interoperability. I.e. two .NET compliant languages can interoperate with each other. Which simply means a function in VB .NET can be called
Connecting Databases Using ADO.NET In VB.NET
11/3/2020 1:20:50 AM.
In this article you will learn how to connect databases using ADO.NET in VB.NET.
Learn to Write Excel Macro - Conditional Statements
8/17/2020 9:29:38 PM.
In this session we will learn about Conditional Statements in VBA. Agenda: What are conditional statements ? Different conditional statements available If then else Select case
Learn to Write Excel Macro - Accessing Cell value
8/17/2020 9:29:26 PM.
In this session we will learn about accessing a cell value, and also writing in excel cell. We will also see how to reference different worksheets.
Learn to Write Excel Macro - Variables and Data Types
8/17/2020 9:29:11 PM.
Learn to Write Excel Macro - Variables and Data Types Agenda : Declaring variablesImplicit vs Explicit Declaration Commonly Used Data Types Keyword : const
How to use VLOOKUP in Excel
8/8/2020 2:00:16 AM.
In this video we will see how to use Excel's one of the most important and useful function VLOOKUP.
Learn to Write Excel Macro - Hello World
8/8/2020 1:59:01 AM.
Series : Learn to Write Excel Macro This video will focus on setting up developer environment for Excel VBA Macros and help you write a Hello World Program.
Learn to Write Excel Macro - Loops
8/8/2020 1:53:49 AM.
In this sesion we will talk about Loops in VBA. Agenda : What are loops ? Different loop types in VBA For While Do While
Learn to Write Excel Macro - Find Last Row and Column
8/8/2020 1:52:50 AM.
In this video we will learn about identifying last row and column in Excel VBA.
Learn to Write Excel Macro - Using Buttons to Run Code
8/8/2020 1:51:55 AM.
In this video we will see how to call a VBA subroutine using a form control Button.
Combine C# And VB.NET In the Same Blazor Project
2/14/2020 9:06:34 AM.
In this post, we will see how to consume an VB.NET project in a Blazor Server project which is in C#.
Events in HTML5
12/12/2019 10:36:58 PM.
In this article you will learn about events in HTML5.
A Brief Introduction to Expressions in SQL Server Reporting Services
6/18/2019 4:34:44 AM.
This article shows how you can use expressions in SSRS reports to generate dynamic content based on the data within your report queries.
Auto Redraw in VB.NET
3/6/2019 11:51:35 PM.
This is a problem if you wish to display text and graphics directly on a form.
Drawing rubber-band lines and shapes in VB.NET
3/6/2019 12:59:51 AM.
I would like to show how we can draw rubber-band lines and shapes in GDI+ with just a few lines of code.
Export GridView Data to PDF Format in VB.NET
3/5/2019 5:02:56 AM.
In this article we will know how to export gridview data to pdf format.
Tic Tac Toe Game in VB.NET
2/26/2019 4:59:07 AM.
TicTacToe is a demonstration of the AI game playing minimax algorithm. The game plays out every possible combination of moves from each position and consequently is unbeatable.
Registration Form using Captcha Image Implementation in VB.NET
2/26/2019 4:46:12 AM.
In this article we will create a registration page with captcha implemented to it.
Search records using textbox in VB.NET
2/26/2019 12:05:32 AM.
In this article we will search records from database using textbox and show respective data in the datagridview in three different ways.
SmtpClient Class in ASP.NET using VB.NET
2/7/2019 4:29:47 AM.
In this article we will discuss SmtpClient Class. SmtpClient Class allows the developer to send emails (electronic mails). SmtpClient Class is available in System.Net.Mail Namesapce.
Paging and Sorting ListViews with ASP.NET MVC and jQuery using VB.NET
1/23/2019 11:55:52 PM.
This article provides a simple example of using jQuery along with the jQuery tablesorter and tablesorter.pager plug-ins to provide sorting and paging support for a listview within the context of an AS
Display XML File using XML Control in VB.NET
12/18/2018 3:44:04 AM.
In this article we will know how to Display xml file using xml control.
Display and Hiding SIP on Pocket PC in VB.NET
12/18/2018 2:49:52 AM.
When you get your hands on a Pocket PC for the first time you have to wonder just how the heck do you enter information.
A Look Into Angular 7 Navbar Application Using Bootstrap 4
12/10/2018 8:56:33 AM.
In this article, we will learn how to set up Angular 7 and create a responsive Angular 7 application using Bootstrap.
Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC in VB.NET
12/4/2018 5:23:48 AM.
In this example we will use the Compact Framework to create a program containing a launch pad for the Pocket PC. Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC in VB.NET.
Programmatically Complete PDF Form Fields using VB and the iTextSharp DLL
12/4/2018 4:32:17 AM.
This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL. Programmatically Complete PDF Form Fields using VB and the iText
Embed Word in a Web Page with an Easy VB Custom Control in VB.NET
11/29/2018 4:20:10 AM.
This article describes an approach to displaying word documents within a web page using a simple custom server control.
Using Lightbox in an ASP.NET Application in VB.NET
9/5/2018 1:56:04 AM.
The article describes Lightbox as, ...a simple, unobtrusive script used to overlay images on the current page. It delivers a nice, professional looking method for displaying images as overlays through
Make DropDown CheckedListBox in VB.net
8/29/2018 4:34:21 AM.
In this article, we will see how to make DropDown CheckedListBox in VB.net.
An Easy Way To Encode And Decode File In ASP.NET
10/16/2017 12:41:16 AM.
In this article, I’ll explain a way to encode and decode a file in ASP.NET using C# and VB.NET with example.
Create Login Application In Excel Macro Using Visual Basic
7/25/2017 7:14:17 AM.
In this article you will learn how to create Login Application in Excel Macro using Visual Basic for Applications.
How To Set Text Alignment and Font Style In Excel Comment using EPPlus Library
7/12/2017 7:19:52 AM.
In this video we are learn how to set text alignment & font style in excel comment using EPPlus .net (C#) library.
Using C# and the Excel Autofilter
6/28/2017 7:18:05 AM.
Using C# and the Excel Autofilter. The following article provides an overview of how to filter ListObjects by using the Excel Auto Filter.
How to Call COM VB6 DLL in WCF Application
6/27/2017 3:26:53 AM.
In this article, we will see how to call a COM\VB6 DLL in a WCF Application.
CDO Object in Web Services using VB.NET
6/26/2017 6:04:32 AM.
This article suggest how to resolve the issue Could not access CDO. Message while using SMTP to send email on web services.
What is VB.NET Namespace
6/26/2017 2:24:26 AM.
This article describe namespaces in VB.Net. Group of code having a specific name is a Namespace. In a Namespace the groups of components are somehow related to each other. Namespaces are similar in co
MicroStation V8 VBA Programming
6/23/2017 3:22:52 AM.
Getting Started with VBA Programming. The recent release of MicroStation V8 introduces another automation feature, Visual Basic for Applications (VBA). This new implementation of VBA provides rapid de
Introduction to .NET Framwork [Romanian]
6/20/2017 7:01:53 AM.
.NET Framework este o componenta asistemului de operare Windowscare ofera suportul pentru dezvoltarea si rularea urmatoarelor generatii de aplicatii si servicii web. Componentele de baza ale .net Fram
Learn WPF CRUD Operations Using VB.NET
5/9/2017 12:11:10 AM.
In this article, you will learn WPF CRUD Operations using VB.NET.
Read External Program Text Using VB.Net
4/26/2017 12:43:41 AM.
This article shows how to create a simple program to read and edit external program(Another Application) text, without modifying the external program(Another Application or Another Program) source cod
Create Business Intelligence Excel Charts Using VBA And Upload To SharePoint
3/16/2017 3:38:42 PM.
Create Business Intelligence Excel Charts using VBA and upload to SharePoint.
Implement Excel Validations Using VBA Macro Before Uploading To SharePoint
2/21/2017 12:32:50 AM.
In this article, you will learn how to implement Excel validations, using VBA Macro before uploading to SharePoint.
Getting Started With Bootstrap: Part 3
12/24/2016 11:32:57 AM.
In this article you will learn Bootstrap nav, navbar, panels, Breadcrumbs, Pagination, Pager and Progress Bars.
Introduction To Universal Windows Platform And Creating A Basic Application
11/8/2016 4:14:47 PM.
In this article, you will learn about Universal Windows Platform app.
ASP.NET Poll Control In VB.NET
7/22/2016 9:28:59 PM.
In this article, you will learn about ASP.NET Poll Server Control in VB.
What Is The Future Of VB.NET
5/13/2016 10:28:05 AM.
Are you a VB.NET developer? Do you wonder what the future of VB.NET looks like?
Create A Versioning Service With Visual Basic .NET
4/19/2016 11:34:55 AM.
In this article we will see how to create a Windows service through Visual Basic .NET.
Invoke Method To Update UI From Secondary Threads In VB.NET
1/25/2016 9:39:49 AM.
In this brief article, we'll see how it can be possible, through the Invoke method, which is available to all controls through the System.Windows.Form namespace, to realize such functionality in order to execute a graphic refresh and update through delegates.
AutoComplete Brackets In C#.NET/VB .NET
12/21/2015 1:38:07 PM.
In this article you will learn how to create Auto Complete Brackets in C#.NET or VB.Net. Completing { , ( , " , ' , < , [ char.
Namespace Aliases In Visual Basic .NET
10/13/2015 12:23:11 PM.
In Visual Basic .NET, it is possible to declare aliases for namespaces, giving the possibility of using more concise declarations, if the developer desires to do so.
Calculate Fractions in VB.NET
8/22/2015 5:01:06 PM.
In this brief article, we'll see a simple method to convert the decimal part of a number into its fractional representation, developing a reusable class apt to do it.
Store XML Data to Excel Sheet using VBScript and HTML5
8/20/2015 11:27:20 PM.
This article shows how to read a XML document and store the XML data to a Microsoft Excel spreadsheet using VBScript and HTML 5.
Read XML Document Using VBScript and HTML5
8/19/2015 8:52:00 PM.
In this article you will learn how to read a XML document using VBScript and HTML5.
Store HTML Table Data To Excel Spreadsheet Using VBScript
8/19/2015 12:51:27 AM.
This article shows how to store HTML table data into a Microsoft Excel sheet using a VBScript.
Store HTML Form to Excel Sheet Using VBScript
8/18/2015 12:54:01 AM.
In this article you will learn how to Store HTML Form to Excel Sheet using VBScript.
How to Perform Validation in User Form Using Visual Basic For Application
8/15/2015 2:24:25 AM.
This article shows how to perform validation in a user form using Visual Basic for Applications (VBA).
How to Handle Various Errors and Use Error Handling in Event Driven Programming
8/13/2015 7:45:01 PM.
This article shows how to handle various errors and use error handling in event driven programming.
Sending Values from Stored Procedure to the Application in VB.NET
8/10/2015 3:22:46 AM.
Many times we may be in need of sending the output value from stored procedure.
Create and Use DataSet-independent Reports in VB.NET
7/24/2015 6:54:47 PM.
In this article we will learn how to create dataset independent reports in VB.NET.
Populate Excel Files From Data Source
7/3/2015 5:53:30 PM.
This article shows how to use Visual Basic .NET, together with Excel Interops, to connect to a data source and extract information to be imposed to an existing Excel model. In other words, how is it possible to write a simple Excel reporting software.
Create QR Codes With Google Web APIs
5/15/2015 1:03:30 PM.
This article explains a simple method to create a QR Code inside a standard control.
How to Create a Login Form and User Form in VB.Net
5/13/2015 5:44:35 PM.
Login Form and User Form in VB.Net showing how to add, edit, delete and reset a form in a VB.Net 2008.
Save and Load a DataGrid's Columns Graphical Properties in WPF
5/12/2015 1:07:46 PM.
We'll see in this article how a user can customize a DataGrid, ordering columns or modifying their width, saving those changes for later use (in other words, when the program will show again a specific grid).
Basic Outlines and Examples on MVVM Pattern
5/8/2015 5:36:12 PM.
This article explains some basic concepts about the MVVM pattern (Model View ViewModel).
How to Access the .NET Component From VB6
4/30/2015 3:36:59 PM.
In this article you will be learn how to how to access a .NET component from Visual Basic 6.