Results 1 to 7 of 7

Thread: probem reloading frame with new data on click over listview row

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    probem reloading frame with new data on click over listview row

    I wonder how i can reload frame when i click on listview row. I have seen applications like shown pic that it reloads frame on click over listview row. Could any one show me how this can be done?



    Thanks


    1 Code:
    1. Private Sub ListView1_Click()
    2. gstrSomething = ListView1.SelectedItem.SubItems(4)
    3. gstrSomethingElse = ListView1.SelectedItem.Text
    4. Frame1.Visible = True
    5.  
    6. End Sub
    Attached Images Attached Images  
    Last edited by tony007; May 11th, 2007 at 03:05 PM.

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