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 Visual Basic
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (24)
Emiliano Musso (5)
Nimit Joshi (3)
Syed Shanu (2)
David Sandor (1)
Prashanth Chindam (1)
David Mccarter (1)
Iqra Ali (1)
Rion Williams (1)
Thavaselvan Palanivel (1)
Dipankar Biswas (1)
Mahesh Chand (1)
Mostafa Kaisoun (1)
Rahul Bansal (1)
John O Donnell (1)
Jawed Mohammed (1)
Yildirim Kocdag (1)
Alice H (1)
Michael Livshitz (1)
Varun Bansal (1)
Deepak Verma (1)
Bechir Bejaoui (1)
Related resources for Visual Basic
No resource found
Writing an ActiveX Control in .NET
6/11/2024 12:13:28 PM.
Learn to create ActiveX controls with .NET: expose interfaces, embed controls in web pages, transfer data from forms, and handle security.
Reading and Manipulating an Xml file Using C#.Net (Including Images)
5/31/2024 10:01:39 AM.
Develop a Windows application to read an XML file and perform insert, search, update, and delete operations on student records. The form includes a DataGridView, PictureBox, OpenFileDialogs, Labels, T
A Brief History of Microsoft Programming IDE’s
5/6/2024 5:13:44 AM.
This article provides a concise overview of the evolution of Microsoft programming IDEs, tracing from Visual Basic to Visual Studio and beyond, highlighting their impact on software development effici
Create Your Own Custom File Type
3/2/2022 9:01:26 AM.
This article describes a simple approach to creating a custom file type.
ASP.Net MVC 5 Using Visual Basic: Adding Controller
5/27/2021 7:33:50 AM.
This article explains how to add a Controller and how they work in MVC 5 Web Applications.
ASP.Net MVC 5 Using Visual Basic: Getting Started
5/14/2021 5:44:58 AM.
This article explains how to create an ASP.Net MVC 5 Web Application using Visual Basic in Visual Studio 2013.
Getting Started With Microsoft Small Basic For Beginners
1/1/2021 6:04:33 AM.
In this article you will learn about Microsoft Small Basic for beginners.
Send Text Message to Cell Phones from a C# Application
5/7/2019 5:45:03 AM.
This article describes a simple way to send text messages to a cellular phone from within a C# desktop application. The source code provided includes a relatively good list of carriers to simplify th
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
Hide The Running Batch File Using Visual Basic Script
1/2/2018 9:59:33 AM.
This how-to article is straightforward and to the point. In this post, you will learn how to run batch files in hidden mode.
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.
Handling Casing Issues Though Extension Methods In C# And Visual Basic
11/6/2015 10:59:40 AM.
In this article you will learn how to handle casing issues though Extension Methods in C# and Visual Basic.
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.
Basis Of Neural Networks In Visual Basic .NET
9/8/2015 1:16:16 PM.
In this article (hopefully, the first of a small series), we'll see how to implement a neural network in Visual Basic .NET
Sort and Filter CSV Files With DataTable and DataView
5/22/2015 12:58:48 PM.
In this article we will learn how to Sort and Filter CSV files with a DataTable and DataView.
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.
Genetic Algorithm For Icon Generation in Visual Basic
4/16/2015 10:08:30 PM.
This article provides some of the basics of genetic algorithms, including what they are, what they're good for, why we call them "genetic", and so on. This provides both theory and sample implementations in Visual Basic .NET.
How to Login To Gmail and Facebook With VB Form
11/17/2014 5:35:35 PM.
In this article you will learn how to login into Gmail and Facebook with a VB Form.
What is New in Visual Basic 14
11/14/2014 2:16:45 AM.
Visual Basic 14 was just announced as a part of Visual Studio 2015 and .NET 2005. Check out the new features in this video.
Control Chart Using .Net
7/14/2014 9:10:17 PM.
The purpose of this article is to make a simple Control Bar Chart for measuring systems like Camshafts, Crankshafts and Master Settings and so on.
Print Prescription in C# and Visual Basic
6/10/2014 8:53:01 AM.
This article explains how to print a prescription in C# and Visual Basic.
Call Visual Basic Function In C# Page
3/24/2014 1:22:05 PM.
In this article I show how to access a VB class function in a C# page.
.NET Brings The Fun Back to Programming
12/1/2013 3:53:48 PM.
Today, we are all comfortable sitting in front of our high powered computers running graphical user interfaces and compiling code in sophisticated development environments.
New Features in Visual Studio 2012
7/24/2013 7:33:26 PM.
In this article I am introducing a few of the new efficiency features in Visual Studio 2012.
Test for User Group Membership in VB.NET
12/15/2012 3:05:31 AM.
This article describes a simple approach to determining whether or not a logged in user is a member of a group within the context of an asp.net web based application.
Script to Get Microsoft Product's Installed on Your Machine With Version Number
12/1/2012 5:43:07 AM.
Using this set of script files you will be able to get all the Microsoft products installed on your machine with version number.
Converting Numeric Dollar Values to Text in VB.NET
12/1/2012 4:50:42 AM.
The article describes an easy approach to converting a numeric dollar value into its text equivalent; the primary purpose for such a mechanism would be to express the amount displayed on a check as a string within the ‘Amount’ section typical to most checks.
Forecast the Weather with a Custom Control in VB.NET
12/1/2012 3:10:19 AM.
This article describes the construction of a custom control used to display a three day weather forecast based upon a designated zip code. The control is driven by a public, free web service that returns the seven forecast for any area in the United States by zip code or location. This demonstration only uses the first three days of the seven day forecast and it implements only the zip code based request for forecast data.
Use of the HtmlTextWriter Class to Render Custom Controls in VB.NET
12/1/2012 2:55:22 AM.
This article will address the use of the HtmlTextWriter class and the role is plays in the construction of custom server controls. As custom server control development is accomplished without a visual designer, the HtmlTextWriter class provides a mechanism for precisely defining the output of the custom control directly within the code and in absence of the designer.
Embed PDFs into a Web Page with a VB Built Custom Control in VB.NET
12/1/2012 2:51:27 AM.
This article describes a simple approach to embedding and displaying PDF documents in a web page through the use of a simple ASP.NET 2.0 VB built custom server control.
Finding the first and last day of the month in VB.NET
12/1/2012 2:03:10 AM.
This article describe an approach to find out the first and last day of the month based upon either a selected date or selected month.
Saving and Retrieving Web Page Control with SQL Server and VB.NET
11/10/2012 2:32:24 AM.
This article describes a simple approach to storing, retrieving, and redisplaying web pages. Such might be useful if you need to store exact copies of confirmation pages (e.g., following a sales transaction) or something along those lines.
Easy Date Validation in Visual Basic
11/10/2012 12:50:40 AM.
This article describes a simple approach to validating dates received as strings.
Easy LINQ to SQL Based Master-Detail Editor in Visual Basic
11/10/2012 12:45:18 AM.
This article describes a simple approach to creating a LINQ to SQL based master-detail view with the ability to save changes made to the data. With practically no coding involved, the application below will allow the user to edit the master record as well as the detail records.
RSS Feed Link Reader in VB.NET
11/9/2012 11:14:01 AM.
This article discusses the construction of a simple application that may used to view RSS feeds from the desktop. The application allows the user to select a canned RSS feed or to key one.
Power pack drawing primitives for VB.NET
11/9/2012 9:25:46 AM.
This kit contains a collection of drawing primitive controls in the form of an oval, rectangle and a line shape.
XML Pathfinder - A Visual Basic Utility
11/9/2012 8:23:45 AM.
This article discusses the construction of a simple utility that may be used to locate and evaluate paths within an XML document, and to test queries against those paths.
Transparent Borderless Forms in Visual Basic 2005
11/9/2012 8:03:13 AM.
This article describes an approach to display transparent forms in a Windows application.
Listing and Killing Processes with Visual Basic
11/9/2012 7:50:44 AM.
This article provides a simple example of how to use the System.Diagnostics.Process library to display a list of running processes, and to select and kill processes by their process name and ID.
Fade a Form in Visual Basic 2005
11/9/2012 7:47:51 AM.
This article describes a simple approach to fading out a form.
Using LINQ to Objects in Visual Basic
11/9/2012 7:25:54 AM.
This article provides an introduction to employing LINQ to Objects queries to support a simple Visual Basic Win Forms application.
Add a daily Dilbert Comic with a Custom Control in VB.NET
11/9/2012 6:36:18 AM.
This article describes the construction of a custom control used to display a daily Dilbert comic on a site.
Downcasting in Visual Basic.NET
11/9/2012 6:32:54 AM.
This article describes a simple approach to downcasting in Visual Basic; downcasting merely refers to the process of casting an object of a base class type to a derived class type.
XYDataGrid in VB.NET
11/9/2012 5:42:25 AM.
XYDataGrid is a web datagrid control which helps to developers to put fixed headers and fixed columns.
Excel Add Images Sets For Ranges in VB.NET
11/8/2012 9:51:38 AM.
Here I am trying to shows how to add an images set for a given range of values in an Excel 2010 workbook.
Simple Web and RGB Color Picker Utility in VB.NET
11/8/2012 9:38:58 AM.
The article addresses the construction of a simple utility application useful for selecting an RGB or web color; the application allows the user to key in RGB values or use RGB slider controls to select a color. Whenever the current color is updated, the text boxes at the bottom of the form are dynamically updated to show the current web and RGB color values set for the current color.
Building control derived from Windows Forms control in Visual Studio 2005: Part II
9/29/2012 8:51:12 AM.
Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article I share how you can build your own Windows control derived from an Windows Forms control in Visual Studio 2005. The examples are written using C#.
Invoking a Form UI Method From a Different Thread Using Delegates
9/29/2012 7:22:59 AM.
How to invoke a form UI method from a different thread using delegates (inter-thread communication).
Save an Image to Database in WPF using Visual Basic
5/29/2012 3:59:18 AM.
Here we learn how it comes in effect using WPF and VB.net. To store an image to database, I created a table in database.
Simple Web and RGB Color Picker Utility
5/19/2012 12:38:13 AM.
The article addresses the construction of a simple utility application useful for selecting an RGB or web color.
Host an OCX control within a .Net windows application-.Net and COM part IV
11/3/2008 2:08:46 AM.
In this article I will explain how to host an OCX control within a .Net application.
Implement a Win Forms Slider Control in ASP.NET 2.0
1/30/2007 12:32:12 AM.
This article describes a simple approach to implementing a Windows Forms Trackbar (slider) control in ASP.NET 2.0.