vb.net
-
hi sir, how to retrive a *.doc file using openfiledialog box in vb.net please post the answer to my mail id thanks & regrads
navyasri wrote:
The subject line of you post is utterly pointless. You have posted this in the VB.NET forum and then you redundantly used "vb.net" as your subject line. Of course your post is about VB.NET, what else would it be about? Your subject line should be meaningful: "Need help with OpenFileDialog" or "How to retrieve a .doc file"
navyasri wrote:
please post the answer to my mail id
If anyone does this they are a discredit to the community. We are all here to learn from each other. If you get answers posted privately to you then no one else can benefit. The community loses something.
-
hi sir, how to retrive a *.doc file using openfiledialog box in vb.net please post the answer to my mail id thanks & regrads
You can retrieve any file type you like. However, unless your PC has Word and you use one of the technologies for interoping with Word, you cannot hope to view a .doc file.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
hi sir, how to retrive a *.doc file using openfiledialog box in vb.net please post the answer to my mail id thanks & regrads
If you are asking how to filter the doc files, it can be done as follows. In the "Filter" property of the opendialog control write this Word Documents (*.doc)|*.doc :)
Sujith