Ok, I have been trying to figure this out forever. On one form (1) I have a list box and I want to pass its values to a combo box on another form (2) when form (2) loads. The first thing form (2) does onload is to get the list box contents from form (1) and fill the combo box on form (2). I have figured out how to pass just one value but not a collection of values. Assuming that vb.net required the use of propety gets to pass values between forms then I would guess this is how I have to do it, but not sure exactly how. This is apparently much more difficult than it should be. Any help would be GREATLY appreciated....