How to open a ms-word application for a txt file through programatically
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
How to open a text file in ms-word in readonly mode through programatically. I have used CreateProcess function to open text file in Word. But not able to open in readonly mode. And the file is opening in new window. I want that to be in the same application window. Can anybody suggest me whether CreateProcess help me to do that for Windows Mobile 6.0 or is there any another way to do that. Thanks in Advance.