|
-
Oct 11th, 2005, 01:43 AM
#1
Thread Starter
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|