English 中文(简体)
互联网上任何Microsoft应用程序的存取或使用
原标题:Access or use bulit-in features of any Microsoft Application in .Net
  • 时间:2010-06-21 10:41:05
  •  标签:
  • .net

如果我想在互联网窗口/网络应用中使用/获取微软产品(Saysoft Word Grammer检疫特征)的特点,我如何做到这一点? 我是否需要获得相应的DL(或姓名空间)来利用这些特征? 如果是的话,请向我提供样品,在Net应用中使用其他微软产品。 请让我提供一网站,以弥补这一缺陷。

问题回答

它取决于什么特点。 总的来说,如果你想要使用办公室方案,你可以使用Interop(here, 其中一个实例是C#的汽车外壳。 某些特点可能会有你可以呼吁的单独的转录器,但你可能希望查看具体特征的文件。 一般说来,如果是DL,而且你可以持有功能签名,你可能通过PInvoke打电话(见.here解释PInvoke。

管理系统通常将可直接参考的特委会图书馆的特征捆起来。 该网络使用Add. 。 然后选择COM表格,看看在您的PC上安装了哪些不同的COM成分。 这些名字是描述性的。 然后,你可以把这些COM部分添加到你身上。 NET应用并使用其内部的班级。 采用“观点”和“研究”; 客观观点以检查哪些类别。





相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签