Click here to Skip to main content
15,888,816 members
Articles / Programming Languages / Visual Basic

ControlInspector - monitor Windows Forms events as they are fired (like Spy++ for .net)

Rate me:
Please Sign up or sign in to vote.
4.96/5 (86 votes)
30 Apr 2003CPOL6 min read 273.5K   8.3K   176  
ControlInspector hooks on to all events on a given control, user-control or form and shows when they are fired, along with any eventargs. It even handles custom events and custom event args using dynamically generated assemblies.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United Kingdom United Kingdom
Director of Adastra Software Ltd, a UK based provider of point of care information systems.

Comments and Discussions