G
Guest
Hi,
I'm trying to load a word document from my dataBase, and then open it for
modifying.
I succeeded to get the file from the dataBase, and open it by
double-clicking on it.
but i can't open it using my application, here's my code:
openFileDialog1.FileName =
"D:\\Project\\WindowsApplication2\\WindowsApplication2\\bin\\Debug\\Doc.Doc";
openFileDialog1.OpenFile();
what's wrong \ missing so I will be able to open the file?
Thanks,
Gidi
I'm trying to load a word document from my dataBase, and then open it for
modifying.
I succeeded to get the file from the dataBase, and open it by
double-clicking on it.
but i can't open it using my application, here's my code:
openFileDialog1.FileName =
"D:\\Project\\WindowsApplication2\\WindowsApplication2\\bin\\Debug\\Doc.Doc";
openFileDialog1.OpenFile();
what's wrong \ missing so I will be able to open the file?
Thanks,
Gidi