A custom control is a reusable GUI element, derived from an existing control type, customized with additional behavior, functionality and/or appearance.
I'm working in VB, VS2008, winforms. I've got some labels to create, and I'm using the BorderStyle = FixedSingle. Is there …
.net vb.net winforms custom-controlsI would like to show checkbox as toggle button. But I can't apply my custom pictures to it with CCS …
html css checkbox custom-controlsI have a SeekBar that will change the progress when I require it to, but I don't want the user …
android custom-controls seekbarI want to create a custom view like this. I tried the following <FrameLayout xmlns:android="http://schemas.android.…
android android-layout custom-controlsI am trying to design a Blackberry Application and I am wondering if there are any resources on how to …
user-interface blackberry custom-controls skinI need to create a TreeView that hold synchronized data, like a DataGrid. To clarify, take a look at this …
wpf datagrid treeview custom-controlsIn Delphi XE2, I have a single control in a pair of design/run time packages. Originally, everything was working …
delphi scope custom-controls delphi-xe2I have some custom controls I have created and I'm them using in a new project. However, I keep getting …
ios interface-builder xcode6 custom-controls ibdesignableWe are doing custom drawing in a control subclass's OnRender. This drawing code is based on an external trigger and …
wpf custom-controls redraw invalidation onrenderI'm writing a custom control and I'd like the control to switch from an editing state to it's normal state …
c# wpf custom-controls mouseevent