![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Oct 2005
Posts: 1
Rep Power: 0
![]() |
using ms word in visual basic
I have problem with word automation.
I need to write application which allow to open, embed and view word document, something like pdf in acrobar reader i tried using ole control and wordviewer.ocx but both solutions don't give access to embedded object.. word automation allows me to disable commandbars but it open new window with ms word, i need to embed it in my form Do you know any solutions?? |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4
![]() |
You could use a rtf( Rich Text Format ) control for something similar.
However try searching the google. |
|
|
|
|
|
#3 |
|
Expert Programmer
|
An instantatiated CreateObject("Application.Word") or an OLE container with the application/word verb would do the trick. There is also a load of type libraries related to communicating with the office VBA.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|