PDA

Click to See Complete Forum and Search --> : Browser


nobita_ii
Feb 21st, 2001, 11:49 PM
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

nobita_ii
Feb 22nd, 2001, 07:04 PM
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?