listview checked handle |
Post Reply
|
| Author | |
RouxAxium
Groupie
Joined: 2009-November-17 Online Status: Offline Posts: 11 |
Quote Reply
Topic: listview checked handlePosted: 2010-July-28 at 21:01 |
|
Hi, I made a function that work with the listview 2.0 net. I would like to know how i can do the same thing with the SDK flexpendant Listview?
Private Sub ListView1_ItemCheck(ByVal sender As Object, ByVal e As System.Windows.Forms.ItemCheckEventArgs) Handles ListView1.ItemCheck Dim i = 0 If e.NewValue = CheckState.Checked Then i = 1 StringTxt.FillFromString(ListView1.Items(e.Index).Text) sFrmHMI_PatternName.Value = StringTxt Else End If If i = 0 Then StringTxt.FillFromString(" ") sFrmHMI_PatternName.Value = StringTxt End If Me.Invoke(New EventHandler(AddressOf LoadEnableI), New Object() {sender, e}) End Sub Best Regards, Martin
|
|
![]() |
|
Post Reply
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |