C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vishal Kulkarni(5)
Hirendra Sisodiya(5)
Srinivasa Sivkumar(5)
Abhimanyu K Vatsa(5)
Mostafa Kaisoun(4)
Rajesh VS(4)
Scott Lysle(4)
Emiliano Musso(3)
Uday Dodiya(2)
G Gnana Arun Ganesh(2)
Munir Shaikh(2)
Nikunj Satasiya(2)
John O Donnell(2)
Parth Doshi(1)
Sarathlal Saseendran(1)
Mahesh Chand(1)
Kais Dukes(1)
Pramod Singh(1)
Gowry S Paramasivam(1)
Ivy Tang(1)
Caonabo Ruiz(1)
Moses Soliman(1)
S Thangaraju(1)
Kishor Patil(1)
Sanjeev Kumar(1)
Shabdar Ghata(1)
Raj Kumar(1)
kamalpatel125 (1)
Sangeetha S(1)
C# Curator(1)
Dheeraj Malik(1)
Thiruppathi R(1)
Hanif Hefaz(1)
Khanzada Sultan Khan(1)
Manish Pipaliya(1)
Syed Shanu(1)
Manoj Bhoir(1)
Deepak Sharma(1)
Moreshwar Joglekar(1)
Sonu Chauhan(1)
Dipal Choksi(1)
Paul Lockwood(1)
Bulent Ozkir(1)
Rahul Sharma(1)
Brad Patterson(1)
David Sandor(1)
Martin Kropp(1)
Ravikumar Raja(1)
Shripad Kulkarni(1)
Giuseppe Rrusso(1)
Daniel Stefanescu(1)
James Mouchett(1)
Nikhil (1)
Filip Bulovic(1)
Andrew Karasev(1)
Mohammed Asief(1)
Vikram Joshi(1)
Joydeep Ghosh(1)
Vishal Kannankara(1)
Patrick Wright(1)
Amisha Mehta(1)
Jayant Mukharjee(1)
Arun Nair(1)
Joe Miguel(1)
Sanjay Ahuja(1)
Ganesh Nataraj(1)
Chris Harrison(1)
Manisha Mehta(1)
Resources
No resource found
Filtering In Datagridview In Vb.Net And Also In C#
Aug 02, 2022.
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.
Excel Automation Using VB.NET In UiPath
Jan 15, 2021.
In this article, we will learn how to add columns and perform arithmetic calculations using VB.NET in UiPath.
Combine C# And VB.NET In the Same Blazor Project
Feb 13, 2020.
In this post, we will see how to consume an VB.NET project in a Blazor Server project which is in C#.
What Is The Future Of VB.NET
May 12, 2016.
Are you a VB.NET developer? Do you wonder what the future of VB.NET looks like?
How to Use Chart Control in VB.NET 2010
Dec 25, 2014.
This article shows how to use the Chart control in VB.NET.
Calling WinINet API from VB.NET
Nov 10, 2012.
This is an API which connects with the remote server . Inputs are the user name and password which are needed to connect with the server. For demonstration purpose an API called “FtpGetFile” is illustrated. Other API’s for deleting, putting , renaming and moving can be tried out. Please contact the author for any problems.
Outlook and VB.Net -Outlook Object model
Nov 10, 2012.
This article shows what the outlook object model and how to use with vb.net.
COM Interoperability in VB.NET Part 2
Nov 10, 2012.
This article elucidates how to build and install-managed code that will be used from COM applications. A classic COM server is activated using the Service Control Manager (SCM). It looks up numerous information such as CLSIDs, IIDs, ProgIDs etc.
How to use Font Dialog in VB.Net on runtime
Nov 10, 2012.
This article shows that how to use font dialog in VB.NET.
Abstract Classes in VB.NET
Nov 10, 2012.
This is a detailed analysis of abstract classes and methods in VB.NET with some concrete examples.
An HTTP Mail Client in VB.NET
Nov 10, 2012.
The great thing about the POP mail protocol is that it is a well-documented open standard, making writing a mail client to collect mail from a POP box a relatively painless process.
Convert VB6 Form to VB.NET Win Form
Nov 10, 2012.
VB .NET has changed the way developer used to program in VB6, GUI of VB6 used to hide most of the internals working from the developer but with VB.NET every aspect of programming is open GUI controls and all. The language it self got changed with VB.NET.
Cryptography in VB.NET Part 1
Nov 10, 2012.
For any Distributed Framework or Infrastructure to be successful today it has to have an extensive support for developing secured solutions. Microsoft .NET is developed from bottom up with security in mind. It has an eclectic security infrastructure.
Exploring VB.NET Arrays
Nov 10, 2012.
There are few differences between VB6 and VB.NET arrays. This article explains how VB.NET arrays differ from the VB6 arrays.
Determine Web Visitors Country of Origin in the Drop Down List using VB.NET or C#
Nov 10, 2012.
During the transaction online, there are times when it is important to preset the web visitor's country of origin, ZIP code, ISP and domain name at the drop down list to prevent fraud and to ease the complexity of registration task. This article shows you how by using .NET Framework, it can be done.
Tips : Leveraging VB.Net Base Classes
Nov 10, 2012.
Multiple language implementation has an inherited powerful advantages. The .Net unify class architecture model allows .Net languages to leverage class libraries implemented in other class libraries. This article shows you how to leverage the power of VB.Net Financial base class library using C#.
COM Interoperability in VB.NET Part 3
Nov 10, 2012.
In this article I cover the area how to use a COM server in a .NET client. Existing COM components are precious resources to your managed applications. So now let us observe how you can build a .NET Client that uses a COM Server.
How to build Multi-Language Web Sites with ASP.NET 2.0 and VB.NET 2005
Nov 10, 2012.
In this article, we will explore the necessary details for working with resources in ASP.NET applications.
Calling WinINet API from VB.NET : Part 2
Nov 10, 2012.
This is an API which connects with the remote server . After connecting it brings the files to your local disk without the “Save to Disk” dialogue box . Please contact the author for any problems.
Exploring Array in VB.NET
Nov 10, 2012.
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 always starts from the element zero (Arrays in .NET enabled languages are inherited from the System.Array class).
Image Viewer in VB.NET in VB.NET
Nov 10, 2012.
This program allows you to open and view image files including JPEG, GIF, WMF and other images. Program also provides options to stretch and shrink them, rotate at different angles through all axes and save them in different formats
Payment Gateway Integration using VB.NET with Authorized.NET
Nov 10, 2012.
This article shows payment gateway integration using Vb.net and Msxml.XMLHttpRequest object.
How to change desktop background in vb.net
Nov 09, 2012.
In this article we will discuss how to use User32 windows api for set the background of desktop or desktop wallpaper.
Image Editing Tool in VB.Net (Part5- Rotations of Image)
Nov 09, 2012.
This article describes how to rotate an image, This is the next article of the Image Editing Tool in VB.Net article series.
How to use VB.Net to print Invoice
Nov 08, 2012.
In this article I will demonstrate how to use VB.Net to print Invoice.
Document Properties of Word Document in vb.net - Inbuilt Properties
Nov 08, 2012.
In this article we will discuss read and rewrite or update document properties of any word document in vb.net.
Send Mail Using Gmail, Yahoo Account in VB.Net and C#.Net
Oct 19, 2012.
In this article I am going to show how to send mail from Gmail or Yahoo using vb.net & C#.NET without login your Gmail account.
What is VB.NET Namespace
Sep 14, 2012.
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 concept to a folder in a computer file system.
SQL Server backup utility using VB.Net and SQL-DMO
Feb 05, 2008.
This article allows you to take backup of any SQL Server database using SQL-DMO library. It allows you to take backup of selected tables, views or stored procedure.
Message window using VB.NET in ajax
Dec 03, 2007.
This article is used to show message window in vb.net using ajax. The problem comes when you use vb.net using ajax enables website.
C# to VB.NET Code Conversion Web Service
Mar 20, 2002.
ConvertCSharp2VB is a Web Service that converts a C# code block into VB.Net. It exposes the Service Description and WSDL for the Web Service, so you can implement this functionality in your applications.
ASP.NET and VB.NET Error Handling
Aug 24, 2001.
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 statement.
C# or VB.NET - World War III
Aug 23, 2001.
In this article I'm going to go under the hood and show you what really happens to the in C# and VB.NET.
Data View and LINQ in C# and VB.NET
Jul 07, 2025.
Learn how to fetch unique values from a DataTable using DataView and LINQ in C# and VB.NET. Explore sorting, filtering, and displaying distinct book records with examples compatible with .NET Core and .NET 9.
Create Various Types of Charts in Word Documents in C# and VB.NET
Jul 17, 2023.
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 Chart, Line Chart, Pie Chart, Bar Chart, Scatter Chart, Bubble Chart, 3D Surface Chart in a Word document using C# and VB.NET.
Convert PowerPoint to PDF or PDF to PowerPoint in C# and VB.NET
Jan 19, 2023.
This article teaches you how to convert PowerPoint to PDF or PDF to PowerPoint in C# and VB.NET.
Create QR Code Using Google Charts API In VB.Net
Aug 17, 2022.
In this article, you will learn how to generate QR Code Using Google QR Code Generator API In C# Or VB.
Upload And Save File In Database As VARBINARY Data In ASP.NET Using C# And VB.NET
Jan 13, 2021.
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 well as how to save the file in the SQL Server database as VARBINARY data.
How To Read CSV File In ASP.NET With Example C# and VB.NET
Oct 26, 2017.
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.
Learn WPF CRUD Operations Using VB.NET
May 09, 2017.
In this article, you will learn WPF CRUD Operations using VB.NET.
ASP.NET Poll Control In VB.NET
Jul 22, 2016.
In this article, you will learn about ASP.NET Poll Server Control in VB.
Invoke Method To Update UI From Secondary Threads In VB.NET
Jan 25, 2016.
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.
Connecting Databases Using ADO.NET In VB.NET
Jan 22, 2016.
In this article you will learn how to connect databases using ADO.NET in VB.NET.
Calculate Fractions in VB.NET
Aug 22, 2015.
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.
Create and Use DataSet-independent Reports in VB.NET
Jul 24, 2015.
In this article we will learn how to create dataset independent reports in VB.NET.
How to Create a Login Form and User Form in VB.Net
May 13, 2015.
Login Form and User Form in VB.Net showing how to add, edit, delete and reset a form in a VB.Net 2008.
How to Use SetPixel Method to Draw a Function in VB.NET
Nov 25, 2014.
This article shows how to use the SetPixel method to draw some mathematical functions.
Convert Date From Solar (Gregorian) to Lunar (Hijri) Using VB.NET
Aug 19, 2014.
This article describes how to convert a date from Solar to Lunar using VB.Net.
Read External Program Text Using VB.Net
Jul 09, 2014.
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 code.
Glass Style Button With Dropdown MenuList Using VB.NET
Sep 12, 2013.
This article provides a User Control to replace the standard Button with many properties and much versatility.
Changing UICulture of Master and Content Pages on Button Click in ASP.NET Using C#, VB.NET
May 25, 2013.
This article explains how to change the UICulture of the master and content pages on a button click in ASP.NET.
Use of BitBlt Function in VB.NET
Jan 02, 2013.
In this article, we will see how to use BitBlt function in Visual Basic.
UltraGrid control with dynamic column using VB.Net
Nov 10, 2012.
The following article will explain how to add dynamic column and perform calculation in the dataset.
Using MAPI Control to Send Mail in VB.NET
Nov 10, 2012.
This piece of code is in the initial stage. This is a way towards automating the E-Mail client like Outlook Express. The next version will send and receive messages. Hang on friends for my code for sending messages by Winsock.
Providing unbound List based controls with Text and Value properties in VB.NET
Nov 10, 2012.
The purpose of this article is to discuss the construction of a couple of simple custom controls that extend both the Combobox and the Listbox controls to allow them to be associated with both a text and a value property for each item in the control's list.
Form Authentication for Mobile Applications in VB.NET
Nov 10, 2012.
In this example, we will authenticate mobile web users for our application using Forms Authentication. Other two types of authentication for mobile web applications are Windows Authentication and Passport Authentication.
Tic Tac Toe Game in VB.NET
Nov 10, 2012.
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.
Embed Word in a Web Page with an Easy VB Custom Control in VB.NET
Nov 10, 2012.
This article describes an approach to displaying word documents within a web page using a simple custom server control.
Reading XML Files using XmlDocument in VB.NET
Nov 10, 2012.
In this article, I will show you how to read XML files in VB.NET using XmlDocument class and its members.
Understanding and using Properties in VB.NET
Nov 10, 2012.
In this article, you will learn about properties in VB.NET. Here you will learn how to define and use properties.
Joystick Control in VB.NET
Nov 10, 2012.
In this article and the attached source code project written in C# and Windows Forms, the author shows how to build a Joystick control that allows an object to move via the joystick control.
ASP.Net Toolbox (Login Control): Part 5 in VB.NET
Nov 10, 2012.
In this article we will discuss, ASP.Net Toolbox controls and its uses. In this article I am only writing some lines on each and every control available in Login Control section.
Adapter Pattern in VB.NET
Nov 10, 2012.
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 class, which is acceptable by the existing class hierarchy. This is what known as the ADAPTOR PATTERN or WRAPPER PATTERN.
Writing an ActiveX Control in VB.NET
Nov 10, 2012.
Create a Windows control project in Visual Studio .NET and expose an interface to the COM world.
Viewing and Writing XML Data using ADO.NET DataSets in VB.NET
Nov 10, 2012.
This article presents step-by-step how to bind, read and view XML data and generate graphical reports with the build-in Crystal Reports engine. The article puts special emphasize on XML standardization and interoperability issues experienced during the project, and presents workarounds for existing limitations.
Use of the HtmlTextWriter Class to Render Custom Controls in VB.NET
Nov 10, 2012.
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.
ASP.Net Toolbox (AJAX Extensions Control): Part 7 in VB.NET
Nov 10, 2012.
In this article we will discuss, ASP.Net Toolbox controls and its uses. In this article I am only writing some lines on each and every control available in AJAX Extensions Control section.
Show Currency Values with a Visual Basic Custom Control in VB.NET
Nov 10, 2012.
This article shall describe the construction of a custom control used to display currency values. The control is intended for use in Win Forms application development.
Using Active Directory in VB.NET
Nov 10, 2012.
This sample shows how to access Active Directory information in a Windows 2000 domain.When you install a Windows 2000 domain controller and are creating a new domain you install both the active directory and DNS, which the active directory uses.
Rich Controls in ASP.NET using VB.NET
Nov 10, 2012.
This article will explain about Rich controls available in ASP.NET.
User management, roles and personalization system in ASP.NET 2.0 using VB.NET
Nov 10, 2012.
Scott Gu, had a cool CreateUserWizard control sample that I have expanded upon to build-up a sample that demonstrates how to build a fairly common user management, roles and personalization system in ASP.NET 2.0 that does this. I was pleasantly surprised to find it only took about 25 lines of C# code in the entire app.
Owner Draw Menus in VB.NET
Nov 10, 2012.
This article and attached source code shows you how to build MDI Windows Forms applications in VB.NET.
Communicating between two Forms in VB.NET
Nov 10, 2012.
The aim of the program is to send a message between different forms. If you have a background in visual basic you’ll find it quite difficult because even if you make the objects public, when you try to send messages from one form to another it will have no effect.
Performance Comparison of XslTransform Inputs in VB.NET
Nov 10, 2012.
This article explains about the performance comparison of XslTranform Inputs. To transform XML into HTML for use on a Web site or to transform it into a document that contains only the fields required you could use the XSLTransform class (found in the System.Xml.Xsl namespace).
ASP.Net Toolbox (WebParts Control): Part 6 in VB.NET
Nov 10, 2012.
In this article we will discuss, ASP.Net Toolbox controls and its uses. In this article I am only writing some lines on each and every control available in WebParts Control section.
How to Format a String in Proper Case or Title Case in VB.NET
Nov 10, 2012.
This is a basic function used to format a string into it proper case equivalent without the use of the VB6 (visualbasic.dll) namespace.
GridView Inside GridView in VB.NET
Nov 10, 2012.
An article on how to use GridView control available in ASP.Net 2.0 having multiple controls in template inside it.
JIT Coding in VB.NET
Nov 10, 2012.
One not so well known feature of .NET platform is possibility to invoke compiler and practically create code and assembly from running instance of application. It is possible to do that in two ways. First one is a bit simpler and involves namespaces System.CodeDom and System.CodeDom.Compiler, second one is more efficient and utilizes namespace System.Reflection.Emit. Since there are very few examples about how to use System.CodeDom.Compiler I will start with it.
Directory & Files Lister using DirectoryInfo class in Asp.net 2.0 with VB.NET
Nov 10, 2012.
In this article we will see how we can display directories as well files in the browser based explorer, i have tryed to list directories and files even one can browse through inner directories on clicking particular folder, this can be enhanced to actual windows explorer.
Great Plains Dexterity programming in VB.NET
Nov 10, 2012.
This article is for advanced Great Plains Dexterity and VS.NET developers. It describes the technique of direct COM objects calling in Dexterity.
Hash Password Generator in VB.NET
Nov 10, 2012.
This visual tool generates the hashed password using either SHA1 or MD5 hashing algorithm depending on the choice you make. It will display the hashed password in the read only text box, it can also copy the hashed password to clipboard on your choice for easy paste operation.
Common Language Runtime in VB.NET
Nov 10, 2012.
In this article we will discuss what common language runtime (CLR).
Animate with Pocket PC in VB.NET
Nov 10, 2012.
This article discusses programming for a Pocket PC in general. If you are lucky enough to get the Smart Devices Extensions you will finally be able to target devices.
Application to Read Data from a File using ASP.NET and VB.NET
Nov 10, 2012.
I have created a small application by which you can read from a file and display the contents of the file onto the browser.
WhoIs in ASP.NET and VB.NET
Nov 10, 2012.
Quite often you want to know who owns a given domain. To obtain the registry information, you go to the respective registry and start a so called WHOIS query (lookup). The trick is that you have to know which registry is responsible for which TLD (Top Level Domain).
Confirming Deletes in DataGrid in VB.NET
Nov 10, 2012.
This article shows how to prompt the user to confirm the delete using JavaScript.
RSS Feed Project in VB.NET
Nov 10, 2012.
The RSS Feed project is aimed as demonstrating writing VB code to consume RSS feeds from the internet and putting the data from these RSS feeds into a database for you to use in your own applications.
Bridge Pattern in VB.NET
Nov 10, 2012.
Bridge Pattern is commonly known as Handle/Body idiom in C++ community. This pattern is used for decoupling an abstraction from its implementation so that the two can vary independently.
Control statements in VB.NET
Nov 10, 2012.
In this article, you will learn various control statements (looping) controls in VB.NET including Do..While, For, and foreach statements.
GDI+ Samples - Rectangles, Ellipses, and 3D in VB.NET
Nov 10, 2012.
The sample code in this article shows you how to use GDI+ and VB.NET to draw rectangles, ellipses, and 3D graphics objects.
Flash Window in VB.NET
Nov 10, 2012.
Flashing a window means changing the appearance of its caption bar as if the window were changing from inactive to active status, or vice versa. (An inactive caption bar changes to an active caption bar; an active caption bar changes to an inactive caption bar).
Creating and Using Namespaces in VB.NET
Nov 10, 2012.
We all know namespaces are the basic building block for the .NET framework. In this article, I’m going to show how to create and use namespaces with VB.NET and C#.
User Authentication(Class/Ado.NET Demo) in VB.NET
Nov 10, 2012.
Here, you'll learn the use of a VB.NET class library project through this User Authentication example. Instead of the conventional ADO recordset, I've used the new Dataset(check out my previous article for more information on Datasets) to traverse.
XML Schema Validator in VB.NET
Nov 10, 2012.
The XML Schema Validator checks if a given XML document is well formed and has a valid schema model. If it finds the document is not a valid XML schema, it generates the error telling the problem in the schema.
Owner drawn ListBox control in VB.NET
Nov 10, 2012.
In this article we will see how to write owner drawn ListBox control.
XML Web Service Caching Strategies in VB.NET
Nov 10, 2012.
We'll take a look in this article ways for application-level caching with ASP.NET, and will take a look at HTTP caching and its application for XML Web services.
XML News Feeds from Harrison Logic in VB.NET
Nov 10, 2012.
This application provides a compilation of news headlines from many sources, using the MoreOver.com's XML service. It is built on the .NET framework and uses VB.NET as the ASP.NET server side language. The pages we built using Visual Studio .NET.
Abstract Factory Pattern in VB.NET
Nov 10, 2012.
The abstract factory pattern comes under the classification of Creational Patterns. The creational patterns deals with the best way to create objects. The Abstract Factory provides an interface to create and return one of several families of related objects.
Make your Form as Top Most Window in VB.NET
Nov 10, 2012.
This code brings a form on top of every application, which is running. This is required sometimes when the user needs to see some information every time. Just like ICQ, which stays on top of every window.
Opening and Viewing Images and Text Files in VB.NET
Nov 10, 2012.
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+ drawing, menus and panel control.