Hello,

I've got a little problem.

I am attending to create a new form in my
(first great project) painting programm.

Now here's the prob:

I have a button to open a new subform into my MDIContainer.
But before it opens, I would like to have the user to enter the
height, width, resolution, backcolor and so on.

I've already made a form which contains all the textboxes,
comboboxes and radiobuttons. They are grouped into several
GroupBoxes.

Now my big problem is, where to start.

How do I save the Information (which the user entered) to
that point, where the OK Button is clicked?

Is it advisable to copy the Information to the clipboard?
Because saving it to a file doesn't fit in my plans.

I'm sorry that there is no existing code by now.
But I don't want you to code it, I just need some
advise, suggestions and/or examples.

Thanks