I\'ve got a custom class which derives from SplitContainer: namespace Builder.Components { public partial class ProjectSidebar : SplitContainer
For an application I\'m working on, I\'d like to implement sort of a gauge-like control. The gauge should be of vertical orientation and I\'d like to get the effect of a dial with the values printed o
I have inherited a project from a client, who believes he has all the source code, but unfortunately this particular VB6 application used a bunch of custom controls that the original programmer will n
I am creating a number of custom controls for a Silverlight 4 project.I have successfully created one control and am wondering if I can define more in the same project and then have all the controls b
I\'ve build an simple control called Menu: namespace MyControls { public class MenuItem { public MenuItem()
I have a WPF Custom Control inherited from Button. How do I programatically get the custom control to capture the Click Event (so that I can record the action and do some internal work)
I have a custom control that is based off the gridview control located at: here The control is basically a gridview that automatically creates a column of checkboxes that can be used to \"check\" ind
can anyone help me for solving the below question. I am making an appli开发者_如何学运维cation for blackberry in that from one bitmapField i have to invoke a new screen by clicking on the bitmapField.
I am creating a custom MaskedTextBox for Date only. Now i want开发者_如何学Go to hide Mask property of MaskedTextBox from its users.
I am just playing with custom controls, and have one built that looks like so: <cc:Test ID=\"jqTestTest01\" runat=\"server\" OnTestClick=\"jqTestTest01_TestClick\">