Why can't .NET just be consistent?
-
[Grrr] Why does a TreeView have a Name and a Text property? Everything works with Text (which I have been setting) except Find - which uses Name. Now I have to back track and set Name as well as Text throughout. :mad: [/Grrr]
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
-
[Grrr] Why does a TreeView have a Name and a Text property? Everything works with Text (which I have been setting) except Find - which uses Name. Now I have to back track and set Name as well as Text throughout. :mad: [/Grrr]
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
Name = unique identifier to be used in code Text = text displayed to the user at run-time Since text isn't unique the find must use the name property Seems logical to me (unless I'm missing something)
-
Name = unique identifier to be used in code Text = text displayed to the user at run-time Since text isn't unique the find must use the name property Seems logical to me (unless I'm missing something)
I'm missing the reason as to why this is posted in the soapbox...
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
I'm missing the reason as to why this is posted in the soapbox...
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001And why not as a rant :)
-
And why not as a rant :)
It has an angry face *grrrr*. Does that count?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
It has an angry face *grrrr*. Does that count?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
that's not a *grrr* it is just a : mad: we don't have a *grrr* :mad:
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.