Unknown error message: '0' is not a valid value for 'index'.System.Windows.Forms

  • Thread starter Thread starter Bill Nguyen
  • Start date Start date
B

Bill Nguyen

I tried to debug this error message but can't locate it anywhere in my VB
forms.

Specified argument was out of the range of valid values.
'0' is not a valid value for 'index'.System.Windows.Forms

Any help is greatly appreciated!

Bill
 
Bill said:
I tried to debug this error message but can't locate it anywhere in my VB
forms.

Specified argument was out of the range of valid values.
'0' is not a valid value for 'index'.System.Windows.Forms

Any help is greatly appreciated!

Bill

Can you please show some code. The error does not make sense. It
sounds like you are trying to iterate through a forms collection like
you could in VB6 but you can not do it like this in VB.NET

Chris
 
Back
Top