I want to hide the Events property page while an app is running

cjard

Well-known member
Joined
Apr 25, 2006
Messages
7,081
Programming Experience
10+
I dont know if anyone noticed, but its been a long standing and oft reported bug in VS that, if you try to add an event handler to a control by clicking the control, properties, lightning bolt, event type, type some text, press return WHILE the app is running VS crashes immediately.

I think a simple solution to this would be to hide the events page of the props grid while the app is running; but can anyone think of an easy way to do it? Even showing a message saying "Warning, the app is running, Adding an event handler will crash VS" would be a start :)
 
Back
Top