Is there a way to scan a pc and get a list of all the software that are installed on it using Visual Basic?
Printable View
Is there a way to scan a pc and get a list of all the software that are installed on it using Visual Basic?
you could use some sort of API to search for all files on the computer..(search for *.*)
then every time a file is found add it to a ListBox ListView or TreeView.