How to get the current path using VBScript
To get the current path using VBScript you can use the snippet below. Samples VBScript Sample If you have any questions or suggestions feel free to rate this snippet, post…
All the Code Snippets and Samples you need
To get the current path using VBScript you can use the snippet below. Samples VBScript Sample If you have any questions or suggestions feel free to rate this snippet, post…
To catch specific SQLExceptions using Microsoft.NET and Microsoft Sequel Server you can use the snippet below. You also need to look for the specific error numbers/codes you want to catch.…
To extract (unzip) a password protected zip file using the Ionic DotNetZip Library, you can use the snippet below. Samples [tab name=”C# Sample”] string zipFile = @"C:\Users\Fesslersoft\Desktop\ZipTest\Test.zip"; string targetDirectory =…
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…
This snippet let’s you use the Left, Right, Mid methods known from VisualBasic in C# without referencing Microsoft.VisualBasic Namespace.
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
To use the Microsoft Speech API in VBScript you can use the following snippet. Sample VBScript
To reboot the pc in VBScript you can use the following snippet. Sample VBScript