How To Show MDI Form in ActiveXDll.OCX
-
Hi, I want to display a MDI form form ActiveX control. Do U have any idea how to do that? I know it's possible in VB.NET but I want to do it in VB.6.0 Uttam Regards; Uttam Kumar
-
Hi, I want to display a MDI form form ActiveX control. Do U have any idea how to do that? I know it's possible in VB.NET but I want to do it in VB.6.0 Uttam Regards; Uttam Kumar
I have looked into all the crazy ways of doing this and the best that I can find is to create your 'MDI Form' as a usercontrol, then load it onto a real MDI Child form in the parrent application. The only other thing that you will need to figure out is how to build and destroy menus on the child form if you need them.
Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall."
George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things."
-
I have looked into all the crazy ways of doing this and the best that I can find is to create your 'MDI Form' as a usercontrol, then load it onto a real MDI Child form in the parrent application. The only other thing that you will need to figure out is how to build and destroy menus on the child form if you need them.
Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall."
George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things."
Hi, Thanks a lot for the help but I'm bit lost can U plz send me a sample code? Lot of thanks in advance. Uttam Regards; Uttam Kumar
-
Hi, Thanks a lot for the help but I'm bit lost can U plz send me a sample code? Lot of thanks in advance. Uttam Regards; Uttam Kumar
I sent the sample app to first email address on the contact page of your website.
Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall."
George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things."
-
Hi, I want to display a MDI form form ActiveX control. Do U have any idea how to do that? I know it's possible in VB.NET but I want to do it in VB.6.0 Uttam Regards; Uttam Kumar
Uttam Kumar, You cannot do this in native VB6 functionality. However, there are some OCX's out on the Internet that will allow you to do this relatively easily. Good Luck, Tony