1. Child windows with Win32Lib

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=

new topic     » topic index » view message » categorize

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]

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu