|
-
Feb 22nd, 2001, 12:49 AM
#1
Thread Starter
New Member
Is that possible to highlight the text in Microsoft word *.doc that is viewed on the web browser control ,the condition is the highlight change can be saved into the word *.doc also?
Thanks
-
Feb 22nd, 2001, 08:04 PM
#2
Thread Starter
New Member
Addition
My code is shown as below:
'control: Web Browser control, commmand button, text box
Private Sub Command1_Click()
WebBrowser1.Navigate TextURL.Text
End Sub
'textURL.Text= C:\WhiteBoard Project\IApresentation.doc
'Q:How to use API to call a highlight pen function from
MS office object to highlight the word document?
'Or is there any better way to implement this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|