[VB.NET] Transform Vb6 form in MDI child or Container in vb.net
I have some applications in vb6 and would like them to be integrated into the vb.net this is possible I searched not found anything relevant as well if there is no way to make a formula or .exe vb6 in toplevel false to import as control ?
Re: [VB.NET] Transform Vb6 form in MDI child or Container in vb.net
Re: [VB.NET] Transform Vb6 form in MDI child or Container in vb.net
You cannot import a vb6 form as a control. You’ll have to rewrite it in vb.net
Re: [VB.NET] Transform Vb6 form in MDI child or Container in vb.net
Quote:
Originally Posted by
.paul.
SetParent API
ץyes, but in case I wanted to frame in a form I have how to set vb6 application as Settoplevel (false) ? is there something like this?
Re: [VB.NET] Transform Vb6 form in MDI child or Container in vb.net
Quote:
Originally Posted by
LiwisJames
ץyes, but in case I wanted to frame in a form I have how to set vb6 application as Settoplevel (false) ? is there something like this?
SetParent API