使用C#创建COM [英] Create COM using C#

查看:200
本文介绍了使用C#创建COM的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我想问一下,如何使用C#创建COM.涉及哪些步骤.我正在使用C#Express Edition2008.

感谢您的阅读.

Hi all

I would like to ask, how to create COM using C#. What are the steps involve. I am using C# Express Edition 2008.

Thanks for reading.

推荐答案

如果我假设您要创建COM组件,则 MSDN [ [ ^ ]优秀的 CodeProject 文章.

:)

[更新]
我假设您正在谈论第一个链接中的第2步.您可以按照以下三个步骤快速打开控制台窗口:
1.单击开始.
2.单击运行.
3.键入 cmd command ,然后按 enter .

之后,在控制台窗口中键入:cd [项目文件夹的路径](例如:cd"C:\ Project \ MyProject").执行此命令后,步骤2完成.
[/UPDATE]
If I assume that you want to create a COM component then here[^] is a quick tutorial for you. Full information about the topic is in MSDN[^].

If you want to create a COM Server (not COM component) then refer to this[^] excellent CodeProject article.

:)

[UPDATE]
I assume that you are talking about the step 2 from the first link. You can quickly open a console window following the next three steps:
1. Click Start.
2. Click Run.
3. Type cmd or command and press enter.

After that in console window type: cd [the path to your projects folder] (for example: cd "C:\Project\MyProject"). After this command the step 2 is completed.
[/UPDATE]


这篇关于使用C#创建COM的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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