Steps to convert from C# to VB:

1. Use the wizard to convert C# to VB .NET:
   http://www.developerfusion.co.uk/Utilities/convertcsharptovb.aspx

2. Delete all Designer Generated Code for forms

3. Copy and past the code for each from from the conversion webpage

4. Find/Replace all instances of QSS.Components.Windows.Forms.Samples with YOUR_PROJECT_NAME_SPACE

5. Add the prefix of QSS.Components.Windows.Forms. to controls variables that have errors