Re: [Win32Lib] wrap Media control?
- Posted by jimcbrown (admin) Feb 07, 2009
- 1142 views
mattlewis said...
DanM said...
Well, I do need the Media control to be a child of another window, hope the control isn't inherently limited to top level window in wxEuphoria?
No, just that I don't think that you could create a control (of any type) using wxEuphoria and make its parent a Win32Lib window.
Matt
Not sure how wxWidgets works (or if it allows this), but if he creates the main (top-level) window with wxEuphoria and can get the HANDLE to the native top-level window, he should be able to create other controls as childs of that window using W32API directly. So it shouldn't be too hard to use Win32Lib for the rest of the app.