Top "Form-control" questions

Form control is the main component of Windows Forms UI framework.

What is the difference between "Form Controls" and "ActiveX Control" in Excel 2010?

Using Microsoft Excel 2010, I noticed two kind of controls that can be inserted into a document: Form Controls and ActiveX …

excel vba excel-2010 activex form-control
ERROR Error: No value accessor for form control with unspecified name attribute on switch

Here is my component in Angular 4: @Component( { selector: 'input-extra-field', template: ` <div class="form-group" [formGroup]="formGroup" > <switch [attr.…

angular form-control
No value accessor for form control

I'm using Angular2-rc5, and I'm currently getting an error on my login page. I'm trying to make a form …

javascript forms angular form-control
Detect if a Form Control option button is selected in VBA

I have a code that work just fine using ActiveX option buttons. However, I want the macro to run on …

vba excel form-control radio-button
Dynamically addControl to formgroup Angular 5

Trying to dynamically add a new formControl entry to my formGroup in Angular. method() { this.testForm.addControl('new', ('', Validators.…

angular angular-reactive-forms form-control
What is the difference between formControlName and FormControl?

I'm using ReactiveFormsModule of Angular2 to create a component that contains a form. Here is my code: foo.component.ts: …

angular radio-button angular2-forms form-control angular2-formbuilder
Angular, Disable submit button using [disabled] to check form validity

I'm trying to disable a submit button using [disable]=form.controls[...].invalid condition checking. The submit button should be disabled …

html angular typescript form-control
react bootstrap readonly input within formcontrol

I am using react bootstrap and this framework provides some nice FormControls. But I would like to make the Input …

reactjs react-bootstrap form-control readonly-attribute
Forms : Enabled/Disable all controls in a container (panel)

I am coding a C# Forms application and would like to know how to enable/disable all controls container within …

c# winforms panel form-control