Home All Groups Group Topic Archive Search About

Listview - How to check ifi something is selected ?

Author
28 Aug 2006 11:18 AM
John Devlon
Hi ,

Does anyone know how do I check if something is selected or not in a
listview ?

Thanx

John

Author
28 Aug 2006 11:26 AM
Meelis Lilbok
ListView1.SelectedItems.Count ?





Mx



Show quoteHide quote
"John Devlon" <johndev***@hotmail.com> wrote in message
news:niAIg.45929$AP5.661561@phobos.telenet-ops.be...
> Hi ,
>
> Does anyone know how do I check if something is selected or not in a
> listview ?
>
> Thanx
>
> John
>
Author
28 Aug 2006 11:46 AM
John Devlon
Works great... thanx

Show quoteHide quote
> ListView1.SelectedItems.Count ?
Author
28 Aug 2006 11:36 AM
UUJK
Can we use this code as
  If String.Compare(objFile.Extension,".url",True)=0 then
........??