A custom control is a reusable GUI element, derived from an existing control type, customized with additional behavior, functionality and/or appearance.
Question: How do I correctly extend a custom control to work with the RequiredFieldValidator? I've read this, but trying to …
c# asp.net custom-controls requiredfieldvalidator validation-controlsSo I was suggested to use WPF forms to make a custom UI for my applications. The first thing I …
wpf user-interface custom-controlsAnyone know of a custom control that looks like this Volume control http://img806.imageshack.us/img806/9366/volumecontrol.png and …
c# winforms user-controls custom-controls trackbarI need a way to for a custom control (descended from TCustomControl) to tell if it is currently visible. I'm …
delphi custom-controls visible paintI have developed a custom control that extends ListBox. The idea is that the control 'remembers' modifications to its elements …
asp.net postback custom-controls viewstate postdataI've got a custom class which derives from SplitContainer: namespace Builder.Components { public partial class ProjectSidebar : SplitContainer { public ProjectSidebar() { InitializeComponent(); } } } …
c# winforms custom-controls designerI am trying to make a custom control with JavaFX and SceneBuilder 1.1. I have this code: FXML <?import libreria.…
custom-controls javafx-2 javafx fxml scenebuilderI am working on an app which uses tags. Accessing those should be as simple as possible. Working with an …
android xml custom-controls autocompletetextview android-cursorI want to be able to display some simple chunks of HTML in my native BlackBerry app, NOT returned from …
html user-interface blackberry custom-controls browserfieldI would like to know how to create a custom iPhone control from scratch, or using an existing library or …
iphone ios opengl-es custom-controls