Results 1 to 11 of 11

Thread: BUG: Cannot edit Word document in OLE or WebBrowser control

Threaded View

  1. #1

    Thread Starter
    PowerPoster Deepak Sakpal's Avatar
    Join Date
    Mar 2002
    Location
    Mumbai, India
    Posts
    2,424

    Resolved BUG: Cannot edit Word document in OLE or WebBrowser control

    Please follow this link and have a look

    They are suggesting following workaround.

    A workaround for this problem is to activate the Word document in its own Window, rather than using in-place activation. To accomplish this, set the MiscFlags property of the OLE control to

    vbOLEMiscFlagDisableInPlace, or 2. For example: OLE1.MiscFlags = vbOLEMiscFlagDisableInPlace

    Now when you double-click the OLE control, the Word document is activated in its own window inside Microsoft Word. To programmatically activate the Word document in its own window, use the DoVerb method as follows:

    OLE1.DoVerb vbOLEOpen
    But there is no MiscFlags property or DoVerb method for WebBrowser control. How to implement this workaround for WebBrowser control.
    Last edited by Deepak Sakpal; Oct 18th, 2005 at 02:37 AM.

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