2 questions (loading docs time and adding ole objects)

R

ro_adi

i'm trying to write code behind the word in order to control the
documents content
therefore theres a few thing i have problems with:

1. how can i get the loading time of a document? the "open" event is
fired when the 'open' func is called but i need to know when the
document finished its loading after openning...

2. is there a way to prevent the user from adding ole objects to a
document by paste or drag& drop? i know i can reset the
'allowDrag&Drop' to false and maybe catch the clipboard events but i'm
trying to catch event when the user add ole object. check the object
type and decide if the adding allowed...is this possible?

i'm using c# .Net.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top