Question

J'ai besoin de passer un HWND à une DLL natif qui va écrire une vidéo brute sur le cadre.Dans WPF, cela fonctionne car vous pouvez obtenir une référence HWND à partir d'un contrôle.Est-ce possible dans une application de métro?

Était-ce utile?

La solution

It is not possible to get HWND for a control, because Metro doesn't have HWNDs.

If you can get the video stream, try using a video brush and setting the source. Otherwise, look into SharpDx library, which is a managed port of DirectX. I think you can draw 'stuff' to an element from it.

Hope this helps.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top