Hi Nicky:
I don't work with VB6.0 much anymore, but if I remember correctly you can use the ListIndex property of the ListBox, e.g.
If ListBox1.ListIndex = -1 Then 'Nothing was selected End If
Hope this helped,Rolf
I really appreciate your time!