Click here to Skip to main content
15,893,486 members
Everything / Programming Languages / Visual Basic

Visual Basic

VB

Great Reads

by Fredrik Bornander
WPF Implementation of the spinning panel frequently used on the iPhone
by Steve Krile
Fully AJAX-enabled user control used to select names from a database in a drop-down format.
by Graeme_Grant
A Modern Toggle Switch - From mock concept to a full custom WPF control that you can plug into your own apps
by JosipK, Marko Kozlina
C# and VB.NET console applications that demonstrate how to create and send an email reply with IMAP and SMTP protocols in .NET Framework

Latest Articles

by Jo_vb.net
This article and the demo are about getting started using my Schafkopf_OOP VB.NET project.
by CODING_MLD
Expanding and collapsible panels implemented in VB.NET
by Allegra Angelo
Save, read and text recognition of network parameters
by Ralf Meier
This article revolutionizes Shelly device management, providing an updated, efficient, and feature-rich solution for both beginners and advanced users." You will discover new ShellyCom2 features, such as property manipulation using PropertyDescriptor, and a set of valuable helpers and commands.

All Articles

Sort by Updated

Visual Basic 

8 May 2023 by ToughDev
How to identify used and unused resources in VS Project Resources.resx file
15 Nov 2022 by Chris Boss
More about BASIC and what can be accomplished with the language
9 May 2020 by evry1falls
How to implement Google.Apis.Drive.v3 in a WinForms Project using VB 2015 and .NET 4.5
5 Dec 2019 by Duncan Edwards Jones
Interfaces to add semantic meaning
4 Sep 2019 by Chris Boss
Visual Basic 6.0 just doesn’t want to disappear. Why ? Likely many have written vital applications using VB 6.0 and Visual Basic dot.net is so different that it is not a viable option.
23 Jul 2018 by Passion4Code
How to compress and zip files using DotNetZip
16 May 2018 by Dave Kerr
mongo-monitor - A Simple CLI to Monitor Your MongoDB Cluster
5 May 2018 by Chris Boss
The latest news about Windows 10 Lean version of Windows sounds exciting, but it is not enough.
11 Mar 2018 by santosh.yadav198613
Hello Everyone in this blog we will learn how to utilize the functionalities provided by Angular CLI to create a new Angular 5 App. And we will see different commands available in Angular CLI to increase our productivity.
4 Jan 2018 by Alejandro Gaio
Here is a simple class for code profiling
19 Apr 2017 by Chris Boss
After years of learning how Windows works under the “hood”, as a WIN32 API programmer, I can look back at classic Visual Basic from a different perspective and see how it could have been designed better right from the start. As a long time BASIC programmer, I appreciated how easy it was
9 Apr 2017 by ledtech3
How to get Windows XP OS bit version in VB.NET.
9 Apr 2017 by ledtech3
This is a program that converts SIDs with 1 – 5 sub authorities from an array of bytes to string format.
3 Oct 2016 by matt warren
How to add a verb to the dotnet CLI tooling
16 Aug 2016 by Duncan Edwards Jones
How to extend the event streaming architecture using the concept of classifiers and instance groups to add business meaningful groups
21 Nov 2015 by MBigglesworth79
Yet another way to write a CSV file
14 Nov 2015 by Mr. xieguigang 谢桂纲
Recently, I was working on a tools for finding the imperfect palindrome sequence site in the bacterial genome, a palindrome sequence is a kind of structure which can form the hairpin struct on its transcript RNA molecule sequence or just some restriction enzyme cutting site which theirs structu
8 Nov 2015 by Chris Boss
The challenges of building a Visual Designer
16 Oct 2015 by Steve Naidamast
Using the Xceed “Busy Indicator” control
22 Feb 2015 by Anton Angelov
How to change .config file at runtime (C# VB.NET code)
22 Feb 2015 by Anton Angelov
Code examples how to connect to TFS Team Project using C# and VB .NET. The post - Connect to TFS Team Project C# Code appeared first on Automate The Planet.
21 Feb 2015 by Anton Angelov
Manage TFS Test Suites in Microsoft Test Manager C# VB.NET code
24 Apr 2014 by Pragmateek
Introduction Following my previous article on a similar subject, Extend your VBA code with C#, VB.Net or C++/CLI, I’ve received an interesting feedback from a VBA developer who wanted to leverage the advanced support of the .Net framework for regular … Continue reading →
18 Apr 2014 by Rion Williams
How to handle casing issues through extension methods in C# and Visual Basic
17 Mar 2014 by Sharjeel_Ahmad
Visual Basic Progress Bar control
17 Mar 2014 by Sharjeel_Ahmad
ComboBox DataSource Binding in Visual Basic
17 Mar 2014 by Sharjeel_Ahmad
Visual Basic Drop Down Menu
17 Mar 2014 by Sharjeel_Ahmad
Visual Basic NotifyIcon for Taskbar Notification
17 Mar 2014 by Sharjeel_Ahmad
How to create Visual Basic Context Menu Strip
3 Dec 2013 by jeffery c
This article will focus on network settings that can be changed using VB.NET and sometimes relies on command line programs included with Windows.
28 Oct 2013 by RobNO
How to utilize VB.NET in C# project
14 Oct 2013 by Rion Williams
How to merge smarter with Semantic Merge.
11 Oct 2013 by SonuKSingh
Types of constructors available in C#
20 Sep 2013 by John Atten
Use conditional compilation to control runtime settings for different deployment scenarios.
4 Jul 2013 by Timmy Kokke
What is new in Blend for Visual Studio 2013
23 Jun 2013 by Pragmateek
Interfacing VBA and .NET is a relatively straightforward process.
6 May 2013 by Ivan Krivyakov
Deploying reports
26 Apr 2013 by Shivprasad koirala
In this article, we will discuss what is the difference between "==" vs ".Equals in C#".
7 Apr 2013 by Taiseer Joudeh
Boost UI rendering with client side templating.
3 Apr 2013 by Chris Boss
The key to future versions of BASIC is to first view them as a professional language.
25 Mar 2013 by Kristofer Kallsbo
PSC: Move share
23 Mar 2013 by Kristofer Kallsbo
Still not sure what the final script will do but I have to detect how the script is started and act accordingly.
27 Feb 2013 by Adam Zuckerman
Here's a post on how to find all child controls from a starting control or form
26 Feb 2013 by Adam Zuckerman
Here's how to display a control's hierarchy as a string
25 Feb 2013 by Adam Zuckerman
This code compares object types instead of the name for the object type.
20 Feb 2013 by Kristofer Kallsbo
A quick script that loopes through all folders and checks if there is a user account in the domain; if not it will move the directory to the __unconnected__ folder.
19 Feb 2013 by Adam Zuckerman
Sometimes you have a need to modify file or directory permissions (e.g., limiting issues with UAC).
19 Feb 2013 by Adam Zuckerman
Pulling XML data into your objects
7 Feb 2013 by Patrick Cunningham
Socket communications works in HyperTerminal, won’t work in .NET
28 Jan 2013 by Stacy Vicknair
Liskov Substitution Principle (LSP) is a principle of object oriented programming that many might be familiar with from the SOLID principles mnemonic from Uncle Bob Martin.
25 Jan 2013 by Stacy Vicknair
Extending the behavior of MVC AuthorizeAttribute for activity-based authorization
27 Dec 2012 by Karl Stoney
A .NET programming article including code showing how to create a compliant RSS 2.0 feed using .NET Syndication Namespaces
19 Dec 2012 by Nitesh Kejriwal
A solution for ExecuteNonQuery() always returning -1 when calling a Stored Procedure
15 Nov 2012 by ledtech3
How to use the service controller in VB.NET
15 Oct 2012 by RizviHasan
In this post I am going to discus about the delegate uses in C# and VB.NET.
24 Sep 2012 by hjgode
How to catch F1 and F2 in WEH.
15 Sep 2012 by James Treworgy
How to use your favorite Visual Studio 2010 add-ins/extensions in VS2012
22 Aug 2012 by Bryan O'Connell
Keep an eye on your team's software code metrics
19 Mar 2012 by Md. Rashim Uddin
How to define your own dialog box
22 Feb 2012 by Buaziz
Enable email notifications on errors, and create custom pages for handling errors in MVC
20 Feb 2012 by ledtech3
Converting a fraction to a decimal
27 Jan 2012 by Sebastian Krysmanski
Table of Contents [hide] 1 Introduction 2 Handles 3 CLR types 3.1 Native and managed types on stack and heap 3.2 Handles and Value Types (.Net Structs and Enums) 3.3 Casting Handles 3.4 Passing handles 3.5 Mixing native and managed types 3.6 Type Of 4 Modifiers: visibility 5 Modifiers: abstract
15 Jan 2012 by VIBlend
WinForms Button
15 Jan 2012 by VIBlend
How to display the WinForms GridView in a Popup control
15 Jan 2012 by VIBlend
In this post, we will show you how to use the cells merge functionality of VIBlend DataGridView for WinForms.
14 Jan 2012 by Cyborgx37
Converting Excel Column Numbers
19 Dec 2011 by WebBiscuit
From the header declaration, this macro opens up the .cpp file and creates the skeleton so you can begin to add the implementation. This makes adding functions a breeze, so now there really is no excuse for having horribly unfactored code.
5 Dec 2011 by WebBiscuit
A macro to flip between the source and header file (and back again)
4 Dec 2011 by Buaziz
An easy way to add social buttons to your MVC site
4 Dec 2011 by Buaziz
In this article, we will define our implementation to handle Captcha images.
2 Dec 2011 by MBigglesworth79
This article is a follow-up to Andy West's blog post about performing a conditional validation when using .NET data annotations on a model in MVC.
1 Dec 2011 by MBigglesworth79
XML Serialization
30 Nov 2011 by Cyborgx37
How to have mutliline string literals in VB.NET.
22 Nov 2011 by ledtech3
How to convert VB Script to VB.NET
12 Oct 2011 by Buaziz
creating an MVC HTML Helper for Google Maps
12 Oct 2011 by Buaziz
a detailed article on how to change the location of the Shared folder, also applies to the Views folder.
26 Sep 2011 by MBigglesworth79
A good primer for getting into serialization
14 Sep 2011 by Brady Kelly
No default IDs here. Move along.
9 Jul 2011 by Dinesh K Mandal
ASP.NET 4.0 new features
16 Jun 2011 by MBigglesworth79
Dapper.NET is an Open-Source, lightweight ORM that is simple to use, and is compatible with any database which implements a provider for .NET.
15 Jun 2011 by MBigglesworth79
What is a Delegate?
15 Jun 2011 by MBigglesworth79
How to use anonymous methods and lambdas to make our code more terse by reducing the amount of code we need to write.
8 Jun 2011 by MBigglesworth79
Using Named Parameters with Oracle ODP.NET
4 Jun 2011 by MBigglesworth79
An introduction to Reflection in .NET as well as some examples of how it can be used.
31 May 2011 by MBigglesworth79
How to create a dynamic version of another staple component of the ADO.NET framework, namely the DataSet.
26 May 2011 by MBigglesworth79
A wrapper for log4net which allows logging operations to be accomplished with a single line of code.
25 May 2011 by MBigglesworth79
The DynamicDataReader provides a means of retrieving data from a database in a way that involves less code and increases code readability.
18 May 2011 by MBigglesworth79
Rounding Floating-Point Numbers Up or Down in .NET
17 May 2011 by MBigglesworth79
This article is primarily for those of you who are new to unit testing and is intended as a basic introduction to unit testing and test-driven development; as well as how to write basic tests using the NUnit framework.
16 May 2011 by MBigglesworth79
Oh No! Not Another Way to Write a CSV File?
7 May 2011 by MBigglesworth79
Event Handling
5 May 2011 by MBigglesworth79
How to resize an Image On-The-Fly using .NET
5 May 2011 by MBigglesworth79
Access session information via a dynamic object where we use a dynamic property to specify the name of the session item
5 May 2011 by MBigglesworth79
Using the UrlHelper class to query the routing engine and generate the correct URLs for us
20 Apr 2011 by Sebastian Solnica
This article explains how to use the Reference Paths project property to debug open-source libraries referenced by the project.
17 Apr 2011 by Morris Bahrami
How to get hardware and software details of the computers in your domain
13 Apr 2011 by Morris Bahrami
How to include zip/unzip functionality in your .NET applications.
13 Apr 2011 by Morris Bahrami
How to workaround the problem with GO statements in SQL scripts.