How to read word (.Doc) file from VB6
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Hi all How can i read word (.Doc) file line by line from VB6 thanks
-
Hi all How can i read word (.Doc) file line by line from VB6 thanks
hi! first add word referens to ur form then create a new object from it. then oenn it(give adress) annd with read method ur work has finished! good luck!:-D
-
hi! first add word referens to ur form then create a new object from it. then oenn it(give adress) annd with read method ur work has finished! good luck!:-D
ok i will try