Sebastian Wojciechowski’s WebLog

.NET Developer

Archive for June 25th, 2005

There are two main things that drives me crazy:

Erasing event handlers.
Sometimes Visual Studio .NET 2003 erases event handlers.
What I see is that it occurs after working in html mode. What you can do is attach events manually after the InitializeComponent() call, instead of using the properties editor.

“Close all documents” closes VS. NET […]

Read Full Post »