views:

115

answers:

2

Hi,

I'm want to write a professional application for resale. I need to know how do I setup a WinForms application with effective error handling?

+1  A: 

I would start by purchasing books (or tutorials) that match your learning pace. But bear in mind there is often a gap between being able to create an application, and being able to create a 'polished' application. You won't get that from books; you get that from creating lots of apps!

Here's a decent place to start (and it's free): Visual Basic Developer Center

From that site: Learning Visual Basic from the Ground Up

Once you become familiar with the basics, take a look at windowsclient.net

Mitch Wheat
+2  A: 
+1 Here's a link to the sample code in the MSDN documentation http://msdn.microsoft.com/en-us/library/system.windows.forms.application.threadexception.aspx
MarkJ