' this code assumes that you have used this Imports statement' Imports Microsoft.Win32Function IsWordInstalled() As Boolean ' Define the RegistryKey objects for the registry hives. Dim regClasses As RegistryKey = Registry.ClassesRoot ' Check whether Microsoft Word is installed on this computer, ' by searching the HKEY_CLASSES_ROOTWord.Application key. Dim regWord As RegistryKey = regClasses.OpenSubKey("Word.Application") If regWord Is Nothing Then IsWordInstalled = False Console.WriteLine("Microsoft Word isn't installed") Else IsWordInstalled = True End If ' Always close Registry keys after using them. regWord.CloseEnd Function' ExampleIf IsWordInstalled() Then Console.WriteLine("Microsoft Word is installed")Else Console.WriteLine("Microsoft Word is not installed")End If

Top Careers at Microsoft
Microsoft has gained its position as one of the top companies in the world, and Microsoft careers are flourishing. This multinational company is efficiently developing popular software and computers with other consumer electronics. It is a dream come true for so many people to acquire a high paid, high-prestige job