' 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


Top Software Development Companies in USA
Navigating the tech landscape to find the right partner is crucial yet challenging. This article offers a comparative glimpse into the top software development companies