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
Visual Basic .NET
FOLLOW
Welcome to VB.NET section of C# Corner. In this section, you will find various VB.NET related source code samples, articles, tutorials, and tips using C# language. Learn VB.NET programming with C# Corner.
Articles
(522)
Blogs
(31)
Resources
(1)
Videos
(0)
News
(1)
Articles
Owner Draw Menus in VB.NET
This article and attached source code shows you how to build MDI Windows Forms applications in VB.NET.
Shripad Kulkarni
Nov 10, 2012
Easy LINQ to SQL Based Master-Detail Editor in Visual Basic
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 b...
Scott Lysle
Nov 10, 2012
Implement Concrete Factory Design Pattern using Reflection in VB.NET
Reflection is used to dynamically create an instance of a type, bind the type to an existing object, or get the type from an existing object. In this example, we implement Concrete Factory Pattern ...
Siva Kumar B
Nov 10, 2012
GDI+ Samples - Rectangles, Ellipses, and 3D in VB.NET
The sample code in this article shows you how to use GDI+ and VB.NET to draw rectangles, ellipses, and 3D graphics objects.
Jayant Mukharjee
Nov 10, 2012
Client Server Multithreading Application in VB.NET
This is simple Client/Server (multi-threading) program that transfers data. Server can handle multiple clients.
Indika M W
Nov 10, 2012
Developing Websites using Themes (Introduction): Part 1
This is my series of articles on Theme based web developments and in this article part we will discuss the introductory part of Themes based web developments.
Abhimanyu K Vatsa
Nov 10, 2012
.NET and the .NET Framework
In this article I will explain about .NET, .NET Framework and other technologies related to .NET.
Ajay
Nov 10, 2012
Working with PNGs using GDI+
PNG overcomes the color depth hurdle by providing up to 48Bpp (bits per pixel). Just as importantly, the PNG format is patent-free and available for use by anyone.
Tom Curry
Nov 10, 2012
Adapter Pattern in VB.NET
During object-oriented developments, some times we have to use an unrelated class along with our existing class hierarchy. The simplest solution is to make a wrapper or adaptor around the foreign c...
Rajesh VS
Nov 10, 2012
Opening and Viewing Images and Text Files in VB.NET
We will start this article with a simple application where we will learn how to open and view text and image files using the OpenFileDialog class. In doing so, we will learn some basics of GDI+ dra...
Manisha Mehta
Nov 10, 2012
Builder Pattern in VB.NET
Builder is an object creational design pattern that codifies the construction process outside of the actual steps that carries out the construction - thus allowing the construction process itself t...
Rajesh VS
Nov 10, 2012
Outlook and VB.Net -Outlook Object model
This article shows what the outlook object model and how to use with vb.net.
Hirendra Sisodiya
Nov 10, 2012
ASP.NET, jQuery and Intellisense in VB.NET
The article describes what it necessary to get intellisense up and running for jQuery in Visual Studio 2008 (VB or C#) and addresses a minor snag you might encounter when using jQuery intellisense ...
Scott Lysle
Nov 10, 2012
Abstract Classes in VB.NET
This is a detailed analysis of abstract classes and methods in VB.NET with some concrete examples.
Rajesh VS
Nov 10, 2012
Exploring Array in VB.NET
There are few differences between VB6 and VB.NET arrays. Let’s find out how VB.NET arrays differ from the VB6 arrays. The main difference between VB.NET and VB6 based arrays are VB.NET arrays alway...
Srinivasa Sivkumar
Nov 10, 2012
How to Format a String in Proper Case or Title Case in VB.NET
This is a basic function used to format a string into it proper case equivalent without the use of the VB6 (visualbasic.dll) namespace.
James Mouchett
Nov 10, 2012
How to work with Data Grid View in VB.NET
In this article we will see the most common use of the datagrid control. Lets set up out datagrid.
M Ahmad Bhandara
Nov 09, 2012
Reference Directive in ASP.Net using VB.NET
In this article we will discuss how to use Reference Directive.
Abhimanyu K Vatsa
Nov 09, 2012
ASP.Net Controls in VB.NET
In this article we will discuss, what are the controls used on ASP.Net page.
Abhimanyu K Vatsa
Nov 09, 2012
HTML Controls vs ASP.NET Controls in VB.NET
In this article we will discuss, how HTML controls and ASP.Net controls works.
Abhimanyu K Vatsa
Nov 09, 2012
No Records Available.
361
-
380
of
522
<<
17
18
19
20
21
>>
Build a Unity Game In 1 Hr
Challenge yourself
Windows 11
E-Book Download
Get Certified
C# Strings