将 OneNote 嵌入到应用程序中

发布于 2024-09-28 19:20:56 字数 98 浏览 8 评论 0原文

我想在我的应用程序中嵌入(使 OneNote 成为控件)。我知道 Excel 可以使用 .Net 中的控件,但我不知道如何嵌入 OneNote。我可以使用的语言是 C++ 或 C#。

I want to embed(make OneNote a control) in my application. I know Excel is possible using a control in .Net but I don't know how to make OneNote embedded. The languages I can use are C++ or C#.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

初见 2024-10-05 19:20:56

OneNote 不提供可用于将其嵌入到其他应用程序中的控件。唯一可用的 API 集允许读取和写入 OneNote 数据。因此,您正在寻找的东西是不可能的。

OneNote does not provide a control that can be used to embed it into another application. The only API set available allows reading and writing OneNote data. Therefore what you are looking for is not possible.

浪漫人生路 2024-10-05 19:20:56

此处提供了适用于各种 Office 版本的 OneNote 可编程性选项的全面摘要以及代码示例

简而言之,对于 2003 SP1 及以上版本,有一个 COM API,对于 2007 或 2010 年,有一个对象模型,您可以使用它来实现更丰富的交互。

There is a comprehensive summary of OneNote programmability options, with code samples, for various Office versions here.

Briefly, there is a COM API for versions >= 2003 SP1, and for 2007 or 2010, an Object Model you can use for richer interaction.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文