Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将所有格式化的富编辑文本复制到剪贴板中
m_edit.setsel(0,-1); m_edit.copy();
但是当我打电话时GetClipboardData,我得到没有格式的文本。有人可以向我解释一下吗?
GetClipboardData
我认为你错了。复制方法向控件发送 WM_COPY 消息。这将在剪贴板上放置格式化文本和纯文本。查看剪贴板上的所有格式,您会发现存在 RTF。