Good Afternoon,

I'm new C#, so please bare with me...

I have an application that loads a 'Main' form. This form contains, amongst other things a Text Box and a Button. When the user clicks on the button another form opens as a dialog form over the top and the user can select items from a Checked List Box, once done they click on the OK button on the second form which should close it and add the list created by the user to the Text Box on the main form.

Doing such a thing in VB, no problem, but how do I do this in C#?

I've searched and searched but nothing I've found has worked when tried.

Any assistance, guidance or sample would be very much appreciated.

Regards