Public Class Constants Public Const NO_ROW_HANDLE = -1 Public Shared ReadOnly MESSAGE_TOO_MANY_SEARCHES = "You have more than three searches configured. This Window will only show the first three result lists!" Public Shared ReadOnly MESSAGE_ERROR_IN_SEARCHES = $"An error occurred while executing searches or no searches were found!{vbNewLine} Please check the SQL Queries for errors and if the correct connection was configured.{vbNewLine}{vbNewLine} For more information check the Logfile." End Class