Re: Win32Lib GUI Behavior
- Posted by Don <eunexus at yahoo.com> Aug 12, 2004
- 591 views
> Using the program below, if you maximize the child window, it covers > the toolbar of the parent! I don't think it's supposed to do that. Is > there something I can do to prevent that, or is it Win32Lib related? > > Thanks! Not having good luck with this I take it? Actually, I believe that *is* standard behaviour. Normally maximize means to fill as much as possible into the parent Window, not fill as much as possible except for other children. Maximizing (in this case) wont help. You will have to resize it and account for all children you dont want ran over. You should consider doing this application in an MDI interface. Matter of fact (since I can now over-ride Win32Lib's internal message handler) I might just add a new MDI xControl interface. That would be cool. I need to look into that when I have the time. Don Phillips - aka Graebel National Instruments mailto: eunexus @ yahoo.com