剪贴板操作 void CClipBoardDlg::OnButtonSend() { // TODO: Add your control notification handler code here if(OpenClipboard()) { CString str; HANDLE hClip; char *pBuf; EmptyClipbo Other 2023-10-04 143 点赞 2 评论 216 浏览