Visual Basic Development Bookmark and Share   
 Home > Visual Basic Interop and Upgrade > how to make a vb6 app a childform of a .net application
 

how to make a vb6 app a childform of a .net application

ok now i made and standard exe app in vb6

what i would like to do with it is make it part of a .net application

not sure how to explain this but by saying making it like dock with my .net app

i know it will have to do with api calll i think but dont know how to go about starting something like this
Tiger39m9  Saturday, November 07, 2009 4:17 AM
You can have a look at SetParent API in this situation. Please see this thread for your reference. If you have any further issues, please tell us.
http://social.msdn.microsoft.com/Forums/en-US/vbinterop/thread/64272f0f-e9e3-485d-b191-5f7651196870/


Best regards,
Riquel
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
  • Marked As Answer byTiger39m9 Tuesday, November 10, 2009 7:21 PM
  •  
Riquel_Dong  Tuesday, November 10, 2009 10:00 AM
You can have a look at SetParent API in this situation. Please see this thread for your reference. If you have any further issues, please tell us.
http://social.msdn.microsoft.com/Forums/en-US/vbinterop/thread/64272f0f-e9e3-485d-b191-5f7651196870/


Best regards,
Riquel
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
  • Marked As Answer byTiger39m9 Tuesday, November 10, 2009 7:21 PM
  •  
Riquel_Dong  Tuesday, November 10, 2009 10:00 AM

You can use google to search for other answers

Custom Search

More Threads

• Can't show non-modal form when modal form is displayed --- plz help me
• vbupgrade parses but doesn't write
• Install interop without msi
• Microsoft Interop Forms Toolkit 1.0
• VB6 .bas files to .net
• AxInterop.MSFlexGridLib.dll not loading to bin folder after doing clean build
• Can't get Powerpoint to run through my slides, what am I doing wrong?
• VB6 application freezes when using .NET 1.1 assembly that is exposed as COM
• .Net dll stopped working in VB6.0 after migration from .Net 1.1 to .Net 2.0
• Using VB Com+ class from C# (Deployed in MTS)