Top "Controls" questions

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

Text on a ProgressBar in WPF

This may be a no-brainer for the WPF cognoscenti, but I'd like to know if there's a simple way to …

.net wpf controls progress-bar
WPF user control bind data to user control property

I have user control: xaml <UserControl x:Class="controlmaker.checkButton" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:…

wpf binding user-controls controls
Applying Styles To ListItems in CheckBoxList

How can styles be applied to CheckBoxList ListItems. Unlike other controls, such as the Repeater where you can specify <…

asp.net html controls coding-style
Calling a Javascript function in the C# webBrowser control

I am using the webBrowser control in C# to load a webpage and need to call a JavaScript function that …

c# .net javascript controls webbrowser-control
How to add events to Controls created at runtime in Excel with VBA

I would like to add a Control and an associated event at runtime in Excel using VBA but I don't …

events vba controls
Customizing a TabControl for the Closing of Individual Tabs

My scenario is the following: I am working on a winforms application in C# that has a button inside the …

c# winforms user-interface controls tabcontrol
panel clear everything

I would like to reset a panel to its initial state. For e.g., I set an image as background, …

c# controls panel
Implementation of IsPostBack in page load

The more I use ASP.NET, the more if (!IsPostBack) {} seems pointless... First example: For example, I just Googled an …

asp.net events controls postback
Getting The Location Of A Control Relative To The Entire Screen?

Let's say I have a Control and its location is relative to its parent. If its embedded many times and …

c# winforms controls location
Why is the control inaccessible due to its protection level?

I'm trying to access a control's text property from program.cs and it says that it is inaccessible due to …

c# winforms controls