Results 1 to 5 of 5

Thread: [VB.NET] Transform Vb6 form in MDI child or Container in vb.net

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2021
    Posts
    166

    [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 ?

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,464

    Re: [VB.NET] Transform Vb6 form in MDI child or Container in vb.net

    SetParent API

  3. #3
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,464

    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

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Apr 2021
    Posts
    166

    Re: [VB.NET] Transform Vb6 form in MDI child or Container in vb.net

    Quote Originally Posted by .paul. View Post
    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?

  5. #5
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,464

    Re: [VB.NET] Transform Vb6 form in MDI child or Container in vb.net

    Quote Originally Posted by LiwisJames View Post
    ץ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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width