Call a vb.net form from a vb6 mdi Container

Am i overlooking something ?
I followed the instructions and created a . net interopForm project.
Referenced everything in VB6
A vb.net form expects the property MdiParent to be set ...
This property is not available to set , will i get there by adjusting the interface of iiForm ?

Any suggestions are appreciated.

Thanks

[716 byte] By [Steve1965] at [2008-2-26]
# 1

Can you be more specific about what you did? I assume you are talking about the VB6 interopform toolkit. Can you explain in more detail the steps you did (and are you getting a compile error, etc...?)

Thanks!

Toddap_MS at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic Interop and Upgrade...
# 2

Steve,

MDI support between .NET and VB6 Forms is not supported in the Toolkit. See Paul Y's response here:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=754775&SiteID=1

Bryan

BryanDougherty at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic Interop and Upgrade...