Howdy,
I have a Component (java.awt.Component) returned by JMF's Player's .getVisualComponent(). How do I "display" this in a MS VJ++ form ? It's a standard MS VJ++ dialog form thingie. I see that VJ++ is creating a Container, but it seems those can only hold IComponents, which I don't understand... even if I cast my java.awt.Component to a com.ms.wfc.ui.IComponent (which sounds silly anyways), adding it to the container doesn't do anything (does it?).
I just want to display it with my other Controls/Components on my form.
Thanks!
Xaphod
I have a Component (java.awt.Component) returned by JMF's Player's .getVisualComponent(). How do I "display" this in a MS VJ++ form ? It's a standard MS VJ++ dialog form thingie. I see that VJ++ is creating a Container, but it seems those can only hold IComponents, which I don't understand... even if I cast my java.awt.Component to a com.ms.wfc.ui.IComponent (which sounds silly anyways), adding it to the container doesn't do anything (does it?).
I just want to display it with my other Controls/Components on my form.
Thanks!
Xaphod