A
Armin Zingler
Hi,
as nobdoy answered again, again the short version:
1. Add a Timer (System.Windows.Forms.Timer) to a new WindowsApplication.
2. Set the timer's Enabled property = True.
3. In the timer's tick event, write:
Throw New Exception
4. Start
How can I have the IDE handle the exception? That's what I expect but I
don't have a chance.
Armin
as nobdoy answered again, again the short version:
1. Add a Timer (System.Windows.Forms.Timer) to a new WindowsApplication.
2. Set the timer's Enabled property = True.
3. In the timer's tick event, write:
Throw New Exception
4. Start
How can I have the IDE handle the exception? That's what I expect but I
don't have a chance.
Armin