I am having trouble linking an openfiledialog box filename selection to a list box in a second form (child form?)
I have a menu strip with dropdowns which open dialog box and show list box which is in a different form than menu strip. I believe I know what code to write and can make it work if the listbox was in the parent form but instead becuase it is not it tells me that listbox1 is not recognized in this context. I declared my second form in the first form so I suspect that I must declare the listbox for public use but am truely lost. any help would be much appreciated. thank you
note I am self taught in the last two days so keep it simple and lamen thank you
also i am using VS 2012 Ult