OK whats is the equivelant of this code from VB 6 to VB.NET.

VB Code:
  1. Dim frm As Form
  2.    
  3.     For Each frm In Forms
  4.         Unload frm
  5.         Set frm = Nothing
  6.     Next frm