Quote Originally Posted by jeffnyc
Code:
frm1.lstRight.Items.CopyTo(sourceArray, 0)
Is frm1 the actual name of the form, or the current instance? If frm1 is the name of the form then that is your problem. Also, is this the line that throws the error?