Hello:
A very difficult problem got me:
I want to get a xaml window's handle,
then pass it to a dll which need it .
Is anyone know the mothed
Thank U!
Hello:
A very difficult problem got me:
I want to get a xaml window's handle,
then pass it to a dll which need it .
Is anyone know the mothed
Thank U!
How to get a XAML Window's Handle??
deadlycow21
Thank you for your reply.
But How to get a Control's Handle
Thank you ..
Bala_SSRS
A google search on "XAML window handle" yielded the following link [1] as the top entry. It has the following as part of a code sample on interop:
IntPtr hwnd = new WindowInteropHelper(window).Handle;
[1] http://blogs.msdn.com/adam_nathan/archive/2006/05/04/589686.aspx