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

VS 2012 [RESOLVED] Check Combobox to see if list is empty

$
0
0
I'm attempting to check to see if a ComboBox list is empty. I tried:

Code:


        If Me.RevCombo.Items Is Nothing Then
            MsgBox("No previous quote revisions found.")
        End If

But it did not catch the empty ComboBox.

Viewing all articles
Browse latest Browse all 27554

Trending Articles



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