Use this tag for programming scenarios related to controls (interactive elements of the user interface).
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-barI have user control: xaml <UserControl x:Class="controlmaker.checkButton" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:…
wpf binding user-controls controlsHow can styles be applied to CheckBoxList ListItems. Unlike other controls, such as the Repeater where you can specify <…
asp.net html controls coding-styleI am using the webBrowser control in C# to load a webpage and need to call a JavaScript function that …
c# .net javascript controls webbrowser-controlI would like to add a Control and an associated event at runtime in Excel using VBA but I don't …
events vba controlsMy scenario is the following: I am working on a winforms application in C# that has a button inside the …
c# winforms user-interface controls tabcontrolI would like to reset a panel to its initial state. For e.g., I set an image as background, …
c# controls panelI'm trying to access a control's text property from program.cs and it says that it is inaccessible due to …
c# winforms controls