Hey Guys 'n Gals...
I need to be able to create and format an MS Word Document through VB.Net. Where should I get started? Are there any good tutorials or guides on how to do this?
Thanks,
Squirrelly1
Printable View
Hey Guys 'n Gals...
I need to be able to create and format an MS Word Document through VB.Net. Where should I get started? Are there any good tutorials or guides on how to do this?
Thanks,
Squirrelly1
Will MS Word be installed on every system your app will be on? If so the tutorial Mike listed would be great. If not, look into createing the file with a filestream and using rtf code to create the contents. RTF really isn't that bad once you get into it.
Thanks ;)