在应用程序中将VB转换为C#Web的技巧

问题描述:

嗨....请帮我将vb6中的以下声明从vb转换为c#..

hi.... please help me to convert from vb to c# in for below declarations in vb6..

Dim App As Word.Application
Dim Doc As Word.Document
Dim oFs As New FileSystemObject
Dim objFSO As New FileSystemObject
Dim subFolder As Folder
Dim oFolder As Folder
Dim oFile As File
FolderSpec = txtSource.Text



并请给我有关如何将应用程序添加到我们的项目中的信息,例如单词,文件夹,文本,文件...



and please give me info on how to add the applications to our project like word,folder,text,file...

好吧,我在Google上搜索了"word C#" ",这是第一个链接:如何使用Visual C#自动使Microsoft Word创建新文档 [ ^ ]
Well, I googled for "word C#" and here is the first link: How to automate Microsoft Word to create a new document by using Visual C#[^]


http://www.developerfusion.com/tools/convert/vb-to-csharp/ [ ^ ]