Data Collecter

  • Thread starter Thread starter paulrosenthal
  • Start date Start date
P

paulrosenthal

Hello,

When someone clicks on my program, I want it to create just like a .doc
blank document in C#. How can I do that?

Paul
 
Not like that. When you open the program, as soon as the program opens
up, I would like it to create some type of file on my desktop.

Paul
 
Not like that. When you open the program, as soon as the program opens
up, I would like it to create some type of file on my desktop.

Paul
 
Open Word up and save a blank .doc. Add this file to your project...write
the blank doc to disk as needed.
 
Hello,

I created the "blank.doc" in Microsoft Word. I am using Microsoft
Visual Studio 2005. How would I add it to my project? Also, I would
like my program to create the document and place it on the desktop or
in My Documents or somewhere. Can you guys please help me?
 
Back
Top