MDI Window question
- Posted by Brian Jackson <bjackson at 2FARGON.HYPERMART.NET> Jan 12, 2000
- 401 views
Hi all, Question for the group, not necessarily Euphoria-specific. I've been working on some code to try to create MDI Child windows, and I can't quite get there. I understand all the rot about the parent/client/child relationships, and what contol processes what messages/events, but I can't make an example in Euphoria or C++ that works correctly. I can put child windows inside of a client inside of a parent, but they never show an enabled title bar (they always look greyed out). Could anybody give me a working example in C++ or Euphoria that works properly, or perhaps point me in the direction of an error on my part? The end goal is to be able to wrap MDI so that David can copy-and-paste the code into Win32Lib. Thanks in advance, Brian