平板电脑自动完成

发布于 2024-07-11 12:42:02 字数 682 浏览 6 评论 0原文

我一直在尝试实现提到的自动完成功能 此处

问题是我正在 Windows XP 机器上进行开发,但我似乎无法找到用于开发此功能的正确 DLL。

使用 vista 进行开发不是一种选择,但生产环境是在 Vista 平板电脑上。 我已经下载并安装了 Tablet PC SDK 1.7 版,但没有效果(仍然找不到库)。

该实现似乎使用 COM 库。 这些示例都是用 C++ 编写的,我是用 .NET 开发的。

有人成功实现过这个功能吗? 如果是这样,你是怎么做的?

任何帮助将不胜感激

这是一张显示我试图实现的图像

替代文本 http://i.msdn.microsoft.com/ms695043.ba59a513-e538-4092-89a6-6d691424dc3d%28en-us,VS.85%29。 jpg

I have been trying to implement the autocomplete functionality mentioned
here.

The problem is I am developing on a windows xp machine and I cant seem to find the right dlls used to develop this feature.

Using vista for development is not an option, but the production environment is on a Vista Tablet PC. I have downloaded and installed the Tablet PC SDK version 1.7 to no avail (still cant find the libraries).

The implementation seems to use COM libraries. The examples are all written in C++ and I am developing in .NET.

Has anyone ever successfully implemented this feature?
If so, how did you go about doing it?

Any help will be appreciated

Here is an image showing what I am trying to achieve

alt text http://i.msdn.microsoft.com/ms695043.ba59a513-e538-4092-89a6-6d691424dc3d%28en-us,VS.85%29.jpg

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

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

发布评论

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

评论(1

活雷疯 2024-07-18 12:42:02

无需直接调用 DLL。 只要您的解决方案基于 .NET Framework 3.0 或更高版本,您只需在特定文本框上启用自动完成模式。 将您的解决方案部署到 Vista 应该会启用该功能。

不过,需要注意的是,自动完成集成仅适用于 Vista 及更高版本。 因此,您将无法在 XP 计算机上调试项目的这方面 - 您必须在 Vista Tablet PC 上进行远程调试。 Tablet PC SDK 不包括 XP 上此选项的下层兼容性,因为它已内置于 Vista 操作系统中。

我希望这有帮助。

There is no need to call the DLLs directly. As long as your solution is based on .NET Framework 3.0 or above you just need to enable AutoComplete mode on the specific textbox. Deploying your solution to Vista should enable the functionality.

However, one caveat is that the autocomplete integration is for Vista and above only. You will therefore be unable to debug this aspect of your project on an XP machine - you'll have to remotely debug on your Vista Tablet PC. The Tablet PC SDK does not include down-level compatibility for this option on XP as it's baked into the Vista OS.

I hope this helps.

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