Questions tagged as 'controles'

2
answers

Writing conventions for controls in ASP.NET

When you drag a control from the Toolbox to a Web Form, Visual Studio automatically adds an ID to this control that consists of its type with the first letter of capital and a number. This is the same pattern used in projects in VB.NET with W...
asked by 15.12.2013 / 02:20
1
answer

How to make the properties of a User Control accessible in XAML?

A User Control can be used for a variety of purposes, but I'd like to know specifically a simple example of how to create a User Control / p> For example a NumericUpDown : CreatedfromthisXAML:<UserControlx:Class="TCC_2.Templates.Nu...
asked by 18.12.2016 / 21:12
1
answer

Update Controls in Custom Toolbox Control

I created a "Windows Forms Toolbox Control" project and customized some controls: I'vecreatedacustomgallerysothatallofthecompany'sprogrammerscaninstallthetoolboxandmakeuseofthecontrols: According to the figure below you can see the toolbox cr...
asked by 31.03.2015 / 19:01
1
answer

Angular, use same scope between controls

A question for angular expert, so I can use a scope in several controllers of a module, I can only with service(factory) and or rootScope ? I am in a somewhat bizarre situation. We have a project that the client has a problem in the...
asked by 19.05.2015 / 03:07
1
answer

User Control C #

I have the following user control being used in a Form: public partial class CampoTelefone : UserControl { private void maskedTextBoxTelefone_Validating(object sender, CancelEventArgs e) { //validações } } Af...
asked by 01.07.2016 / 19:58
1
answer

How do I go through all the controls in a window in WPF?

Is there any way I can go through all the controls in a window and disable them? For example, make a foreach that disables one by one of the controls. Something like below, only for WPF, not WinForms. private void HabilitarControles(boo...
asked by 31.08.2015 / 14:40
1
answer

Importing an objc control into swift: Error on the one hand (func) of my contole

I decided to make an app in swift this time, and as usual I use my custom control (MenuView). In the objC I know how it works and everything worked, in swift I followed all the steps, import in the bridging-header.h, and put the MenuViewDelegate...
asked by 28.10.2014 / 00:18
1
answer

Problem using common controls 32 bit in 64 bit

I'm having a problem with the common controls in excel 64-bit (checkbox for example), they are required to run a VBA code but in 64 bit version I can not select them. NOTE: common controls have been deployed in 32 bit excel     
asked by 30.01.2015 / 19:39
1
answer

TextBox and C # + ASP.NET Dynamic Button

I'm feeding a webform with textboxes and buttons from a repeater, according to the tuples (people table) returned in an SQL query, linking the code to specific attributes within those controls. For the textbox I'm using the hidden attribute, whi...
asked by 23.12.2014 / 17:47
1
answer

Thread occupying a lot of memory

Come on. I'm loading Buttons in a panel through the BackGroundWorker. That is, inside this BackGround I execute a query in the bank through EF and fill in the panel with the Buttons that contains information coming from this query. The more time...
asked by 08.04.2016 / 08:23