Results 1 to 21 of 21

Thread: something missing myself

Hybrid View

  1. #1
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    Re: something missing myself

    As tg said, we'd need to know what event you're using to run your code.

    Also, that code can be simplified to:

    VB Code:
    1. Frame1.Visible = ListView1.SelectedItem.Text = "General"
    2. Frame2.Visible = ListView1.SelectedItem.Text = "Security"
    3. Frame3.Visible = ListView1.SelectedItem.Text = "Backup"

  2. #2

    Thread Starter
    Member
    Join Date
    Apr 2005
    Posts
    38

    Re: something missing myself

    ____________________________________________________
    Frame1.Visible = ListView1.SelectedItem.Text = "General"
    Frame2.Visible = ListView1.SelectedItem.Text = "Security"
    Frame3.Visible = ListView1.SelectedItem.Text = "Backup"
    _____________________________________________________


    that have same problme again, One frame (General) overlay the other frame (Security), thired frame overlay the other frame (backup), so when user selected options (general) is works fine then i click "options" for security is not working, and if i click backup is works fine with frame.

    so what went wrong with that!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width