-
Creating Child forms into MDI from DLL (in-process)
Just wondering if there was a way to bring forms created from an activeX DLL
into an MDI and make them child forms of that MDI?
-
Re: Creating Child forms into MDI from DLL (in-process)
If you have a form in the project you can set that form = to any other form.
set form1 = axdllProject.SplashForm
at that point form1 when shown will be a copy
of the splash form (in reality it IS the same form.
I don't believe that the New keyword will create a unique instance of that
form.
"Johnyo" <johno@openstore.com> wrote:
>
>Just wondering if there was a way to bring forms created from an activeX
DLL
>into an MDI and make them child forms of that MDI?
>
-
Re: Creating Child forms into MDI from DLL (in-process)
Johnyo -
You can't do it directly. However, there was recently a VBPJ article by Dan
Appleman in which he loads ActiveX controls containing the entire GUI from
another (OCX) project onto instances of a child MDI form.
---------------------------------------
Mark Alexander Bertenshaw
Programmer/Analyst
Prime Response
Brentford
UK
"Johnyo" <johno@openstore.com> wrote in message
news:38cf98a5$1@news.devx.com...
>
> Just wondering if there was a way to bring forms created from an activeX
DLL
> into an MDI and make them child forms of that MDI?
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks