Most voted "usercontrol" questions
9 questions
Sort by count of
-
1
votes1
answer102
viewsClick event does not work in custom control
I created a button (Usercontrol), until then ok, but when I put an event Click in it, does not work, already tried with the event Mousedown, also did not work. I don’t think this is it, but this…
-
1
votes0
answers10
viewsIs it possible that a lawsuit has pending files?
That is, is it possible for a process to continue running in user mode even if it has Signals left untreated, and only treats them when switching from core to user mode? Or so there is a Signal it…
-
1
votes0
answers60
viewsUpdate Page( windows) during Button Click, Spinner stops working on WPF C#
I’m making a WPF application in c#, that when I click the query button on the bank. It starts spinning a "Spinner" that is inside the Usercontrol; private void BtnBusca_Click(object sender,…
-
1
votes1
answer182
viewsHow to close one Usercontrol and open another via Panel
I have userControlVicles inside a Panel, in this Usercontrol has a button to register a new vehicle, I want that when you click the button the panel closes or hide the current Ucontrol and show the…
-
0
votes0
answers61
viewsLoad Load Control C#
I need to add a conditional Usercontrol. How? if the Pap_id variable is equal to 134, I need to load a Usercontrol displays two inputText for the user to enter a start date and an end date: var…
-
0
votes1
answer50
viewsVB net how to send picture q is in a user control for a form
I have a picturebox in a User Control, and I want the image of the use control picturebox to go to a picturebox of a form, how to do?
-
0
votes1
answer46
viewsHow to check if a user has already submitted a file in Wordpress?
I’m using the plugin WPForms, PRO version and added a button upload file in this form. However, I need to make the following check: A user sends a file through my form. When that same user comes…
-
0
votes1
answer155
viewsHow to change the properties of a Form being inside a Usercontrol that is not in the Form? C#
In my code I am inside a Usercontrol that is not inside the Form and I would like to change the properties of my Form through this Usercontrol. Example of my code: private void btn_Click(object…
-
0
votes1
answer164
viewsHow to check if there is a Usercontrol in a Panel? C# Winforms
I’m making an application that has a central Panel, and for it I’m controlling the Usercontrols, I’m using Clear, Add and Bringtofront to manipulate, i wonder if it has any function so that I can…