Hi Guys
I am trying to get the handle of a canvas control using following piece of code :-
HwndSource source = (HwndSource)HwndSource.FromVisual(videoCanvas);
IntPtr hWnd = source.Handle;
but its giving same handle for canvas as well as the window.
Any other way to do it??????