A step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.
A C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.
This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.
Creating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.
How To Change Dataform Edit Button Tooltip? |
On Friday, January 15th 2010 at 08:33 AM By Jens |
|
|
not sure if this is the right group to ask, but couldn't find any other groups for xaml/wpf/silverlight... I want to change the tooltip for the edit button in the dataform control (as well for the insert and remove buttons) - without actually changing the ControlTemplate (seems kind of weird to copy some 100+ lines of code from the original ControlTemplate just to change a tiny little tooltip...) Can this be done? If so, how? Thanks! |
||