Olaa gurus estoy mejorando mi troyanito y bueno algo tan sinple y me da error
lo que quiero es que compruebe si esta selecionado alguna Pc en el ListView pero me tira el error 91 Object variable or with block variable not set TssSss Ayudaa PlisSSs
Graxias de antemano
![:huh: :huh:](https://forum.elhacker.net/Smileys/navidad/huh.gif)
Código [Seleccionar]
Private Sub LV_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
If Button <> vbRightButton Then Exit Sub
If LV.selectedItem.Selected = False Then Exit Sub ' aqui se me para el depurador
Call Show_Menu_PopUp(MenusContextuales.Menuc, Button)
End Sub
Graxias de antemano
![;) ;)](https://forum.elhacker.net/Smileys/navidad/wink.gif)