Results 1 to 7 of 7

Thread: ListView control

Hybrid View

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    56

    Re: ListView control

    Thanks, It work...

    and do you know how to control the listview items.
    such as when I press the listview item, I call the event..

  2. #2
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: ListView control

    you will do that in the listview click event or else even the itemactivate event
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    56

    Re: ListView control

    Quote Originally Posted by Strider
    you will do that in the listview click event or else even the itemactivate event

    Thanks,
    but when I use Itemactivate event, how can I call I selected item value?

    Private Sub ListView1_ItemActivate(ByVal sender As Object, ByVal e As System.EventArgs) Handles ListView1.ItemActivate
    MsgBox(ListView1.Text)


    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
  •  



Click Here to Expand Forum to Full Width