Results 1 to 2 of 2

Thread: Browser

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    uiouoi
    Posts
    12

    Talking

    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

  2. #2

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    uiouoi
    Posts
    12

    Talking 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
  •  



Click Here to Expand Forum to Full Width