|
-
Mar 28th, 2006, 06:45 PM
#1
Thread Starter
Member
Re: something missing myself
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|