Results 1 to 2 of 2

Thread: ListView

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2003
    Posts
    55

    ListView

    how to change a selected price in a seperate column help plzzz

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    VB Code:
    1. Private Sub ListView1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ListView1.Click
    2.         ListView1.SelectedItems(0).SubItems(1).Text = "£1:50" '/// 1 being the first subitem ( column )
    3.     End Sub
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

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