Tag Archives: 2008
VB.NET: Creating an editable label control
VB.NET: Using Enumerations (Enum)

In this tutorial I will be discussing how to use the Enum function of VB.NET in order to generate your own enumerations that make your code easier to understand … Continue ReadingVB.NET: Using Enumerations (Enum)
VB.NET: Using a WebClient to Track Downloads (Visual Basic 2008,2010,2012)
VB.NET (Visual Basic 2008/2010): Using Dictionaries

In this tutorial I will teach you how to use the Dictionary object, an object that allows you to sort a group of objects based on a key of a Continue ReadingVB.NET (Visual Basic 2008/2010): Using Dictionaries
Vb.NET: Passing Parameters from one application to another (Visual Basic 2008/2010)

This is my first 1080p tutorial.. so hopefully you will actually be able to switch it to 1080p mode! This video explains how to pass parameters from one vb.net … Continue ReadingVb.NET: Passing Parameters from one application to another (Visual Basic 2008/2010)
Add Notifications to any Vb.NET Project!
net start and net stop a service

This command line video teaches how to start and stop a service via command line. It shows how to find the names of a service via services in computer … Continue Readingnet start and net stop a service
Vb.net – Using Object Oriented Programming

In this tutorial I will be getting back to VB.NET for a bit to teach you guys how to enhance your programming experience by using objects!! Hopefully this will help Continue ReadingVb.net – Using Object Oriented Programming