Top "Controls" questions

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

WPF Control Flip

I've got a control that is mainly comprised of an image and a button. I want to display the image …

wpf controls flip
What to do about "Error creating window handle" errors in a C# application?

I've already looked at this question, and I've already checked out the suggestions that were made there. My program creates …

c# controls user-interface window-handles
What event can be captured when an HTML hidden input value is set / changed

HI, In JavaScript when value is set to a hidden input control, which event is fired?

javascript html controls hidden
C# KeyDown Event multiple Keys plus ControlKey

i want to recognize keystrokes to my Control. For this i use the KeyDown Event. The Kind of keystrokes I …

c# controls keydown
Replacing in inner Text in open xml element?

I'm using open xml SDK 2.0 and i'm kind off new to this. I have actually created a quickpart (containg content …

controls openxml openxml-sdk innertext
Differences between Excel's Form Controls & ActiveX Controls

Why are there 2 types of controls available in Excel? (2 buttons, 2 combo boxes, 2 check box, etc...) What's the difference between Forms …

excel vba controls activex userform
WPF CollectionViewSource Multiple Views?

I've written a Custom WPF Control with search extension, let's name it MyControl. The Control is a descendent of an …

wpf filter controls collectionviewsource
How to change base layer using JS and leaflet layers control

I have to modify existing application, where leaflet layers control is used - I need to display one of the …

controls leaflet layer tile
Make all controls inside a GroupBox read-only?

I know that many individual controls have a ReadOnly property. But suppose I have a GroupBox in which there are …

c# .net winforms controls groupbox
Force create handle for Control

I'm currently creating a silent print module. The current control I'm using is, it's making sure that the control handle …

c# controls handle