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…
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…
To catch specific SQLExceptions using Microsoft.NET and Microsoft Sequel Server you can use the snippet below. You also need to…
To match strings using wildcards in C# and VB.NET you can use the following snippet. It will internally convert the…
To get the current Database and Log Filesize using MSSQL you can use the snippet below. Tested using SQL Server…
What is the difference between typeof(), GetType() and is? typeof() takes a type name specified at compile Time. GetType() gets…
To get the executable filename in C# and VB.NET you can use one the following methods. Sample C# Sample VB.NET
To round to X decimal places in C# and VB.NET you can use one of the following methods. Take a…
Using doubleclick events in the Devexpress Gridview Control is a simple task. There are 2 different ways of doing this.…
Today i recieved the following Nuget Error while trying to install Automapper. Failed to initialize the PowerShell host. If your…
How to use Node Doubleclick in Devexpress Treelist in C# and VB.NET you can use the following snippet. Sample C#…