' Return True if the application is running as an EXE' Return False if the application is running as a DLLFunction RunningAsExe() As Boolean ' get the codebase of the running assembly Dim codeBase As String = Reflection.Assembly.GetExecutingAssembly.CodeBase ' extract the extension Dim ext As String = System.IO.Path.GetExtension(codeBase) ' return True if extension is EXE Return String.Compare(ext, ".exe", True) = 0End Function


The Role of Call Data: How Call Tracking Can Improve Customer Experience
Who would argue that experiences reign supreme? But not just any experiences — the ones that occur when customers interact with your business. It’s these real-life interactions that have the