Control Name?

MacRaider4

Member
Joined
Jan 8, 2010
Messages
13
Programming Experience
Beginner
Is there any way in the debugger to find out or a log that tracks what controls are being used? Lets say I click on btnEnter, is there anyplace where it shows that event? I could have sworn there was, but I can't find it. I'm using VS 2005 right now. Thanks in advance...
 
The Call Stack window will show you all the methods that are currently on the stack. Showing an event doesn't really make sense. Showing a method being executed that handles an event does.
 
Thanks, I will look into that. It's nice working on a project where I actually need to know this stuff. Rather than just the few hundred lines of basic code that I've been doing up till now.
 

Latest posts

Back
Top