Welcome to MSDN Blogs Sign in | Join | Help

February 2005 - Posts

When closing your application from code, for example in the File | Exit menu you should use Form.Close() (ie this.Close() or Me.Close) opposed to Application.Exit(). When calling Application.Exit everything is told to stop immediately and then the appplication Read More...
This is your chance to help make Whidbey compatible with .NET Framework 2003. Jay Roxe is asking for your corporate .NET Framework 2003 applications so Microsoft can test compatiblity. Check out Jay's post I need .NET Framework 2003 Applications! Read More...
When an exception occurs is thrown in your application, but is never caught the application ends up crashing. Not exactly a user friendly application. So that you can better handle these unhandled exceptions and at the minimum close the application gracefully Read More...
 
Page view tracker