Explore VB.NET on Experts Exchange

Expert Solutions for Your Tech Problems

VB.NETVisual Basic.NET

Visual Basic .NET (VB.NET) is an object-oriented programming language implemented on the .NET framework, but also supported on other platforms such...

Read more
  • 95K Content
  • 10K Contributors

Expert Spotlight
Software Architect

Armed with my expertise and open to new insights, I stride forward with confidence and humility

Article

"Dirtied Form" in VB.NET

3
MisAccess has a form property to determine if any controls on a form are changed. This property is called “Dirty”. Use of the Dirty property in MsAccess determines whether the current record has been modified since it was last saved. Read/write Boolean. I was unable to find a property in VB.NET
Article
If Else

Logical Expressions in .NET

For many programmers something like: if (someState != someOtherState && someState == someOtherOtherState || someState == someOtherOtherOtherState) { .... } Is a common pattern. I am here to discuss alternatives to this pattern which will reduce *code smells* within code analyzers.
Article

Now you know to call a Web API and it's easy to do so

Calling Web API to grab data is pretty common for system integration. In fact, this is the current system development trend where we can see complex systems are tend to be developed in a small scale and distributed into smaller systems.
Article

A helper class to perform CRUD on Microsoft Office documents Custom Properties - without headache

How many times have you tried using Office InterOp to manage various custom properties? If you have ever tried it then you will see the article image very appropriate. After spending hours trying to solve a question I finally gave up on Office InterOp and took an easier way out - OpenXML SDK.
Article
Web Development

ASP.NET Web Form User Control's Basic Interaction

An ASP.NET Web Form User Control is not newly introduced in ASP.NET. In fact, it was an old technology yet still playing a role to generate web content, especially when we want to use it to have a better and easy way to control part of the web content that is being generated.
Article

VBS script to start Windows Updates installation

1
If you need to start windows update installation remotely or as a scheduled task you will find this very helpful.
Article
DelegatesInC#

Key concepts of Delegate using C#

2
It was really hard time for me to get the understanding of Delegates in C#. I went through many websites and articles but I found them very clumsy. After going through those sites, I noted down the points in a easy way so here I am sharing that understanding with Experts-Exchange users.
Article

.NET Working Day Calculator

2
Calculating holidays and working days is a function that is often needed yet it is not one found within the Framework. This article presents one approach to building a working-day calculator for use in .NET.
Article

Specifying a Toolbox Icon for a Custom Control using Visual Studio 2010

When a custom control is placed on the toolbox, if it is a professionally made control, it usually …
Article
dog-poodle-snow-sweater-pe<wbr />t-413141

Object Oriented Programming in 500 words or less.

3
Ever wonder how to "do" object oriented programming (OOP)?
Article

Drawing with .NET and GDI+ [Part 1: The Basics]

With this one you're reading, I'm starting a series of articles focused on creating and manipulating…
Article

Having fun with graphics, Part II: The Return (to the early '90s)

4


Well... probably you have noticed that I have not much time to write articles. But I feel …
Article

A Peer-To-Peer LAN Chat Application in Visual Basic.Net using TcpClient and TcpListener

6
This article demonstrates how to build a simple peer-to-peer chat application with TcpClient and TcpListener, designed to run behind a firewall, such as in a home network or a small business.
Article

A New Approach for Custom Colors in a Disabled VB.Net WinForms TextBox

1
A request I've seen often here on Experts-Exchange and out on the internet is for the ability to …
Article

Configuring XMouse Behavior in Windows via VB.Net and the SystemParametersInfo() API

What is XMouse behavior?

"XMouse" behavior is a system whereby windows receive focus when …
Article

How to automate WinRAR to make a single file installer from setup.exe and MSI file

IntroductionIf you want to create a single file installer using Visual Studio, you can …
Article

VB .NET Retrieving FX Rates from ECB site and parsing XML into a datatable

The ECB site provides FX rates for major currencies since its inception in 1999 in the form of an …
Article

Parsing a CSV file into a datatable using LINQ and Regex

6
Parsing a CSV file is a task that we are confronted with regularly, and although there are a vast …
Article

Writing a Basic Analog Clock UserControl in Visual Basic.Net (Part 1)

8
Creating an analog clock UserControl seems fairly straight forward.  It is, after all, essentially …
Article

VB.Net To Excel Usual Stuff

1
It’s quite interesting for me as I worked with Excel using vb.net for some time.
Here are some …

Do more with Experts Exchange.


Get Answers

Join a Group Discussion

Collaborate

Monitor your Site

Explore solutions and more