I am currently following the steps http://www.windowsphonegeek.com/articles/Creating-a-WP7-Custom-Control-in-7-Steps? in doing a custom control for WP7. I have created my control in a normal windows p
There is this Telerik\'s RadTreeView (Silverlight Version) control I\'d like to extend (inherit from).
I\'m using the ToolStripDropDown to show up an selectionpopup. The ToolStripDropDown contains a few custom controls with running Threads.
I am trying to write a template custom control in C#, ASP.NET that will have a collection of items. I\'d like to use it similarly to the built-in DropDownList control in ASP.NET, but my items will hav
I have a custom control like this: public class CustomControl1 : Control { private StackPanel panel; static CustomControl1()
I\'m currently working on a small project, and I am having some trouble with silverlight custom controls. I am trying to create a custom ScrollViewer (that will contain small images) for photo gallery
I have created a very simple custom control: [assembly: System.Web.UI.TagPrefix(\"CustomMultiLineTextBox\", \"evo\")]
I want to create a control in C++ and use it in my java based activity. Just like we create an instance of TextView or ImageView, I want to create an instance of my native control and show it in some
I have a really simple word document with Content Controls (all text). I want to loop through the controls, filling them with values from a dictionary. Should be super simple, but something is wrong:
I\'ve got a dialog box that is opened by my main window.Among other things, it has a custom control I wrote that is supposed to control the volume of any MediaElement controls in the program.