I have a bunch of individual dialog box forms (with associated action code) that I want to embed in a tabstrip, so that the user could access them all at once by selecting between them through tabs.

I have done this in VC++ by making the individual screens property pages and grouping them together that way, is there a similar way to do it in VB? Can I somehow invoke an instance of a particular form at runtime and stick it into one of the tab of a TabStrip control?