Events such as ListControl 'item selected'
or a command button
stop firing from external browser or VS debugger.
But if I debug and set breakpoint in the event,
then it works. And then it starts working
with external browser, as well, though
I have not changed the source code.
.NETDave - 17 May 2004 23:51 GMT
Are you using C#? If so, I have found it to blow away the event "wire ups". If you events stop fireing, the first place to look is the InitializeComponent method and see if they are still there
David McCarte
www.vsdntips.com