In VB6, I could embed a form in a picture_box using the api SetParent and then the withevents command for resizing.

I found this very useful as I had a splitter with a treeView on the left and a picturebox in the right. Depending on the selected node, a form would be launched in the picturebox.


Firstly what is the .net replacement for the setparent and does anyone know of a technique to do this in .net.