Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Okay, I looked for over an hour for something that resembled my problem and did not find anything...I can only assume no one has had to ask this question recently.

I have a .docx file with information on it separated by tab spaces. What I would like to be able to do is:
1) Read the file with a VB.NET program.
2) Split the information at the tab spaces to be used later.
3) Search the information for specific criteria.

Also, I wondered if anyone knows which database programs are compatible with VS2010 Pro and how difficult they are to learn.

Thanks in advance!
Posted

1 solution

1. For reading documents you should use the Word Object Model[^], or the Interop.Word namespace[^].

2. Just about every database can be accessed from Windows programs - nothing to do with Visual Studio - more the database engine. There are plenty of articles[^] here on CodeProject to help you.
 
Share this answer
 
Comments
Maciej Los 1-May-12 9:37am    
Very good answer, my 5!
Sergey Alexandrovich Kryukov 1-May-12 14:52pm    
Agree, a 5. Good noted that there are two different options, in item #1.
--SA

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