Use this tag for programming scenarios related to controls (interactive elements of the user interface).
I wanted to do something like this: <asp:Label ID="lblMyLabel" onclick="lblMyLabel_Click" runat="server">My Label&…
asp.net controlsI'm trying to programmatically load a web page via the WebBrowser control with the intent of testing the page & …
c# .net controls browser navigateurlAll too often I want a WPF slider that behaves like the System.Windows.Forms.TrackBar of old. That is, …
wpf controls sliderIn C#.NET I am trying to programmatically change the color of the border in a group box. Update: This …
c# winforms user-interface controls groupboxThese are three different things you can add to a project and I am not quite sure if I understand …
c# winforms controls componentsDoes anyone know what the properties are in the combobox that I can manipulate in order not to allow the …
excel vba controls excel-2007I need to display a multiline, read-only text - which control can be used for that? It should only display …
controls javafx-2