------ #### MyDb V2.1.2102.1101 - *.[新增]新增Auto类,增加 鼠标模拟操作和按键模拟操作。 - *.[新增]新增WinAPI命名空间,将windows自带的API集中在这个命名空间。
22 lines
1.5 KiB
Plaintext
22 lines
1.5 KiB
Plaintext
2021/2/10 22:56:28
|
||
|
||
错误描述:所请求的剪贴板操作失败。
|
||
|
||
异常堆栈: 在 System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
|
||
在 System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
|
||
在 System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format)
|
||
在 System.Windows.Forms.Clipboard.SetText(String text)
|
||
在 ryCommon.Auto.PasteText(String text) 位置 E:\My Datas\毕方项目\C#\睿元公用控件组\Source\MyDb\SysFuns\Auto.cs:行号 185
|
||
在 Itrycn_Project2.FrmStart.button2_Click(Object sender, EventArgs e) 位置 E:\My Datas\毕方项目\C#\睿元公用控件组\Source\Itrycn_Project2\FrmStart.cs:行号 157
|
||
在 System.Windows.Forms.Control.OnClick(EventArgs e)
|
||
在 System.Windows.Forms.Button.OnClick(EventArgs e)
|
||
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
|
||
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
|
||
在 System.Windows.Forms.Control.WndProc(Message& m)
|
||
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
|
||
在 System.Windows.Forms.Button.WndProc(Message& m)
|
||
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
|
||
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
|
||
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|
||
|
||
异常方法:Void ThrowIfFailed(Int32) |