1. Child windows with Win32Lib
- Posted by Davi Figueiredo <davitf at USA.NET>
Feb 27, 1999
-
Last edited Feb 28, 1999
Hello again,
Here is another Win32Lib question. I am
trying to create a window which will hold
several child windows (like the document
windows in many text and image editing
applications), but I don't know how to do it.
I've tried using WS_CHILDWINDOW, but it does
not work. Maybe I need to set some attribute
in the main window (the one that will hold
the others), but I have no idea what it would
be. Is there any way to do this in Win32Lib,
or is it not supported yet?
(BTW, the password SLE works fine now.
Thanks, David!)
Regards,
Davi Figueiredo
davitf at usa.net
____________________________________________________________________
Get free e-mail and a permanent address at http://www.amexmail.com/?A=3D1=
2. Re: Child windows with Win32Lib
At 11:10 PM 27-02-1999 , you wrote:
>Hello again,
>
>Here is another Win32Lib question. I am
>trying to create a window which will hold
>several child windows (like the document
>windows in many text and image editing
>applications), but I don't know how to do it.
>I've tried using WS_CHILDWINDOW, but it does
>not work. Maybe I need to set some attribute
>in the main window (the one that will hold
>the others), but I have no idea what it would
>be. Is there any way to do this in Win32Lib,
>or is it not supported yet?
The model you are trying to make is called MDI (Multiple Document
Interface). I think win32lib (and Visual Euphoria 0.02) doesn't support
such model yet. On MDI you have a main form, a frame window (MDI parent)
that contains child windows (MDI childs).
Regards,
Daniel Berstein
[daber at pair.com]