我应该使用 OLE 剪贴板机制还是标准剪贴板 API?
我正在向现有 Windows 应用程序添加复制和粘贴功能。 此 MSDN 页面< /a> 建议使用 OLE 剪贴板机制而不是标准剪贴板 API。想知道对此有何共识?我认为 OLE 的东西已经死了,我不想熟悉所有的课程,除非有一些好处。
I'm adding copy and paste functionality to an existing Windows application. This MSDN page suggests using the OLE Clipboard mechanism rather than the standard clipboard API. Wondered what the concensus is on this? I thought the OLE stuff had died a bit of a death and I didn't want to acquaint myself with all the classes unless there was some benefit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非您需要 OLE 提供的设施,否则我会坚持使用老式的剪贴板。使用起来更容易。
Unless you need the facilities provided by OLE, I would just stick to good old-fashioned clipboard. It's much easier to use.