-
How to : Get the list of programs from add/remove Program list ( Control Panel )
-
Re: How to : Get the list of programs from add/remove Program list ( Control Panel )
hello..
I am looking for functions .. to get the Program list from
control panel / add/remove program .. - to my application in VB6.
I cant find any information about...
please help !
regards
-
Re: How to : Get the list of programs from add/remove Program list ( Control Panel )
On 4 Dec 2002 23:19:00 -0800, "buni" <buni@webline.pl> wrote:
>I am looking for functions .. to get the Program list from
>control panel / add/remove program .. - to my application in VB6.
You'll have to retrieve it from the Registry. Each app on the list is
a separate subkey under:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Note the text that appears on the list is the "DisplayName" value
(usually the same as the subkey name). If you need help with the Reg
Api, there are plenty of examples around, including
http://www.allapi.net/
-Tom
MVP - Visual Basic
(please post replies to the newsgroup)
-
Re: How to : Get the list of programs from add/remove Program list ( Control Panel )
thanx for help..
i've alredy done it..
regards
buni
-
Re: How to : Get the list of programs from add/remove Program list ( Control Panel )
Retrieving the Uninstall Application List
http://www.mvps.org/vbnet/code/reg/reguninstall.htm
--
Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.
"buni" <buni@webline.pl> wrote in message
news:3deefd42$1@tnews.web.devx.com...
|
| Hello..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks