Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27407

VS 2010 Passing checked items/process to other form

$
0
0
Hi,

Anyone can help, pass all checked listview items into my install form??

And then start process in install form... Here's what I have:
Code:

If ListView1.CheckedItems.Count > 0 Then
            For Each Item As ListViewItem In ListView1.CheckedItems
                '//Install
                'install = lVI.Checked
            Next
            Me.Hide()
            InstallPrograms.Show()
        Else
            MessageBox.Show("Nothing selected to install!")

        End If


Viewing all articles
Browse latest Browse all 27407

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>