Hi all, need help here,
i need to make a if condition where non of the item in he listbox is selected
i tried
if lstlistbox.selectedItem.toString = ""
'stop
else
' continue
end if
however, it returns an error "NullReferenceException"
so how is it possible for me to make the if condition where the non of the item in the listbox is selected.
Thanks alot
i need to make a if condition where non of the item in he listbox is selected
i tried
if lstlistbox.selectedItem.toString = ""
'stop
else
' continue
end if
however, it returns an error "NullReferenceException"
so how is it possible for me to make the if condition where the non of the item in the listbox is selected.
Thanks alot