Top 10 reads of July 2015
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan generic extension method for C# and VB.NET How to prevent…
All the Code Snippets and Samples you need
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan generic extension method for C# and VB.NET How to prevent…
To show and select a file in explorer using VBA you can use the following snippet. This snippet should also work in VB6. Sample VBA
To create and write a textfile in VBA you can use the following snippet. This should also work when using VB6. Sample VBA
Here are three Extension Methods which let you use the Left, Mid and Right Methods from VB6 in C# and VB.NET. The Extension Methods simply wrap the on-board .NET Framework…