Skip to main content

All Questions

Tagged with
0 votes
1 answer
60 views

trying to find and use control using event without ASP

What I am trying to do is create a library of DataGridView functions that I can copy and paste AS IS into a program. For brevity all functions will reference that DataGridView as dgv. As things stand ...
Mike Sr's user avatar
  • 533
0 votes
0 answers
16 views

Assign an event handler of a Form Control to another class

There are some questions about this issue, and the conclusion is that you can't assign an event handler to a Form Control "outside" the Form code. So I found a method of doing that without ...
AlexKots's user avatar
0 votes
1 answer
272 views

C# Click event for multiple controls inside custom control

I'm trying to make a custom User Control with multiple controls inside (for this example, a Picture box and a label) and I want them all to respond to the same event that I make on the form where I'm ...
lm98's user avatar
  • 1
0 votes
1 answer
98 views

Subscribe and Catch child control click event

I have a form that contains a custom list control. In this list control, is a flexlayout control called flpListBox with rows of results. I am having problems catching the click event of each item. I ...
WiiLF's user avatar
  • 324
0 votes
2 answers
141 views

VBA Checkbox wont set state TRUE, but will set FALSE

I am making an improved version of a userform I got working earlier. The purpose of it is to select business data from a certain period per account in our system, and basically I have this part ...
RosvoT's user avatar
  • 3
0 votes
2 answers
103 views

Whats the best event to use access vba

I have a Form with various tabs and controls on it. There are textbox controls, and I want to call a sub when any one of certain textboxes are updated. This doesn't apply to all textboxes, and I want ...
Spencer Barnes's user avatar
1 vote
2 answers
659 views

How to bind an event to the property IsVisible of a ContentView?

I've created a control in Xamarin.Forms, allowing me to display a reusable error view, with ContentView and Lottie animations. My view contains: the Lottie animation, 2 Labels (a title and a ...
Gold.strike's user avatar
  • 1,287
1 vote
0 answers
335 views

Dynamically change control color when hovered without changing back when hovering childs

I have a application that talks to the Database-API of a game and displays information about certain items. One part of the UI looks like this: For the grey boxes I have created a control called '...
Stefan's user avatar
  • 25
1 vote
1 answer
888 views

Winform controls event when z order changed

I have controls in the same place (one on top of the other) Is there a way to get an event when the z-order changes? The purpose is for debugging to see when and who change the order It can be ...
Raful Chizkiyahu's user avatar
0 votes
1 answer
1k views

Stop TOUCHMOVE event when finger is not on the element anymore (but still pressed)

I have a div(#parent) with 4 child elements inside. The idea is when I touch one of < span > elements and move finger I fire the event(touchmove) and when I move finger outside of the current < ...
Lune Yaroslav's user avatar
0 votes
1 answer
65 views

Even mark L.control.layers - leaflet

I have a Leaflet.Control.Layers, where I add the layers of my map. Which event I use to know which layers are checked or not.
user12538529's user avatar
0 votes
2 answers
297 views

why is this libreoffice Edit control event handler not working

I need to create this dialog programatically because it will have a variable number of controls depending on the client. (The naming conventions are sloppy right now because i am in the middle ...
Dave Jordan's user avatar
0 votes
0 answers
30 views

Webbrowser control not loading elements on screen without firing any events

I've built an app running a CRM website. Everything seems to be working fine except one thing. When I click on a certain button on screen, it registers the mouseclick but never "load" anything. It ...
Guillaume's user avatar
1 vote
1 answer
115 views

How to clone value changed event from control at run time

I tried to clone the events from one NumericUpDown to another on. I found a solution that fits nearly all my needs her: How to clone Control event handlers at run time? Surprisingly, the ...
mitch's user avatar
  • 115
-2 votes
2 answers
4k views

VB.Net How to programmatically add a control and an event handler

I'm creating a game using the PictureBox control and adding a MouseDown event to handle reducing the "health" value of the PictureBox. I would like to programmatically add a new control when the ...
sunnyCr's user avatar

15 30 50 per page
1
2 3 4 5
12