Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TreeView: Selected items
#4
If you are using .NET 3.0 or above, the following code will work to see if the user is selecting something.

[code2=vbnet]If Not (TreeView1.SelectedItem Is Nothing) Then
MsgBox("The User is not selecting anything!")
End If[/code2]
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
TreeView: Selected items - by brco900033 - 09-26-2012, 08:08 AM
Re: TreeView: Selected items - by brco900033 - 09-27-2012, 07:17 AM
Re: TreeView: Selected items - by brandonio21_phpbb3_import2 - 09-27-2012, 03:08 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)