Tagged Questions

2
votes
3answers
199 views

Detect when link is activated - either by click or tab and enter

Hi Guys Just wondering if anyone knows of a way that wiring up jquery to run a function for when a user clicks on a link or tabs to a link and hits enter. I want to intercept that activation of a …
1
vote
3answers
281 views

Winforms - order of Load and Activated events

One of our users has sent in a log for our .NET Winforms application that indicates that the Activated event is occurring before the Load event. I didn't think this was possible and have coded with …