Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / VB10

VB10

VB10

Great Reads

by Mr. xieguigang 谢桂纲
Object-oriented evaluator of the mathmatics expression
by Sander Rossel
Journey to the center of the .NET Framework with a chance of IL along the way!
by gndzero
A threaded application to identify if system VB6 OCX files are exploitable and generate a batch file to register updated OCX controls.
by DaveyM69
A complete overview and implementation of SNTP from a client perspective.

Latest Articles

by Mr. xieguigang 谢桂纲
Object-oriented evaluator of the mathmatics expression
by Sander Rossel
Journey to the center of the .NET Framework with a chance of IL along the way!
by gndzero
A threaded application to identify if system VB6 OCX files are exploitable and generate a batch file to register updated OCX controls.
by DaveyM69
A complete overview and implementation of SNTP from a client perspective.

All Articles

Sort by Score

VB10 

by Martin Hinshelwood
I am always pulling out the Unity assemblies. Maybe it is just because I am lazy, but I really can’t be bothered rolling my own dependency injection and mapping framework!
by Martin Hinshelwood
Even though this sounds like a really simple thing, what if you do not know the name of the controls, and you do not want to have to add a bit of code that you, or another may developer may forget to every piece of code with a timer in it.
by Cyborgx37
LINQ is syntactical sugar for extension methods and lamda expressions. To understand LINQ, it is important to first grapple with these concepts.To begin, let's look at a simple and somewhat common scenario.
by Abhishek Sur
Make your class library COM visible using few simple steps
by Martin Hinshelwood
I am not sure if this is a good idea, but I was bored one day and decided to add a TFS Error Log provider for Elmah. There are 2 ways you can do this.
by Paulo Morgado
Getting Interface Property Implementations
by Martin Hinshelwood
Staring from the original Command Line Parser v1.0 code, I wanted to be able to add multiple commands, or even nest commands. The result is a nice simple commanding architecture conducive to creating multiple commands.