MS Access 2007:在表单中嵌入 tiff 图像

发布于 2024-10-30 12:50:27 字数 145 浏览 1 评论 0原文

我的问题似乎很简单:我需要在表单中显示 tiff 图像,并从组合框值中选择图像的路径。我曾尝试使用几乎所有默认控件+一些activex对象(即网络浏览器控件),但没有任何运气。

我的问题是:完成这项任务的首选、最不引人注目的方式是什么?

谢谢。

my problem seems simple: I need to display an tiff image in a form, with the path of the image chosen from the combobox value. I had tried to use almost all the default controls + some activex objects (i.e. web browser control), but without any luck.

My question is: what is the preferred, least obtrusive way to accomplish this task?

Thank you.

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

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

发布评论

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

评论(1

在风中等你 2024-11-06 12:50:27

我不认为有任何方法可以直接在 Access 中显示 TIFF,除非您可以找到第 3 方 ActiveX 控件来执行此操作(@CodeSlave 在上面的评论中引用的文章中引用的 AccessImagine 控件不支持 TIFF )。

实际上,我不认为 TIFF 不是一种很好的格式。您可能只需要在外部图像查看器中打开 TIFF。如果您使用 Shell() 的函数版本执行此操作,那么您应该能够在完成后终止该进程。

我在这里没有看到任何好的解决方案。

I don't see that there's any way to display a TIFF directly in Access unless you can find a 3rd-party ActiveX control to do it (the AccessImagine control cited in the article @CodeSlave refers to in a comment above doesn't support TIFF).

I don't think TIFF is not a very good format for this kind of thing, actually. It might be that you would just need to open the TIFFs in an external image viewer. If you do this with the function version of Shell(), you should then be able to kill the process after you're done with it.

I don't see any good solution here.

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