本文介绍了如何使用VB.NET获取已安装程序列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,
如何创建显示计算机上已安装程序的程序。我试过这段代码,但它没有显示我电脑上安装的所有程序
Hello,
How can I create a program that shows the installed programs on your computer. I tried this code but it does not show all the programs installed in my computer
For Each folders In IO.Directory.GetDirectories("C:\Program Files")
Listbox1.Items.Add(folders.ToString)
Next
请帮助朋友!
please help friends!
推荐答案
这篇关于如何使用VB.NET获取已安装程序列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!