Top "Controls" questions

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

How do I capture SIGINT in Python?

I'm working on a python script that starts several processes and database connections. Every now and then I want to …

python controls signals
How can I find WPF controls by name or type?

I need to search a WPF control hierarchy for controls that match a given name or type. How can I …

wpf controls find
DataGridView - how to set column width?

I have a WinForms application with DataGridView control. My control has five columns (say "Name", "Address", "Phone" etc) I am …

.net winforms datagridview controls
How can I change the Java Runtime Version on Windows (7)?

How can I change the Java Runtime Version on Windows. I installed Java 7 for some tests, and now I need …

java windows registry controls panel
How to make overlay control above all other controls?

I need to make a control appear above all other controls, so it will partially overlay them.

wpf xaml controls overlay
Get a Windows Forms control by name in C#

I have a ToolStripMenuItem called myMenu. How can I access this like so: /* Normally, I would do: */ this.myMenu... etc. /* …

c# winforms string controls accessibility
How to get ALL child controls of a Windows Forms form of a specific type (Button/Textbox)?

I need to get all controls on a form that are of type x. I'm pretty sure I saw that …

c# .net vb.net winforms controls
Word wrap for a label in Windows Forms

How can one get word wrap functionality for a Label for text which goes out of bounds?

c# .net winforms label controls
Best way to access a control on another form in Windows Forms?

First off, this is a question about a desktop application using Windows Forms, not an ASP.NET question. I need …

c# winforms controls
Where is the WPF Numeric UpDown control?

Getting into the first serious WPF project. It seems like there are a lot of basic controls flat out missing. …

wpf controls numericupdown updown