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]
Scott Lysle(11)
Hirendra Sisodiya(7)
Abhimanyu K Vatsa(5)
Mostafa Kaisoun(4)
Srinivasa Sivkumar(4)
Vishal Kulkarni(4)
G Gnana Arun Ganesh(3)
Emiliano Musso(3)
Uday Dodiya(2)
Rajesh VS(2)
Nikunj Satasiya(2)
Dipal Choksi(2)
John O Donnell(2)
Parth Doshi(1)
Sarathlal Saseendran(1)
Mahesh Chand(1)
S Thangaraju(1)
Moses Soliman(1)
Gowry S Paramasivam(1)
Pramod Singh(1)
Kais Dukes(1)
Ivy Tang(1)
Caonabo Ruiz(1)
Munir Shaikh(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)
Michael Marasco(1)
Bill Farley(1)
Ben Simmons(1)
ksasikumar (1)
Susan Abraham(1)
Doug Doedens(1)
TimothyA Vanover(1)
Bulent Ozkir(1)
manish Mehta(1)
Prabakar Samiyappan(1)
Chandra Hundigam(1)
shrijeet (1)
Sridhar Manoharan(1)
Ilya Feigin(1)
Rahul Sharma(1)
Sonu Chauhan(1)
Ravikumar Raja(1)
Chris Rausch(1)
Pragati (1)
Kumar Sethuraman(1)
Johannes Wallroth(1)
Reginald Wheat(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.
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.
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
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).
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.
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.
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.
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.
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.
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#.
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.
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.
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 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.
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.
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.
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.
Getting an External IP Address Locally using VB.Net
Nov 10, 2012.
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 skills in .NET Framework.
Configuring Applications in VB.NET
Nov 10, 2012.
The .Net Framework provides a very convenient and flexible way to configure applications at run time. Using Configuration files developers and administrators can modify settings for applications without having to recompile the application, avoiding many of the redistribution /re-deployment hassles.
Validation Controls in ASP.NET using VB.NET
Nov 10, 2012.
This article will explain about Validation controls available in ASP.NET.
Command Pattern in VB.NET
Nov 10, 2012.
Command pattern encapsulates a request as an object and gives it a known public interface. Command Pattern ensures that every object receives its own commands and provides a decoupling between sender and receiver. A sender is an object that invokes an operation, and a receiver is an object that receives the request and acts on it.
IP Lookup program in VB.NET
Nov 10, 2012.
This is an IP look up program that uses VB.NET Windows Forms and IPHostEntry to resolve the DNS request.
Add Multimedia Content with a Custom Control in VB.NET
Nov 10, 2012.
This article describes a quick and simple approach to creating a custom web control used to display multimedia files within an ASP.NET page.
Changing User Information using Active Directory in VB.NET
Nov 10, 2012.
If your company is one of the lucky Ones to implement Windows 2000 Active Directory you may have been looking for a way to populate it with data. Perhaps adding people’s details from a file directly into the Active Directory.
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.
Simple web File download in VB.NET
Nov 10, 2012.
This is a simple program that shows how to download files from the web and save them.
Finding the first and last day of the month in VB.NET
Nov 10, 2012.
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.
MouseStick Control in VB.NET
Nov 10, 2012.
he attached source code is a MouseStick control written in C# and Windows Forms. The MouseStick control gets its name from the fusion of a joystick with a mouse. Think of the line in the MouseStick as a joystick that is controlled with your computer's mouse.
An easy approach to Displaying a ASP.NET 2.0 Message Box in VB.NET
Nov 10, 2012.
This article describes a quick and easy way to display message boxes within an ASP.NET 2.0 project.
.NET Remoting using VB.NET
Nov 10, 2012.
This article gives brief description about Dot Net Remoting. .NET Remoting offers much more complex functionality, including support for passing .
Custom Calendar Control in VB.NET
Nov 10, 2012.
The Custom Calendar Control described in this paper overcomes the above limitations of the DateTimePicker by enhancing the capabilities of the existing MonthCalendar Control provided by Visual Studio .Net.
ASP.Net Namespaces in VB.Net
Nov 10, 2012.
In this article we will discuss on Namespace with respect to ASP.Net web pages.
ASP.NET, jQuery and Intellisense in VB.NET
Nov 10, 2012.
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 in MVC or ASP.NET development.
Use Thread Local Storage to pass Thread Specific Data in VB.NET
Nov 10, 2012.
In an ideal world developers typically create instance variables and access these via interfaces to hold thread specific data. The .NET framework provides a mechanism to store data at a thread level and allows you to access this thread specific data anywhere this thread exists.
Delegates in VB.NET
Nov 10, 2012.
The Zip file contains two projects. One is VB.Net and the other is C#. Each project is an example of the same use of a delegate.
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.
Protecting IL Code from Unauthorized Disassembling in VB.NET
Nov 10, 2012.
Microsoft .NET proved a mechanism where the code written in VB.NET, C# or any CLS compliant languages to generate MSIL (Microsoft Intermediate Language)code which targets the CLR and executes. This is an excellent mechanism to abstract the high level code from the underlying hardware.
Sending Values from Stored Procedure to the Application in VB.NET
Nov 10, 2012.
Many times we may be in need of sending the output value from stored procedure.
Launching System Applets in VB.NET
Nov 10, 2012.
This piece demonstrates the use of the shell statement in VB.NET. Various system calls are made using the Shell function.
Circular Form in VB.NET
Nov 10, 2012.
This piece of code changes the looks of a normal VB form. It executes two API calls and changes the shape of the rectangular form to a Circular form.
Understanding Destructors in VB.NET
Nov 10, 2012.
This article is about understanding the working concept of destructor in VB.NET.inShare. 642811
Option Statement in VB.NET
Nov 10, 2012.
This article gives a brief description of the Option Statement available in VB.NET.
ASP.Net Toolbox (Standard Controls): Part 1 in VB.NET
Nov 10, 2012.
In this article we will discuss, ASP.Net Toolbox controls and its uses.
Maintain Control State in VB.NET
Nov 10, 2012.
his article describes a simple approach to maintaining control state in an ASP.NET 2.0 custom web control. Control state is a new construct within ASP.NET 2.0 and it is really nothing more than view state however it is view state with a significant advantage; that advantage is that other developers using your control cannot disable control state as they can view state.
Microsoft Application Test Center using VB.NET
Nov 10, 2012.
Application Center Test is designed to stress test Web servers and analyzes performance and scalability problems with Web applications, including Active Server Pages (ASP) and the components they use.Application Center Test simulates a large group of users by opening multiple connections to the server and rapidly sending HTTP requests.
Saving and Retrieving Web Page Control with SQL Server and VB.NET
Nov 10, 2012.
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.
Embed PDFs into a Web Page with a VB Built Custom Control in VB.NET
Nov 10, 2012.
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.
Customizing Datagrid Columns Window Application in VB.NET
Nov 10, 2012.
This article explains about how to customize the datagrid in window application using vb.net.
Mathematical functions (math class) in VB.NET
Nov 10, 2012.
This article describe about some mathematical functions of Math class in VB.NET.
ASP.Net Toolbox (Data Controls): Part 2 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 Data Control section.
RptPreview 1.1 using Crystal Reports Viewer in VB.NET
Nov 10, 2012.
The following small application is designed to allow testing created reports with XML feeds used as data sources. The program checks that fields in report match to the fields in XML and then shows the report with loaded data in the report viewer.
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.
Printing Directly to the Printer in VB.NET
Nov 10, 2012.
Using this code enables you to print directly to the printer using WIN32 api calls and therefore should enable you to print at maximum speed rather than relying in the Windows Printing subsystems. Additionally I have added code to show how to send PCL codes to the printer.
Check your Mobile Device capabilities in VB.NET
Nov 10, 2012.
This sample is a utility to determine the capabilities of a Mobile Device. The MobileCapabilities class available in the Mobile Internet Toolkit provides a list of useful information on the client device. You can use this class to determine whether the target client device supports certain functionality.
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.
ASP.Net Toolbox (Navigation Control): Part 4 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 Navigation Control section.
Internationalizing Your Application in ASP.Net 2.0 using VB.NET
Nov 10, 2012.
The Web has had worldwide reach since its inception. Users have different cultural expectations and speak different languages. In this Quickstart you will learn how powerful new ASP.NET v2.0 features make it easier to adapt your Web application to different countries, regions, and markets.
Understanding How Assert Effects Security in VB.NET
Nov 10, 2012.
This article expalins about how asserts effect security in VB.NET. How you restrict access to your library modules and resources requires that you understand the pros and cons in the security process used.
Accessing ASP Cookie in ASP.Net using VB.NET
Nov 10, 2012.
This article shows how to access ASP Cookie in ASP.Net.
Add a daily Dilbert Comic with a Custom Control in VB.NET
Nov 10, 2012.
This article describes the construction of a custom control used to display a daily Dilbert comic on a site.
CDO Object in Web Services using VB.NET
Nov 10, 2012.
This article suggest how to resolve the issue Could not access CDO. Message while using SMTP to send email on web services.
MS Office Style Color Picker in VB.NET
Nov 10, 2012.
I decided to make a color picker dialog of my own. I used the one found at Microsoft Office (for choosing the font color) as a souce of inspiration (in fact, I shamelessly copied it) - I used exactly the same palette of 40 colors and the same look and feel - only the size and distance of the little color panels is a little different in my version.
Understanding and using Namespaces in VB.NET
Nov 10, 2012.
In this article, you will learn about namespaces in VB.NET. Here you will learn how to create and use namespaces.
Convert Currency Values with a Custom Control in VB.NET
Nov 10, 2012.
This article describes the details for constructing a custom ASP.NET 2.0 composite control used to convert one form of currency into another. The control consumes a public web service in order to calculate the exchange rate and uses the exchange rate returned from the web service to calculate the value of the exchanged currency.
Dynamic image placement and manipulation in VB.NET
Nov 10, 2012.
This article describes a simple technique for building image tags and dynamically placing them into position.