Re: [Win32Lib] wrap Media control?
- Posted by DanM Feb 07, 2009
- 1226 views
Actually, wxWidgets did all the hard work. wxEuphoria just provides a way for Euphoria to use it. Wrapping it would require EuCOM (or something similar), since it's exposed as an ActiveX object.
Maybe the wxEuphoria dll could be utilized from within Win32Lib programs?
I'm sure you could do it, though it wouldn't really 'integrate' with the rest of the application. Not sure if that'd matter or not. I think it would probably have to be in its own top level window.
Matt
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?
Any 'hints' as to how the dll might be utilized from within Win32Lib?
It's kinda "six-of-one, or half-a-dozen-of-another" as to which I would need more help with, "porting" my Win32Lib code over to wxEuphoria, or attempting to bring Media control over from the dll to Win32Lib. I'm guessing harder to bring the control over to Win32Lib.
Dan