chenrensong
chenrensong
Using System.Windows.Forms.Integration.ElementHost.ElementHost in Avalonia 在 WinFormsComInterop.WinFormsComWrappers.ComputeVtables(Object obj, CreateComInterfaceFlags flags, Int32& count) 在 System.StubHelpers.InterfaceMarshaler.ConvertToNative(Object objSrc, IntPtr itfMT, IntPtr classMT, Int32 flags) 在 MS.Win32.UnsafeNativeMethods.RegisterDragDrop(HandleRef hwnd, IOleDropTarget target) 在 System.Windows.DragDrop.RegisterDropTarget(IntPtr windowHandle) 在 System.Windows.Interop.HwndSource.Initialize(HwndSourceParameters...
### Describe the bug #[tauri::command] pub fn create_webview_inner( window: tauri::Window, url: String, x: f64, y: f64, width: f64, height: f64, ) -> Result { let window_id = WINDOW_ID.fetch_add(1, atomic::Ordering::SeqCst); let...