' 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

7 Ways Technology Has Changed Traditional Payments
In today’s digital world, technology has changed how we make payments. From contactless cards to mobile wallets, it’s now easier