Top "Controls" questions

Use this tag for programming scenarios related to controls (interactive elements of the user interface).

What is Dependency Injection and Inversion of Control in Spring Framework?

"Dependency Injection" and "Inversion of Control" are often mentioned as the primary advantages of using the Spring framework for developing …

spring dependencies controls code-injection inversion
Professional jQuery based Combobox control?

Are there any professional Combobox controls (dropdown list with autosuggestion) based on the jQuery library? It should be able to …

javascript jquery combobox controls
Change the location of an object programmatically

I've tried the following code: this.balancePanel.Location.X = this.optionsPanel.Location.X; to change the location of a panel …

c# winforms controls runtime
C# Get a control's position on a form

Is there any way to retrieve a control's position in a form, when the control may be inside other controls (…

c# winforms controls
How can I make visible an invisible control with jquery? (hide and show not work)

How can I change the visibility of a control with jQuery? I have a control that its visible property to …

asp.net jquery controls visibility visual-studio-2008-sp1
How to access Winform textbox control from another class?

I have a winform called Form1 and a textbox called textBox1 In the Form1 I can set the text by …

c# winforms class inheritance controls
VB.Net: Dynamically Select Image from My.Resources

I have a group of images in my My.Resources. I want to select select images to display dynamically at …

.net vb.net image controls my.resources
How to find controls in a repeater header or footer

I was wondering how one would find the controls in the HeaderTemplate or FooterTemplate of an Asp.Net Repeater control. …

asp.net controls repeater findcontrol
Is there a simple JavaScript slider?

I need to create a custom volume slider for a WMP object. The current slider is complicated to modify, and …

javascript slider controls wmp
Where can I find free WPF controls and control templates?

I am looking for some recommendations on good places to find libraries of controls/templates/styles for WPF. I know …

wpf controls templates