The Weeping Corpse,
Not sure if this is what you were getting at, but..
Yeah I know about setparent, but my thing is how to get the DBpro 3d viewport and the rest of my form to work together.
Like how would I make the DBPro viewport read variable created with the rest of my form.
Say in my form I have something roughly like..
Dim Mesh As String = textbox1.text
Dim DiffuseMap As String = textbox2.text
'User input being the location to mesh and texture
Then have the DBPro viewport be able to use those variables to load the mesh and texture.
Know what I mean?
Adding to:
Maybe having my form write a temp file that the DBPro viewport could read on a loop?