When I do something like:
For Each item As HScrollBar In Me.Controls 'ERROR: Unable to cast object of type 'System.Windows.Forms.TextBox' to type 'System.Windows.Forms.HScrollBar'.
item.Visible = False
Next
I get an error because I have a control on a windows forms that is not the item which is a hscrollbar.