如何通过后期绑定使用wia.commondialog [英] How to use wia.commondialog through late binding

查看:92
本文介绍了如何通过后期绑定使用wia.commondialog的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想通过Late Binding使用WIA对象,我该如何实现这个目标。



我尝试了什么:



尝试通过Assembly.LoadFile加载程序集,但我不想指定dll路径。

I want to use WIA objects through Late Binding ,How can I achieve this.

What I have tried:

Tried loading Assembly through Assembly.LoadFile but I don't want to specify dll path.

推荐答案

你可以使用



CreateObject(WIA.CommonDialog)
You can use

CreateObject("WIA.CommonDialog")


这篇关于如何通过后期绑定使用wia.commondialog的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆