Announcement

Collapse
No announcement yet.

list box question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • list box question

    Here a silly question, sorry.
    I have a blank listbox and on page load I would like to fill it with the list of all the programs already installed on the sistem. So I thought that the problem is to write the names in some text file and load it in the listbox. But How is poossible to get this list of names? The list is for add the shorcut of the program to install. I hope my bad english will allow you to understand
    Thanks

  • #2
    Re: list box question

    Here is a way to populate a list box with the programs installed on a computer.

    It goes through the registry's uninstall information and pulls the Software Title and the UnInstall info. From there it populates the list box with the uninstall string as the Item Data. If you double click a List Item, the unistall string will display. You could actually use a File.Execute with the string to fire the uninstall.

    Download Sample Project

    Comment


    • #3
      Re: list box question

      many many thanks, This is what I was looking for

      Comment


      • #4
        Re: list box question

        You're welcome.

        Comment

        Working...
        X