|
-
Mar 22nd, 2019, 09:50 AM
#4
Re: Why Not Accept TreeView SelectedNode based onTextBox.Text ?
As implied earlier, it is about the code:
 Originally Posted by Nicomendox
Code:
If n.Text = "Users" Then
That is a case sensitive comparison (ie: only "Users" will match, "users" or "USERS" etc wont), and you want a case insensitive comparison.
Following the advice about a web search (using the text jmcilhinney provided) gives many relevant results, including this one:
https://docs.microsoft.com/en-us/dot...ypes/comparing
Tags for this Thread
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
|