|
-
May 2nd, 2006, 07:33 AM
#1
Thread Starter
Member
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..
-
May 2nd, 2006, 08:08 AM
#2
Fanatic Member
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
-
May 4th, 2006, 11:20 PM
#3
Thread Starter
Member
Re: ListView control
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|