|
-
Apr 25th, 2006, 12:30 AM
#1
New Member
Re: listview with frame
If ListView1.SelectedItem.Text = "General" Then
call HideAllFrame
Frame1.Visible = True
end if
If ListView1.SelectedItem.Text = "Security" Then
call HideAllFrame
Frame2.Visible = True
end if
public sub HideAllFrame()
Frame1.Visible = False
Frame2.Visible = False
frame3.Visible = False
end sub
' Try to check the listview index. Did you assign the correct one?
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
|