CTDB2.0: coverart search

This commit is contained in:
chudov
2012-01-17 08:04:16 +00:00
parent c74afdd8f4
commit bc3c8a1074
20 changed files with 1178 additions and 404 deletions

View File

@@ -302,4 +302,26 @@ namespace AudioDataPlugIn
return sw.ToString();
}
}
//private NativeWindow GetWindowFromHost(int hwnd)
//{
// IntPtr handle = new IntPtr(hwnd);
// NativeWindow nativeWindow = new NativeWindow();
// nativeWindow.AssignHandle(handle);
// return window;
//}
//NativeWindow parentWindow = GetWindowFromHwnd(hwnd);
//try
//{
// launchTarget.ShowDialog(parentWindow);
//}
//finally
//{
// parentWindow.ReleaseHandle();
//}
//internal class WindowWrapper : System.Windows.Forms.IWin32Window
//{
// public IntPtr Handle { get; private set; }
// public WindowWrapper(IntPtr hwnd) { Handle = hwnd; }
//}
}