Click here to Skip to main content
16,021,211 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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...
Posted
Updated 25-Nov-10 16:38pm
v2
Comments
Sandeep Mewara 26-Nov-10 0:18am    
Tried Google?

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#[^]
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900