why the world I'm so monkey that im typing to fast ane end up into wrong code. the code is suppose to be

If ListView1.SelectedItem.Text = "General" Then
Frame1.Visible = True
Frame2.Visible = False
frame3.visible = false

Else If ListView1.SelectedItem.Text = "Security" Then
Frame1.Visible = False
Frame2.Visible = True
frame3.visible = False

elseIf ListView1.SelectedItem.Text = "Backup" Then
Frame1.Visible = false
Frame2.Visible = False
frame3.visible = True

Any idea why!

or do i have to write zorder statments!

End If
End If
End sub