ok, I might be going about this all wrong, but i've been reading up on some stuff, and am venturing into stuff i've never dealt with before.

example: when people do things like, dim xxx as new form1

then xxx.show...how do you design that xxx form? and get the objects placed where you want it?


Anyways, is it possible to say...

Design an object on form2. Say Panel, populate it the way I want it. Code it the way I want it.

Then, say on form1, i push a button, and it will display the panel(on form2) on form1?