' Return the application's path.' Note: it also works with add-ins's dll, whereas Application.StartupPath ' returns' Visual Studio .NET's startup path instead' Example: MessageBox.Show(GetApplicationPath())Function GetApplicationPath() As String Return System.IO.Path.GetDirectoryName _ (System.Reflection.Assembly.GetExecutingAssembly().Location())End Function


An Easy Way to Learn Web Security
The Web Security Academy has recently introduced new educational courses designed to offer a comprehensible and straightforward journey through the intricate realm of web security.