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
Adding a control to a Form programmatically
In this article I will show you how to add Windows controls to a Form programmatically. This is very useful to programmers who do not use Visual Studio or other IDE.
G Gnana Arun Ganesh
Nov 10, 2012
Automate Send & Receive in Outlook using VB.NET
In this article we will take the privilege of outlook and make it to send & receive the mail automatically using VB.Net.
Sridhar Manoharan
Nov 10, 2012
Changing User Information using Active Directory in VB.NET
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 directl...
John O Donnell
Nov 10, 2012
Use Thread Local Storage to pass Thread Specific Data in VB.NET
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 leve...
Doug Doedens
Nov 10, 2012
Great Plains Dexterity programming in VB.NET
This article is for advanced Great Plains Dexterity and VS.NET developers. It describes the technique of direct COM objects calling in Dexterity.
Andrew Karasev
Nov 10, 2012
Repeater Control in ASP.Net: Part 3
This is my series of articles on Repeater Control and in this article we will discuss how to handle Repeater Control events.
Abhimanyu K Vatsa
Nov 10, 2012
Make your Form as Top Most Window in VB.NET
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 ...
Vishal Kulkarni
Nov 10, 2012
Saving and Retrieving Web Page Control with SQL Server and VB.NET
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 tr...
Scott Lysle
Nov 10, 2012
Protecting IL Code from Unauthorized Disassembling in VB.NET
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...
manish Mehta
Nov 10, 2012
Beyond DataBinder in ASP.NET Using VB.NET
The DataBinder.Eval method is a very handy way to achieve data binding in Web Forms applications.
Declan Brennan
Nov 10, 2012
COM Interoperability in VB.NET Part 3
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 .NE...
G Gnana Arun Ganesh
Nov 10, 2012
Listing all Computers Active Directory in VB.NET
This application does one simple task. On any network where Microsoft Active Directory is used it will list all computers on the network. I faced this problem when I wanted to document all of the c...
John O Donnell
Nov 10, 2012
Convert VB6 Form to VB.NET Win Form
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 contro...
Pramod Singh
Nov 10, 2012
Repeater Control in ASP.Net: Part 2
This is my series of articles on Repeater Control and in this article we will discuss how to use Templates with Repeater Control
Abhimanyu K Vatsa
Nov 10, 2012
Viewing and Writing XML Data using ADO.NET DataSets in VB.NET
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 standardiza...
Martin Kropp
Nov 10, 2012
GridView Inside GridView in VB.NET
An article on how to use GridView control available in ASP.Net 2.0 having multiple controls in template inside it.
Nikhil
Nov 10, 2012
Writing an ActiveX Control in VB.NET
Create a Windows control project in Visual Studio .NET and expose an interface to the COM world.
David Sandor
Nov 10, 2012
Hash Password Generator in VB.NET
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 als...
Mohammed Asief
Nov 10, 2012
Guage Custom Control in VB.NET
This article describes about Guage custom control in VB.NET
Lance Drolet
Nov 10, 2012
Using Component (Creating Basic Component) in ASP.Net: Part 1
This is my series of articles on ASP Components and in this article we will discuss how to create basic component.
Abhimanyu K Vatsa
Nov 10, 2012
No Records Available.
281
-
300
of
522
<<
13
14
15
16
17
>>
Learn Flutter
Challenge yourself
Java Architect Skill
E-Book Download
Get Certified
ASP.NET