Click here to Skip to main content
15,902,022 members

Comments by Versatile49 (Top 16 by date)

Versatile49 23-Sep-15 10:39am View    
Why do you post it here?
Versatile49 24-Jan-13 3:53am View    
I ge ta complie time error: The type arguments for method 'System.Linq.Enumerable.OrderBy<tsource,tkey>(System.Collections.Generic.IEnumerable<tsource>, System.Func<tsource,tkey>, System.Collections.Generic.IComparer<tkey>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
Maybe this is because of the dynamic class that I am creating at runtime
Versatile49 23-Aug-12 2:04am View    
Well I am looking towards if someone can pin point exact things. the links are general introduction that I had founded and went through. But there are no specific usage distinctions that I am able to find.
One example is The difference between a RoutedUICommand and RoutedCommand is that RoutedUICommand includes a Text property. But again here I do not know what wonders this Text property does in RoutedUICommand.
Versatile49 9-Aug-12 4:04am View    
I think you didn't understand my question.

First of all the thing is I don't have contorl over the host application window as another user can use the same class. I cannot ask them to bind it to observable collection and perform certain actions on it.
Second of all the main thing is I want is that tooltip should never appear when the control is added to the stackpanel. How to achieve this?
Versatile49 9-Aug-12 3:15am View    
Updated the question. Let me know if you need more details