G
Guest
Hi !
I have a problem with WebControl
I opened Microsoft Word document not directly, but in Visual Basic 6.0
WebBrowser control.
When I selected with Range.Select any text the Saved property of the
document did not change, but when I highlighting even one character with
Range.HighlightColorIndex, I cannot prevent the WebControl from displaying
save message. Undo method also has no effect.
Even if I set oWebControl.Document.Saved = true, the message displayed
anyway and WebControl performs save on Yes button. The same trick works well
if I open Excel document.
How can I force WebControl not to save Word document and not to display save
message ?
Thanks!
Igor.
I have a problem with WebControl
I opened Microsoft Word document not directly, but in Visual Basic 6.0
WebBrowser control.
When I selected with Range.Select any text the Saved property of the
document did not change, but when I highlighting even one character with
Range.HighlightColorIndex, I cannot prevent the WebControl from displaying
save message. Undo method also has no effect.
Even if I set oWebControl.Document.Saved = true, the message displayed
anyway and WebControl performs save on Yes button. The same trick works well
if I open Excel document.
How can I force WebControl not to save Word document and not to display save
message ?
Thanks!
Igor.